|
264 | 264 | <ClInclude Include="..\Include\internal\pycore_interp_structs.h" /> |
265 | 265 | <ClInclude Include="..\Include\internal\pycore_interpframe.h" /> |
266 | 266 | <ClInclude Include="..\Include\internal\pycore_interpframe_structs.h" /> |
| 267 | + <ClInclude Include="..\Include\internal\pycore_interpolation.h" /> |
267 | 268 | <ClInclude Include="..\Include\internal\pycore_intrinsics.h" /> |
268 | 269 | <ClInclude Include="..\Include\internal\pycore_jit.h" /> |
269 | 270 | <ClInclude Include="..\Include\internal\pycore_list.h" /> |
|
310 | 311 | <ClInclude Include="..\Include\internal\pycore_structseq.h" /> |
311 | 312 | <ClInclude Include="..\Include\internal\pycore_sysmodule.h" /> |
312 | 313 | <ClInclude Include="..\Include\internal\pycore_symtable.h" /> |
| 314 | + <ClInclude Include="..\Include\internal\pycore_template.h" /> |
313 | 315 | <ClInclude Include="..\Include\internal\pycore_time.h" /> |
314 | 316 | <ClInclude Include="..\Include\internal\pycore_token.h" /> |
315 | 317 | <ClInclude Include="..\Include\internal\pycore_traceback.h" /> |
|
529 | 531 | <ClCompile Include="..\Objects\funcobject.c" /> |
530 | 532 | <ClCompile Include="..\Objects\genericaliasobject.c" /> |
531 | 533 | <ClCompile Include="..\Objects\genobject.c" /> |
| 534 | + <ClCompile Include="..\Objects\interpolationobject.c" /> |
532 | 535 | <ClCompile Include="..\Objects\iterobject.c" /> |
533 | 536 | <ClCompile Include="..\Objects\listobject.c" /> |
534 | 537 | <ClCompile Include="..\Objects\longobject.c" /> |
|
544 | 547 | <ClCompile Include="..\Objects\setobject.c" /> |
545 | 548 | <ClCompile Include="..\Objects\sliceobject.c" /> |
546 | 549 | <ClCompile Include="..\Objects\structseq.c" /> |
| 550 | + <ClCompile Include="..\Objects\templateobject.c" /> |
547 | 551 | <ClCompile Include="..\Objects\tupleobject.c" /> |
548 | 552 | <ClCompile Include="..\Objects\typeobject.c" /> |
549 | 553 | <ClCompile Include="..\Objects\typevarobject.c" /> |
|
0 commit comments