File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 183183 <ClCompile Include =" ..\Python\bltinmodule.c" />
184184 <ClCompile Include =" ..\Python\bootstrap_hash.c" />
185185 <ClCompile Include =" ..\Python\ceval.c" />
186+ <ClCompile Include =" ..\Python\cfg.c" />
186187 <ClCompile Include =" ..\Python\codecs.c" />
187188 <ClCompile Include =" ..\Python\compile.c" />
188189 <ClCompile Include =" ..\Python\context.c" />
Original file line number Diff line number Diff line change 7676 <ClCompile Include =" ..\Python\ceval.c" >
7777 <Filter >Source Files</Filter >
7878 </ClCompile >
79+ <ClCompile Include =" ..\Python\cfg.c" >
80+ <Filter >Source Files</Filter >
81+ </ClCompile >
7982 <ClCompile Include =" ..\Objects\classobject.c" >
8083 <Filter >Source Files</Filter >
8184 </ClCompile >
Original file line number Diff line number Diff line change 205205 <ClInclude Include =" ..\Include\internal\pycore_call.h" />
206206 <ClInclude Include =" ..\Include\internal\pycore_ceval.h" />
207207 <ClInclude Include =" ..\Include\internal\pycore_ceval_state.h" />
208+ <ClInclude Include =" ..\Include\internal\pycore_cfg.h" />
208209 <ClInclude Include =" ..\Include\internal\pycore_code.h" />
209210 <ClInclude Include =" ..\Include\internal\pycore_compile.h" />
210211 <ClInclude Include =" ..\Include\internal\pycore_condvar.h" />
504505 <ClCompile Include =" ..\Python\bltinmodule.c" />
505506 <ClCompile Include =" ..\Python\bootstrap_hash.c" />
506507 <ClCompile Include =" ..\Python\ceval.c" />
508+ <ClCompile Include =" ..\Python\cfg.c" />
507509 <ClCompile Include =" ..\Python\codecs.c" />
508510 <ClCompile Include =" ..\Python\compile.c" />
509511 <ClCompile Include =" ..\Python\context.c" />
Original file line number Diff line number Diff line change 11061106 <ClCompile Include =" ..\Python\ceval.c" >
11071107 <Filter >Python</Filter >
11081108 </ClCompile >
1109+ <ClCompile Include =" ..\Python\cfg.c" >
1110+ <Filter >Python</Filter >
1111+ </ClCompile >
11091112 <ClCompile Include =" ..\Python\codecs.c" >
11101113 <Filter >Python</Filter >
11111114 </ClCompile >
You can’t perform that action at this time.
0 commit comments