File tree 4 files changed +9
-0
lines changed
4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 183
183
<ClCompile Include =" ..\Python\bltinmodule.c" />
184
184
<ClCompile Include =" ..\Python\bootstrap_hash.c" />
185
185
<ClCompile Include =" ..\Python\ceval.c" />
186
+ <ClCompile Include =" ..\Python\cfg.c" />
186
187
<ClCompile Include =" ..\Python\codecs.c" />
187
188
<ClCompile Include =" ..\Python\compile.c" />
188
189
<ClCompile Include =" ..\Python\context.c" />
Original file line number Diff line number Diff line change 76
76
<ClCompile Include =" ..\Python\ceval.c" >
77
77
<Filter >Source Files</Filter >
78
78
</ClCompile >
79
+ <ClCompile Include =" ..\Python\cfg.c" >
80
+ <Filter >Source Files</Filter >
81
+ </ClCompile >
79
82
<ClCompile Include =" ..\Objects\classobject.c" >
80
83
<Filter >Source Files</Filter >
81
84
</ClCompile >
Original file line number Diff line number Diff line change 205
205
<ClInclude Include =" ..\Include\internal\pycore_call.h" />
206
206
<ClInclude Include =" ..\Include\internal\pycore_ceval.h" />
207
207
<ClInclude Include =" ..\Include\internal\pycore_ceval_state.h" />
208
+ <ClInclude Include =" ..\Include\internal\pycore_cfg.h" />
208
209
<ClInclude Include =" ..\Include\internal\pycore_code.h" />
209
210
<ClInclude Include =" ..\Include\internal\pycore_compile.h" />
210
211
<ClInclude Include =" ..\Include\internal\pycore_condvar.h" />
504
505
<ClCompile Include =" ..\Python\bltinmodule.c" />
505
506
<ClCompile Include =" ..\Python\bootstrap_hash.c" />
506
507
<ClCompile Include =" ..\Python\ceval.c" />
508
+ <ClCompile Include =" ..\Python\cfg.c" />
507
509
<ClCompile Include =" ..\Python\codecs.c" />
508
510
<ClCompile Include =" ..\Python\compile.c" />
509
511
<ClCompile Include =" ..\Python\context.c" />
Original file line number Diff line number Diff line change 1106
1106
<ClCompile Include =" ..\Python\ceval.c" >
1107
1107
<Filter >Python</Filter >
1108
1108
</ClCompile >
1109
+ <ClCompile Include =" ..\Python\cfg.c" >
1110
+ <Filter >Python</Filter >
1111
+ </ClCompile >
1109
1112
<ClCompile Include =" ..\Python\codecs.c" >
1110
1113
<Filter >Python</Filter >
1111
1114
</ClCompile >
You can’t perform that action at this time.
0 commit comments