blob: 54ca00f81a2a666c6b3641e3fc596266ebc4b795 [file] [log] [blame]
Christian Heimesad14d112007-11-17 08:15:27 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="pythoncore"
6 ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
7 RootNamespace="pythoncore"
8 TargetFrameworkVersion="131072"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
Christian Heimes8a48c4c2007-11-19 01:23:57 +000014 <Platform
15 Name="x64"
16 />
Christian Heimesad14d112007-11-17 08:15:27 +000017 </Platforms>
18 <ToolFiles>
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Release|Win32"
23 ConfigurationType="2"
24 InheritedPropertySheets=".\pyproject.vsprops"
25 UseOfMFC="0"
26 ATLMinimizesCRunTimeLibraryUsage="false"
27 >
28 <Tool
29 Name="VCPreBuildEventTool"
30 />
31 <Tool
32 Name="VCCustomBuildTool"
33 />
34 <Tool
35 Name="VCXMLDataGeneratorTool"
36 />
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
39 />
40 <Tool
41 Name="VCMIDLTool"
42 />
43 <Tool
44 Name="VCCLCompilerTool"
45 AdditionalOptions="/Zm200 "
46 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
Christian Heimesad32deb2007-11-20 05:57:30 +000047 PreprocessorDefinitions="NDEBUG;USE_DL_EXPORT;_USRDLL"
Christian Heimesad14d112007-11-17 08:15:27 +000048 RuntimeLibrary="2"
49 UsePrecompiledHeader="0"
50 />
51 <Tool
52 Name="VCManagedResourceCompilerTool"
53 />
54 <Tool
55 Name="VCResourceCompilerTool"
56 PreprocessorDefinitions="NDEBUG"
57 Culture="1033"
58 AdditionalIncludeDirectories="..\Include"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 Description="generate buildinfo"
Christian Heimes9519eb92007-11-20 22:03:37 +000063 CommandLine="cd $(SolutionDir)&#x0D;&#x0A;make_buildinfo.exe $(ConfigurationName)"
Christian Heimesad14d112007-11-17 08:15:27 +000064 />
65 <Tool
66 Name="VCLinkerTool"
Christian Heimesbce52be2007-11-17 19:08:41 +000067 AdditionalDependencies="getbuildinfo.o"
Christian Heimes8a48c4c2007-11-19 01:23:57 +000068 OutputFile="$(OutDir)\$(PyDllName).dll"
Christian Heimesad14d112007-11-17 08:15:27 +000069 IgnoreDefaultLibraryNames="libc"
Christian Heimes8a48c4c2007-11-19 01:23:57 +000070 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
Christian Heimes82f013b2007-11-19 18:35:20 +000071 OptimizeReferences="2"
72 EnableCOMDATFolding="2"
Christian Heimesad14d112007-11-17 08:15:27 +000073 BaseAddress="0x1e000000"
Christian Heimes8a48c4c2007-11-19 01:23:57 +000074 ImportLibrary="$(OutDir)$(PyDllName).lib"
Christian Heimesad14d112007-11-17 08:15:27 +000075 />
76 <Tool
77 Name="VCALinkTool"
78 />
79 <Tool
80 Name="VCManifestTool"
81 />
82 <Tool
83 Name="VCXDCMakeTool"
84 />
85 <Tool
86 Name="VCBscMakeTool"
87 />
88 <Tool
89 Name="VCFxCopTool"
90 />
91 <Tool
92 Name="VCAppVerifierTool"
93 />
94 <Tool
95 Name="VCPostBuildEventTool"
96 />
97 </Configuration>
98 <Configuration
Christian Heimes8a48c4c2007-11-19 01:23:57 +000099 Name="Release|x64"
Christian Heimesad14d112007-11-17 08:15:27 +0000100 ConfigurationType="2"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000101 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops"
Christian Heimesad14d112007-11-17 08:15:27 +0000102 UseOfMFC="0"
103 ATLMinimizesCRunTimeLibraryUsage="false"
104 >
105 <Tool
106 Name="VCPreBuildEventTool"
107 />
108 <Tool
109 Name="VCCustomBuildTool"
110 />
111 <Tool
112 Name="VCXMLDataGeneratorTool"
113 />
114 <Tool
115 Name="VCWebServiceProxyGeneratorTool"
116 />
117 <Tool
118 Name="VCMIDLTool"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000119 TargetEnvironment="3"
Christian Heimesad14d112007-11-17 08:15:27 +0000120 />
121 <Tool
122 Name="VCCLCompilerTool"
123 AdditionalOptions="/Zm200 "
124 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
Christian Heimesad32deb2007-11-20 05:57:30 +0000125 PreprocessorDefinitions="NDEBUG;USE_DL_EXPORT;_USRDLL"
Christian Heimesad14d112007-11-17 08:15:27 +0000126 RuntimeLibrary="2"
127 UsePrecompiledHeader="0"
128 />
129 <Tool
130 Name="VCManagedResourceCompilerTool"
131 />
132 <Tool
133 Name="VCResourceCompilerTool"
134 PreprocessorDefinitions="NDEBUG"
135 Culture="1033"
136 AdditionalIncludeDirectories="..\Include"
137 />
138 <Tool
139 Name="VCPreLinkEventTool"
140 Description="generate buildinfo"
Christian Heimesbfd49852007-11-20 09:34:16 +0000141 CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)"
Christian Heimesad14d112007-11-17 08:15:27 +0000142 />
143 <Tool
144 Name="VCLinkerTool"
Christian Heimesbce52be2007-11-17 19:08:41 +0000145 AdditionalDependencies="getbuildinfo.o"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000146 OutputFile="$(OutDir)\$(PyDllName).dll"
Christian Heimesad14d112007-11-17 08:15:27 +0000147 IgnoreDefaultLibraryNames="libc"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000148 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
Christian Heimes82f013b2007-11-19 18:35:20 +0000149 OptimizeReferences="2"
150 EnableCOMDATFolding="2"
Christian Heimesad14d112007-11-17 08:15:27 +0000151 BaseAddress="0x1e000000"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000152 ImportLibrary="$(OutDir)$(PyDllName).lib"
Christian Heimesad14d112007-11-17 08:15:27 +0000153 />
154 <Tool
155 Name="VCALinkTool"
156 />
157 <Tool
158 Name="VCManifestTool"
159 />
160 <Tool
161 Name="VCXDCMakeTool"
162 />
163 <Tool
164 Name="VCBscMakeTool"
165 />
166 <Tool
167 Name="VCFxCopTool"
168 />
169 <Tool
170 Name="VCAppVerifierTool"
171 />
172 <Tool
173 Name="VCPostBuildEventTool"
174 />
175 </Configuration>
176 <Configuration
177 Name="Debug|Win32"
178 ConfigurationType="2"
179 InheritedPropertySheets=".\pyproject.vsprops"
180 UseOfMFC="0"
181 ATLMinimizesCRunTimeLibraryUsage="false"
182 >
183 <Tool
184 Name="VCPreBuildEventTool"
185 />
186 <Tool
187 Name="VCCustomBuildTool"
188 />
189 <Tool
190 Name="VCXMLDataGeneratorTool"
191 />
192 <Tool
193 Name="VCWebServiceProxyGeneratorTool"
194 />
195 <Tool
196 Name="VCMIDLTool"
197 />
198 <Tool
199 Name="VCCLCompilerTool"
200 AdditionalOptions="/Zm200 "
201 Optimization="0"
202 InlineFunctionExpansion="0"
203 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
Christian Heimesad32deb2007-11-20 05:57:30 +0000204 PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;_USRDLL"
Christian Heimesad14d112007-11-17 08:15:27 +0000205 RuntimeLibrary="3"
206 UsePrecompiledHeader="0"
207 />
208 <Tool
209 Name="VCManagedResourceCompilerTool"
210 />
211 <Tool
212 Name="VCResourceCompilerTool"
213 PreprocessorDefinitions="_DEBUG"
214 Culture="1033"
215 AdditionalIncludeDirectories="..\Include"
216 />
217 <Tool
218 Name="VCPreLinkEventTool"
219 Description="generate buildinfo"
Christian Heimesbfd49852007-11-20 09:34:16 +0000220 CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)"
Christian Heimesad14d112007-11-17 08:15:27 +0000221 />
222 <Tool
223 Name="VCLinkerTool"
Christian Heimesbce52be2007-11-17 19:08:41 +0000224 AdditionalDependencies="getbuildinfo.o"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000225 OutputFile="$(OutDir)\$(PyDllName)_d.dll"
Christian Heimesad14d112007-11-17 08:15:27 +0000226 IgnoreDefaultLibraryNames="libc"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000227 ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
Christian Heimesad14d112007-11-17 08:15:27 +0000228 BaseAddress="0x1e000000"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000229 ImportLibrary="$(OutDir)$(PyDllName)_d.lib"
230 />
231 <Tool
232 Name="VCALinkTool"
233 />
234 <Tool
235 Name="VCManifestTool"
236 />
237 <Tool
238 Name="VCXDCMakeTool"
239 />
240 <Tool
241 Name="VCBscMakeTool"
242 />
243 <Tool
244 Name="VCFxCopTool"
245 />
246 <Tool
247 Name="VCAppVerifierTool"
248 />
249 <Tool
250 Name="VCPostBuildEventTool"
251 />
252 </Configuration>
253 <Configuration
254 Name="Debug|x64"
255 ConfigurationType="2"
256 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops"
257 UseOfMFC="0"
258 ATLMinimizesCRunTimeLibraryUsage="false"
259 >
260 <Tool
261 Name="VCPreBuildEventTool"
262 />
263 <Tool
264 Name="VCCustomBuildTool"
265 />
266 <Tool
267 Name="VCXMLDataGeneratorTool"
268 />
269 <Tool
270 Name="VCWebServiceProxyGeneratorTool"
271 />
272 <Tool
273 Name="VCMIDLTool"
274 TargetEnvironment="3"
275 />
276 <Tool
277 Name="VCCLCompilerTool"
278 AdditionalOptions="/Zm200 "
279 Optimization="0"
280 InlineFunctionExpansion="0"
281 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
Christian Heimesad32deb2007-11-20 05:57:30 +0000282 PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;_USRDLL"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000283 RuntimeLibrary="3"
284 UsePrecompiledHeader="0"
285 />
286 <Tool
287 Name="VCManagedResourceCompilerTool"
288 />
289 <Tool
290 Name="VCResourceCompilerTool"
291 PreprocessorDefinitions="_DEBUG"
292 Culture="1033"
293 AdditionalIncludeDirectories="..\Include"
294 />
295 <Tool
296 Name="VCPreLinkEventTool"
297 Description="generate buildinfo"
Christian Heimesbfd49852007-11-20 09:34:16 +0000298 CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000299 />
300 <Tool
301 Name="VCLinkerTool"
302 AdditionalDependencies="getbuildinfo.o"
303 OutputFile="$(OutDir)\$(PyDllName)_d.dll"
304 IgnoreDefaultLibraryNames="libc"
305 ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
306 BaseAddress="0x1e000000"
307 ImportLibrary="$(OutDir)$(PyDllName)_d.lib"
Christian Heimesad14d112007-11-17 08:15:27 +0000308 />
309 <Tool
310 Name="VCALinkTool"
311 />
312 <Tool
313 Name="VCManifestTool"
314 />
315 <Tool
316 Name="VCXDCMakeTool"
317 />
318 <Tool
319 Name="VCBscMakeTool"
320 />
321 <Tool
322 Name="VCFxCopTool"
323 />
324 <Tool
325 Name="VCAppVerifierTool"
326 />
327 <Tool
328 Name="VCPostBuildEventTool"
329 />
330 </Configuration>
Christian Heimesbfd49852007-11-20 09:34:16 +0000331 <Configuration
332 Name="PGInstrument|Win32"
333 ConfigurationType="2"
334 InheritedPropertySheets=".\pyproject.vsprops;.\pginstrument.vsprops"
335 UseOfMFC="0"
336 ATLMinimizesCRunTimeLibraryUsage="false"
337 >
338 <Tool
339 Name="VCPreBuildEventTool"
340 />
341 <Tool
342 Name="VCCustomBuildTool"
343 />
344 <Tool
345 Name="VCXMLDataGeneratorTool"
346 />
347 <Tool
348 Name="VCWebServiceProxyGeneratorTool"
349 />
350 <Tool
351 Name="VCMIDLTool"
352 />
353 <Tool
354 Name="VCCLCompilerTool"
355 AdditionalOptions="/Zm200 "
356 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
357 PreprocessorDefinitions="NDEBUG;USE_DL_EXPORT;_USRDLL"
358 RuntimeLibrary="2"
359 UsePrecompiledHeader="0"
360 />
361 <Tool
362 Name="VCManagedResourceCompilerTool"
363 />
364 <Tool
365 Name="VCResourceCompilerTool"
366 PreprocessorDefinitions="NDEBUG"
367 Culture="1033"
368 AdditionalIncludeDirectories="..\Include"
369 />
370 <Tool
371 Name="VCPreLinkEventTool"
372 Description="generate buildinfo"
373 CommandLine="$(SolutionDir)make_buildinfo.exe Release"
374 />
375 <Tool
376 Name="VCLinkerTool"
377 AdditionalDependencies="getbuildinfo.o"
378 OutputFile="$(OutDir)\$(PyDllName).dll"
379 IgnoreDefaultLibraryNames="libc"
380 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
381 OptimizeReferences="2"
382 EnableCOMDATFolding="2"
383 BaseAddress="0x1e000000"
384 ImportLibrary="$(OutDir)$(PyDllName).lib"
385 />
386 <Tool
387 Name="VCALinkTool"
388 />
389 <Tool
390 Name="VCManifestTool"
391 />
392 <Tool
393 Name="VCXDCMakeTool"
394 />
395 <Tool
396 Name="VCBscMakeTool"
397 />
398 <Tool
399 Name="VCFxCopTool"
400 />
401 <Tool
402 Name="VCAppVerifierTool"
403 />
404 <Tool
405 Name="VCPostBuildEventTool"
406 />
407 </Configuration>
408 <Configuration
409 Name="PGInstrument|x64"
410 ConfigurationType="2"
411 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
412 UseOfMFC="0"
413 ATLMinimizesCRunTimeLibraryUsage="false"
414 >
415 <Tool
416 Name="VCPreBuildEventTool"
417 />
418 <Tool
419 Name="VCCustomBuildTool"
420 />
421 <Tool
422 Name="VCXMLDataGeneratorTool"
423 />
424 <Tool
425 Name="VCWebServiceProxyGeneratorTool"
426 />
427 <Tool
428 Name="VCMIDLTool"
429 TargetEnvironment="3"
430 />
431 <Tool
432 Name="VCCLCompilerTool"
433 AdditionalOptions="/Zm200 "
434 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
435 PreprocessorDefinitions="NDEBUG;USE_DL_EXPORT;_USRDLL"
436 RuntimeLibrary="2"
437 UsePrecompiledHeader="0"
438 />
439 <Tool
440 Name="VCManagedResourceCompilerTool"
441 />
442 <Tool
443 Name="VCResourceCompilerTool"
444 PreprocessorDefinitions="NDEBUG"
445 Culture="1033"
446 AdditionalIncludeDirectories="..\Include"
447 />
448 <Tool
449 Name="VCPreLinkEventTool"
450 Description="generate buildinfo"
451 CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)"
452 />
453 <Tool
454 Name="VCLinkerTool"
455 AdditionalDependencies="getbuildinfo.o"
456 OutputFile="$(OutDir)\$(PyDllName).dll"
457 IgnoreDefaultLibraryNames="libc"
458 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
459 OptimizeReferences="2"
460 EnableCOMDATFolding="2"
461 BaseAddress="0x1e000000"
462 ImportLibrary="$(OutDir)$(PyDllName).lib"
463 TargetMachine="17"
464 />
465 <Tool
466 Name="VCALinkTool"
467 />
468 <Tool
469 Name="VCManifestTool"
470 />
471 <Tool
472 Name="VCXDCMakeTool"
473 />
474 <Tool
475 Name="VCBscMakeTool"
476 />
477 <Tool
478 Name="VCFxCopTool"
479 />
480 <Tool
481 Name="VCAppVerifierTool"
482 />
483 <Tool
484 Name="VCPostBuildEventTool"
485 />
486 </Configuration>
487 <Configuration
488 Name="PGUpdate|Win32"
489 ConfigurationType="2"
490 InheritedPropertySheets=".\pyproject.vsprops;.\pgupdate.vsprops"
491 UseOfMFC="0"
492 ATLMinimizesCRunTimeLibraryUsage="false"
493 >
494 <Tool
495 Name="VCPreBuildEventTool"
496 />
497 <Tool
498 Name="VCCustomBuildTool"
499 />
500 <Tool
501 Name="VCXMLDataGeneratorTool"
502 />
503 <Tool
504 Name="VCWebServiceProxyGeneratorTool"
505 />
506 <Tool
507 Name="VCMIDLTool"
508 />
509 <Tool
510 Name="VCCLCompilerTool"
511 AdditionalOptions="/Zm200 "
512 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
513 PreprocessorDefinitions="NDEBUG;USE_DL_EXPORT;_USRDLL"
514 RuntimeLibrary="2"
515 UsePrecompiledHeader="0"
516 />
517 <Tool
518 Name="VCManagedResourceCompilerTool"
519 />
520 <Tool
521 Name="VCResourceCompilerTool"
522 PreprocessorDefinitions="NDEBUG"
523 Culture="1033"
524 AdditionalIncludeDirectories="..\Include"
525 />
526 <Tool
527 Name="VCPreLinkEventTool"
528 Description="generate buildinfo"
529 CommandLine="$(SolutionDir)make_buildinfo.exe Release"
530 />
531 <Tool
532 Name="VCLinkerTool"
533 AdditionalDependencies="getbuildinfo.o"
534 OutputFile="$(OutDir)\$(PyDllName).dll"
535 IgnoreDefaultLibraryNames="libc"
536 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
537 OptimizeReferences="2"
538 EnableCOMDATFolding="2"
539 BaseAddress="0x1e000000"
540 ImportLibrary="$(OutDir)$(PyDllName).lib"
541 />
542 <Tool
543 Name="VCALinkTool"
544 />
545 <Tool
546 Name="VCManifestTool"
547 />
548 <Tool
549 Name="VCXDCMakeTool"
550 />
551 <Tool
552 Name="VCBscMakeTool"
553 />
554 <Tool
555 Name="VCFxCopTool"
556 />
557 <Tool
558 Name="VCAppVerifierTool"
559 />
560 <Tool
561 Name="VCPostBuildEventTool"
562 />
563 </Configuration>
564 <Configuration
565 Name="PGUpdate|x64"
566 ConfigurationType="2"
567 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
568 UseOfMFC="0"
569 ATLMinimizesCRunTimeLibraryUsage="false"
570 >
571 <Tool
572 Name="VCPreBuildEventTool"
573 />
574 <Tool
575 Name="VCCustomBuildTool"
576 />
577 <Tool
578 Name="VCXMLDataGeneratorTool"
579 />
580 <Tool
581 Name="VCWebServiceProxyGeneratorTool"
582 />
583 <Tool
584 Name="VCMIDLTool"
585 TargetEnvironment="3"
586 />
587 <Tool
588 Name="VCCLCompilerTool"
589 AdditionalOptions="/Zm200 "
590 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
591 PreprocessorDefinitions="NDEBUG;USE_DL_EXPORT;_USRDLL"
592 RuntimeLibrary="2"
593 UsePrecompiledHeader="0"
594 />
595 <Tool
596 Name="VCManagedResourceCompilerTool"
597 />
598 <Tool
599 Name="VCResourceCompilerTool"
600 PreprocessorDefinitions="NDEBUG"
601 Culture="1033"
602 AdditionalIncludeDirectories="..\Include"
603 />
604 <Tool
605 Name="VCPreLinkEventTool"
606 Description="generate buildinfo"
607 CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)"
608 />
609 <Tool
610 Name="VCLinkerTool"
611 AdditionalDependencies="getbuildinfo.o"
612 OutputFile="$(OutDir)\$(PyDllName).dll"
613 IgnoreDefaultLibraryNames="libc"
614 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
615 OptimizeReferences="2"
616 EnableCOMDATFolding="2"
617 BaseAddress="0x1e000000"
618 ImportLibrary="$(OutDir)$(PyDllName).lib"
619 TargetMachine="17"
620 />
621 <Tool
622 Name="VCALinkTool"
623 />
624 <Tool
625 Name="VCManifestTool"
626 />
627 <Tool
628 Name="VCXDCMakeTool"
629 />
630 <Tool
631 Name="VCBscMakeTool"
632 />
633 <Tool
634 Name="VCFxCopTool"
635 />
636 <Tool
637 Name="VCAppVerifierTool"
638 />
639 <Tool
640 Name="VCPostBuildEventTool"
641 />
642 </Configuration>
Christian Heimesad14d112007-11-17 08:15:27 +0000643 </Configurations>
644 <References>
645 </References>
646 <Files>
647 <Filter
648 Name="Include"
649 >
650 <File
651 RelativePath="..\Include\abstract.h"
652 >
653 </File>
654 <File
655 RelativePath="..\Include\asdl.h"
656 >
657 </File>
658 <File
659 RelativePath="..\Include\ast.h"
660 >
661 </File>
662 <File
663 RelativePath="..\Include\bitset.h"
664 >
665 </File>
666 <File
667 RelativePath="..\Include\boolobject.h"
668 >
669 </File>
670 <File
671 RelativePath="..\Include\bytes_methods.h"
672 >
673 </File>
674 <File
675 RelativePath="..\Include\bytesobject.h"
676 >
677 </File>
678 <File
679 RelativePath="..\Include\cellobject.h"
680 >
681 </File>
682 <File
683 RelativePath="..\Include\ceval.h"
684 >
685 </File>
686 <File
687 RelativePath="..\Include\classobject.h"
688 >
689 </File>
690 <File
691 RelativePath="..\Include\cobject.h"
692 >
693 </File>
694 <File
695 RelativePath="..\Include\code.h"
696 >
697 </File>
698 <File
699 RelativePath="..\Include\codecs.h"
700 >
701 </File>
702 <File
703 RelativePath="..\Include\compile.h"
704 >
705 </File>
706 <File
707 RelativePath="..\Include\complexobject.h"
708 >
709 </File>
710 <File
711 RelativePath="..\Include\cStringIO.h"
712 >
713 </File>
714 <File
715 RelativePath="..\Include\datetime.h"
716 >
717 </File>
718 <File
719 RelativePath="..\Include\descrobject.h"
720 >
721 </File>
722 <File
723 RelativePath="..\Include\dictobject.h"
724 >
725 </File>
726 <File
727 RelativePath="..\Include\enumobject.h"
728 >
729 </File>
730 <File
731 RelativePath="..\Include\errcode.h"
732 >
733 </File>
734 <File
735 RelativePath="..\Include\eval.h"
736 >
737 </File>
738 <File
739 RelativePath="..\Include\fileobject.h"
740 >
741 </File>
742 <File
743 RelativePath="..\Include\floatobject.h"
744 >
745 </File>
746 <File
747 RelativePath="..\Include\frameobject.h"
748 >
749 </File>
750 <File
751 RelativePath="..\Include\funcobject.h"
752 >
753 </File>
754 <File
755 RelativePath="..\Include\genobject.h"
756 >
757 </File>
758 <File
759 RelativePath="..\Include\graminit.h"
760 >
761 </File>
762 <File
763 RelativePath="..\Include\grammar.h"
764 >
765 </File>
766 <File
767 RelativePath="..\Include\import.h"
768 >
769 </File>
770 <File
771 RelativePath="..\Include\intobject.h"
772 >
773 </File>
774 <File
775 RelativePath="..\Include\intrcheck.h"
776 >
777 </File>
778 <File
779 RelativePath="..\Include\iterobject.h"
780 >
781 </File>
782 <File
783 RelativePath="..\Include\listobject.h"
784 >
785 </File>
786 <File
787 RelativePath="..\Include\longintrepr.h"
788 >
789 </File>
790 <File
791 RelativePath="..\Include\longobject.h"
792 >
793 </File>
794 <File
795 RelativePath="..\Include\marshal.h"
796 >
797 </File>
798 <File
799 RelativePath="..\Include\memoryobject.h"
800 >
801 </File>
802 <File
803 RelativePath="..\Include\metagrammar.h"
804 >
805 </File>
806 <File
807 RelativePath="..\Include\methodobject.h"
808 >
809 </File>
810 <File
811 RelativePath="..\Include\modsupport.h"
812 >
813 </File>
814 <File
815 RelativePath="..\Include\moduleobject.h"
816 >
817 </File>
818 <File
819 RelativePath="..\Include\node.h"
820 >
821 </File>
822 <File
823 RelativePath="..\Include\object.h"
824 >
825 </File>
826 <File
827 RelativePath="..\Include\objimpl.h"
828 >
829 </File>
830 <File
831 RelativePath="..\Include\opcode.h"
832 >
833 </File>
834 <File
835 RelativePath="..\Include\osdefs.h"
836 >
837 </File>
838 <File
839 RelativePath="..\Include\parsetok.h"
840 >
841 </File>
842 <File
843 RelativePath="..\Include\patchlevel.h"
844 >
845 </File>
846 <File
847 RelativePath="..\Include\pgen.h"
848 >
849 </File>
850 <File
851 RelativePath="..\Include\pgenheaders.h"
852 >
853 </File>
854 <File
855 RelativePath="..\Include\py_curses.h"
856 >
857 </File>
858 <File
859 RelativePath="..\Include\pyarena.h"
860 >
861 </File>
862 <File
863 RelativePath="..\Include\pydebug.h"
864 >
865 </File>
866 <File
867 RelativePath="..\Include\pyerrors.h"
868 >
869 </File>
870 <File
871 RelativePath="..\Include\pyexpat.h"
872 >
873 </File>
874 <File
875 RelativePath="..\Include\pyfpe.h"
876 >
877 </File>
878 <File
879 RelativePath="..\Include\pygetopt.h"
880 >
881 </File>
882 <File
883 RelativePath="..\Include\pymactoolbox.h"
884 >
885 </File>
886 <File
887 RelativePath="..\Include\pymem.h"
888 >
889 </File>
890 <File
891 RelativePath="..\Include\pyport.h"
892 >
893 </File>
894 <File
895 RelativePath="..\Include\pystate.h"
896 >
897 </File>
898 <File
899 RelativePath="..\Include\pystrtod.h"
900 >
901 </File>
902 <File
903 RelativePath="..\Include\Python-ast.h"
904 >
905 </File>
906 <File
907 RelativePath="..\Include\Python.h"
908 >
909 </File>
910 <File
911 RelativePath="..\Include\pythonrun.h"
912 >
913 </File>
914 <File
915 RelativePath="..\Include\pythread.h"
916 >
917 </File>
918 <File
919 RelativePath="..\Include\rangeobject.h"
920 >
921 </File>
922 <File
923 RelativePath="..\Include\setobject.h"
924 >
925 </File>
926 <File
927 RelativePath="..\Include\sliceobject.h"
928 >
929 </File>
930 <File
931 RelativePath="..\Include\stringobject.h"
932 >
933 </File>
934 <File
935 RelativePath="..\Include\structmember.h"
936 >
937 </File>
938 <File
939 RelativePath="..\Include\structseq.h"
940 >
941 </File>
942 <File
943 RelativePath="..\Include\symtable.h"
944 >
945 </File>
946 <File
947 RelativePath="..\Include\sysmodule.h"
948 >
949 </File>
950 <File
951 RelativePath="..\Include\timefuncs.h"
952 >
953 </File>
954 <File
955 RelativePath="..\Include\token.h"
956 >
957 </File>
958 <File
959 RelativePath="..\Include\traceback.h"
960 >
961 </File>
962 <File
963 RelativePath="..\Include\tupleobject.h"
964 >
965 </File>
966 <File
967 RelativePath="..\Include\ucnhash.h"
968 >
969 </File>
970 <File
971 RelativePath="..\Include\unicodeobject.h"
972 >
973 </File>
974 <File
975 RelativePath="..\Include\weakrefobject.h"
976 >
977 </File>
978 </Filter>
979 <Filter
980 Name="Modules"
981 >
982 <File
983 RelativePath="..\Modules\_bisectmodule.c"
984 >
985 </File>
986 <File
987 RelativePath="..\Modules\_codecsmodule.c"
988 >
989 </File>
990 <File
991 RelativePath="..\Modules\_collectionsmodule.c"
992 >
993 </File>
994 <File
995 RelativePath="..\Modules\_csv.c"
996 >
997 </File>
998 <File
999 RelativePath="..\Modules\_fileio.c"
1000 >
1001 </File>
1002 <File
1003 RelativePath="..\Modules\_functoolsmodule.c"
1004 >
1005 </File>
1006 <File
1007 RelativePath="..\Modules\_heapqmodule.c"
1008 >
1009 </File>
1010 <File
1011 RelativePath="..\Modules\_localemodule.c"
1012 >
1013 </File>
1014 <File
1015 RelativePath="..\Modules\_lsprof.c"
1016 >
1017 </File>
1018 <File
1019 RelativePath="..\Modules\_randommodule.c"
1020 >
1021 </File>
1022 <File
1023 RelativePath="..\Modules\_sre.c"
1024 >
1025 </File>
1026 <File
1027 RelativePath="..\Modules\_struct.c"
1028 >
1029 </File>
1030 <File
1031 RelativePath="..\Modules\_typesmodule.c"
1032 >
1033 </File>
1034 <File
1035 RelativePath="..\Modules\_weakref.c"
1036 >
1037 </File>
1038 <File
1039 RelativePath="..\Modules\arraymodule.c"
1040 >
1041 </File>
1042 <File
1043 RelativePath="..\Modules\atexitmodule.c"
1044 >
1045 </File>
1046 <File
1047 RelativePath="..\Modules\audioop.c"
1048 >
1049 </File>
1050 <File
1051 RelativePath="..\Modules\binascii.c"
1052 >
1053 </File>
1054 <File
1055 RelativePath="..\Modules\cmathmodule.c"
1056 >
1057 </File>
1058 <File
1059 RelativePath="..\Modules\cStringIO.c"
1060 >
1061 </File>
1062 <File
1063 RelativePath="..\Modules\datetimemodule.c"
1064 >
1065 </File>
1066 <File
1067 RelativePath="..\Modules\errnomodule.c"
1068 >
1069 </File>
1070 <File
1071 RelativePath="..\Modules\gcmodule.c"
1072 >
1073 </File>
1074 <File
1075 RelativePath="..\Modules\itertoolsmodule.c"
1076 >
1077 </File>
1078 <File
1079 RelativePath="..\Modules\main.c"
1080 >
1081 </File>
1082 <File
1083 RelativePath="..\Modules\mathmodule.c"
1084 >
1085 </File>
1086 <File
1087 RelativePath="..\Modules\md5module.c"
1088 >
1089 </File>
1090 <File
1091 RelativePath="..\Modules\mmapmodule.c"
1092 >
1093 </File>
1094 <File
1095 RelativePath="..\Modules\operator.c"
1096 >
1097 </File>
1098 <File
1099 RelativePath="..\Modules\parsermodule.c"
1100 >
1101 </File>
1102 <File
1103 RelativePath="..\Modules\posixmodule.c"
1104 >
1105 </File>
1106 <File
1107 RelativePath="..\Modules\rotatingtree.c"
1108 >
1109 </File>
1110 <File
1111 RelativePath="..\Modules\rotatingtree.h"
1112 >
1113 </File>
1114 <File
1115 RelativePath="..\Modules\sha1module.c"
1116 >
1117 </File>
1118 <File
1119 RelativePath="..\Modules\sha256module.c"
1120 >
1121 </File>
1122 <File
1123 RelativePath="..\Modules\sha512module.c"
1124 >
1125 </File>
1126 <File
1127 RelativePath="..\Modules\signalmodule.c"
1128 >
1129 </File>
1130 <File
1131 RelativePath="..\Modules\symtablemodule.c"
1132 >
1133 </File>
1134 <File
1135 RelativePath="..\Modules\threadmodule.c"
1136 >
1137 </File>
1138 <File
1139 RelativePath="..\Modules\timemodule.c"
1140 >
1141 </File>
1142 <File
1143 RelativePath="..\Modules\xxsubtype.c"
1144 >
1145 </File>
1146 <File
1147 RelativePath="..\Modules\yuv.h"
1148 >
1149 </File>
1150 <File
1151 RelativePath="..\Modules\yuvconvert.c"
1152 >
1153 </File>
1154 <File
1155 RelativePath="..\Modules\zipimport.c"
1156 >
1157 </File>
1158 <File
1159 RelativePath="..\Modules\zlibmodule.c"
1160 >
1161 </File>
1162 <Filter
1163 Name="zlib"
1164 >
1165 <File
1166 RelativePath="..\Modules\zlib\adler32.c"
1167 >
1168 </File>
1169 <File
1170 RelativePath="..\Modules\zlib\compress.c"
1171 >
1172 </File>
1173 <File
1174 RelativePath="..\Modules\zlib\crc32.c"
1175 >
1176 </File>
1177 <File
1178 RelativePath="..\Modules\zlib\crc32.h"
1179 >
1180 </File>
1181 <File
1182 RelativePath="..\Modules\zlib\deflate.c"
1183 >
1184 </File>
1185 <File
1186 RelativePath="..\Modules\zlib\deflate.h"
1187 >
1188 </File>
1189 <File
1190 RelativePath="..\Modules\zlib\gzio.c"
1191 >
1192 </File>
1193 <File
1194 RelativePath="..\Modules\zlib\infback.c"
1195 >
1196 </File>
1197 <File
1198 RelativePath="..\Modules\zlib\inffast.c"
1199 >
1200 </File>
1201 <File
1202 RelativePath="..\Modules\zlib\inffast.h"
1203 >
1204 </File>
1205 <File
1206 RelativePath="..\Modules\zlib\inffixed.h"
1207 >
1208 </File>
1209 <File
1210 RelativePath="..\Modules\zlib\inflate.c"
1211 >
1212 </File>
1213 <File
1214 RelativePath="..\Modules\zlib\inflate.h"
1215 >
1216 </File>
1217 <File
1218 RelativePath="..\Modules\zlib\inftrees.c"
1219 >
1220 </File>
1221 <File
1222 RelativePath="..\Modules\zlib\inftrees.h"
1223 >
1224 </File>
1225 <File
1226 RelativePath="..\Modules\zlib\trees.c"
1227 >
1228 </File>
1229 <File
1230 RelativePath="..\Modules\zlib\trees.h"
1231 >
1232 </File>
1233 <File
1234 RelativePath="..\Modules\zlib\uncompr.c"
1235 >
1236 </File>
1237 <File
1238 RelativePath="..\Modules\zlib\zconf.h"
1239 >
1240 </File>
1241 <File
1242 RelativePath="..\Modules\zlib\zconf.in.h"
1243 >
1244 </File>
1245 <File
1246 RelativePath="..\Modules\zlib\zlib.h"
1247 >
1248 </File>
1249 <File
1250 RelativePath="..\Modules\zlib\zutil.c"
1251 >
1252 </File>
1253 <File
1254 RelativePath="..\Modules\zlib\zutil.h"
1255 >
1256 </File>
1257 </Filter>
1258 <Filter
1259 Name="cjkcodecs"
1260 >
1261 <File
1262 RelativePath="..\Modules\cjkcodecs\_codecs_cn.c"
1263 >
1264 </File>
1265 <File
1266 RelativePath="..\Modules\cjkcodecs\_codecs_hk.c"
1267 >
1268 </File>
1269 <File
1270 RelativePath="..\Modules\cjkcodecs\_codecs_iso2022.c"
1271 >
1272 </File>
1273 <File
1274 RelativePath="..\Modules\cjkcodecs\_codecs_jp.c"
1275 >
1276 </File>
1277 <File
1278 RelativePath="..\Modules\cjkcodecs\_codecs_kr.c"
1279 >
1280 </File>
1281 <File
1282 RelativePath="..\Modules\cjkcodecs\_codecs_tw.c"
1283 >
1284 </File>
1285 <File
1286 RelativePath="..\Modules\cjkcodecs\alg_jisx0201.h"
1287 >
1288 </File>
1289 <File
1290 RelativePath="..\Modules\cjkcodecs\cjkcodecs.h"
1291 >
1292 </File>
1293 <File
1294 RelativePath="..\Modules\cjkcodecs\emu_jisx0213_2000.h"
1295 >
1296 </File>
1297 <File
1298 RelativePath="..\Modules\cjkcodecs\mappings_cn.h"
1299 >
1300 </File>
1301 <File
1302 RelativePath="..\Modules\cjkcodecs\mappings_hk.h"
1303 >
1304 </File>
1305 <File
1306 RelativePath="..\Modules\cjkcodecs\mappings_jisx0213_pair.h"
1307 >
1308 </File>
1309 <File
1310 RelativePath="..\Modules\cjkcodecs\mappings_jp.h"
1311 >
1312 </File>
1313 <File
1314 RelativePath="..\Modules\cjkcodecs\mappings_kr.h"
1315 >
1316 </File>
1317 <File
1318 RelativePath="..\Modules\cjkcodecs\mappings_tw.h"
1319 >
1320 </File>
1321 <File
1322 RelativePath="..\Modules\cjkcodecs\multibytecodec.c"
1323 >
1324 </File>
1325 <File
1326 RelativePath="..\Modules\cjkcodecs\multibytecodec.h"
1327 >
1328 </File>
1329 </Filter>
1330 </Filter>
1331 <Filter
1332 Name="Objects"
1333 >
1334 <File
1335 RelativePath="..\Objects\abstract.c"
1336 >
1337 </File>
1338 <File
1339 RelativePath="..\Objects\boolobject.c"
1340 >
1341 </File>
1342 <File
1343 RelativePath="..\Objects\bytes_methods.c"
1344 >
1345 </File>
1346 <File
1347 RelativePath="..\Objects\bytesobject.c"
1348 >
1349 </File>
1350 <File
1351 RelativePath="..\Objects\cellobject.c"
1352 >
1353 </File>
1354 <File
1355 RelativePath="..\Objects\classobject.c"
1356 >
1357 </File>
1358 <File
1359 RelativePath="..\Objects\cobject.c"
1360 >
1361 </File>
1362 <File
1363 RelativePath="..\Objects\codeobject.c"
1364 >
1365 </File>
1366 <File
1367 RelativePath="..\Objects\complexobject.c"
1368 >
1369 </File>
1370 <File
1371 RelativePath="..\Objects\stringlib\count.h"
1372 >
1373 </File>
1374 <File
1375 RelativePath="..\Objects\descrobject.c"
1376 >
1377 </File>
1378 <File
1379 RelativePath="..\Objects\dictobject.c"
1380 >
1381 </File>
1382 <File
1383 RelativePath="..\Objects\enumobject.c"
1384 >
1385 </File>
1386 <File
1387 RelativePath="..\Objects\exceptions.c"
1388 >
1389 </File>
1390 <File
1391 RelativePath="..\Objects\stringlib\fastsearch.h"
1392 >
1393 </File>
1394 <File
1395 RelativePath="..\Objects\fileobject.c"
1396 >
1397 </File>
1398 <File
1399 RelativePath="..\Objects\stringlib\find.h"
1400 >
1401 </File>
1402 <File
1403 RelativePath="..\Objects\floatobject.c"
1404 >
1405 </File>
1406 <File
1407 RelativePath="..\Objects\frameobject.c"
1408 >
1409 </File>
1410 <File
1411 RelativePath="..\Objects\funcobject.c"
1412 >
1413 </File>
1414 <File
1415 RelativePath="..\Objects\genobject.c"
1416 >
1417 </File>
1418 <File
1419 RelativePath="..\Objects\iterobject.c"
1420 >
1421 </File>
1422 <File
1423 RelativePath="..\Objects\listobject.c"
1424 >
1425 </File>
1426 <File
1427 RelativePath="..\Objects\longobject.c"
1428 >
1429 </File>
1430 <File
1431 RelativePath="..\Objects\memoryobject.c"
1432 >
1433 </File>
1434 <File
1435 RelativePath="..\Objects\methodobject.c"
1436 >
1437 </File>
1438 <File
1439 RelativePath="..\Objects\moduleobject.c"
1440 >
1441 </File>
1442 <File
1443 RelativePath="..\Objects\object.c"
1444 >
1445 </File>
1446 <File
1447 RelativePath="..\Objects\obmalloc.c"
1448 >
1449 </File>
1450 <File
1451 RelativePath="..\Objects\stringlib\partition.h"
1452 >
1453 </File>
1454 <File
1455 RelativePath="..\Objects\rangeobject.c"
1456 >
1457 </File>
1458 <File
1459 RelativePath="..\Objects\setobject.c"
1460 >
1461 </File>
1462 <File
1463 RelativePath="..\Objects\sliceobject.c"
1464 >
1465 </File>
1466 <File
1467 RelativePath="..\Objects\stringobject.c"
1468 >
1469 </File>
1470 <File
1471 RelativePath="..\Objects\structseq.c"
1472 >
1473 </File>
1474 <File
1475 RelativePath="..\Objects\tupleobject.c"
1476 >
1477 </File>
1478 <File
1479 RelativePath="..\Objects\typeobject.c"
1480 >
1481 </File>
1482 <File
1483 RelativePath="..\Objects\unicodectype.c"
1484 >
1485 </File>
1486 <File
1487 RelativePath="..\Objects\unicodeobject.c"
1488 >
1489 </File>
1490 <File
1491 RelativePath="..\Objects\unicodetype_db.h"
1492 >
1493 </File>
1494 <File
1495 RelativePath="..\Objects\weakrefobject.c"
1496 >
1497 </File>
1498 </Filter>
1499 <Filter
1500 Name="Parser"
1501 >
1502 <File
1503 RelativePath="..\Parser\acceler.c"
1504 >
1505 </File>
1506 <File
1507 RelativePath="..\Parser\bitset.c"
1508 >
1509 </File>
1510 <File
1511 RelativePath="..\Parser\firstsets.c"
1512 >
1513 </File>
1514 <File
1515 RelativePath="..\Parser\grammar.c"
1516 >
1517 </File>
1518 <File
1519 RelativePath="..\Parser\grammar1.c"
1520 >
1521 </File>
1522 <File
1523 RelativePath="..\Parser\listnode.c"
1524 >
1525 </File>
1526 <File
1527 RelativePath="..\Parser\metagrammar.c"
1528 >
1529 </File>
1530 <File
1531 RelativePath="..\Parser\myreadline.c"
1532 >
1533 </File>
1534 <File
1535 RelativePath="..\Parser\node.c"
1536 >
1537 </File>
1538 <File
1539 RelativePath="..\Parser\parser.c"
1540 >
1541 </File>
1542 <File
1543 RelativePath="..\Parser\parser.h"
1544 >
1545 </File>
1546 <File
1547 RelativePath="..\Parser\parsetok.c"
1548 >
1549 </File>
1550 <File
1551 RelativePath="..\Parser\tokenizer.c"
1552 >
1553 </File>
1554 <File
1555 RelativePath="..\Parser\tokenizer.h"
1556 >
1557 </File>
1558 </Filter>
1559 <Filter
1560 Name="PC"
1561 >
1562 <File
1563 RelativePath="..\PC\_subprocess.c"
1564 >
1565 </File>
1566 <File
1567 RelativePath="..\PC\_winreg.c"
1568 >
1569 </File>
1570 <File
1571 RelativePath="..\PC\config.c"
1572 >
1573 </File>
1574 <File
1575 RelativePath="..\PC\dl_nt.c"
1576 >
1577 </File>
1578 <File
1579 RelativePath="..\PC\errmap.h"
1580 >
1581 </File>
1582 <File
Christian Heimesad14d112007-11-17 08:15:27 +00001583 RelativePath="..\PC\getpathp.c"
1584 >
1585 </File>
1586 <File
1587 RelativePath="..\PC\import_nt.c"
1588 >
1589 </File>
1590 <File
1591 RelativePath="..\PC\msvcrtmodule.c"
1592 >
1593 </File>
1594 <File
1595 RelativePath="..\PC\pyconfig.h"
1596 >
1597 </File>
1598 </Filter>
1599 <Filter
1600 Name="Python"
1601 >
1602 <File
1603 RelativePath="..\Python\asdl.c"
1604 >
1605 </File>
1606 <File
1607 RelativePath="..\Python\ast.c"
1608 >
1609 </File>
1610 <File
1611 RelativePath="..\Python\atof.c"
1612 >
1613 </File>
1614 <File
1615 RelativePath="..\Python\bltinmodule.c"
1616 >
1617 </File>
1618 <File
1619 RelativePath="..\Python\ceval.c"
1620 >
1621 </File>
1622 <File
1623 RelativePath="..\Python\codecs.c"
1624 >
1625 </File>
1626 <File
1627 RelativePath="..\Python\compile.c"
1628 >
1629 </File>
1630 <File
1631 RelativePath="..\Python\dynload_win.c"
1632 >
1633 </File>
1634 <File
1635 RelativePath="..\Python\errors.c"
1636 >
1637 </File>
1638 <File
1639 RelativePath="..\Python\formatter_unicode.c"
1640 >
1641 </File>
1642 <File
1643 RelativePath="..\Python\frozen.c"
1644 >
1645 </File>
1646 <File
1647 RelativePath="..\Python\future.c"
1648 >
1649 </File>
1650 <File
1651 RelativePath="..\Python\getargs.c"
1652 >
1653 </File>
1654 <File
1655 RelativePath="..\Python\getcompiler.c"
1656 >
1657 </File>
1658 <File
1659 RelativePath="..\Python\getcopyright.c"
1660 >
1661 </File>
1662 <File
1663 RelativePath="..\Python\getmtime.c"
1664 >
1665 </File>
1666 <File
1667 RelativePath="..\Python\getopt.c"
1668 >
1669 </File>
1670 <File
1671 RelativePath="..\Python\getplatform.c"
1672 >
1673 </File>
1674 <File
1675 RelativePath="..\Python\getversion.c"
1676 >
1677 </File>
1678 <File
1679 RelativePath="..\Python\graminit.c"
1680 >
1681 </File>
1682 <File
1683 RelativePath="..\Python\import.c"
1684 >
1685 </File>
1686 <File
1687 RelativePath="..\Python\importdl.c"
1688 >
1689 </File>
1690 <File
1691 RelativePath="..\Python\importdl.h"
1692 >
1693 </File>
1694 <File
1695 RelativePath="..\Python\marshal.c"
1696 >
1697 </File>
1698 <File
1699 RelativePath="..\Python\modsupport.c"
1700 >
1701 </File>
1702 <File
1703 RelativePath="..\Python\mysnprintf.c"
1704 >
1705 </File>
1706 <File
1707 RelativePath="..\Python\mystrtoul.c"
1708 >
1709 </File>
1710 <File
1711 RelativePath="..\Python\peephole.c"
1712 >
1713 </File>
1714 <File
1715 RelativePath="..\Python\pyarena.c"
1716 >
1717 </File>
1718 <File
1719 RelativePath="..\Python\pyfpe.c"
1720 >
1721 </File>
1722 <File
1723 RelativePath="..\Python\pystate.c"
1724 >
1725 </File>
1726 <File
1727 RelativePath="..\Python\pystrtod.c"
1728 >
1729 </File>
1730 <File
1731 RelativePath="..\Python\Python-ast.c"
1732 >
1733 </File>
1734 <File
1735 RelativePath="..\Python\pythonrun.c"
1736 >
1737 </File>
1738 <File
1739 RelativePath="..\Python\structmember.c"
1740 >
1741 </File>
1742 <File
1743 RelativePath="..\Python\symtable.c"
1744 >
1745 </File>
1746 <File
1747 RelativePath="..\Python\sysmodule.c"
1748 >
1749 </File>
1750 <File
1751 RelativePath="..\Python\thread.c"
1752 >
1753 </File>
1754 <File
1755 RelativePath="..\Python\thread_nt.h"
1756 >
1757 </File>
1758 <File
1759 RelativePath="..\Python\traceback.c"
1760 >
1761 </File>
1762 </Filter>
1763 <Filter
1764 Name="Resource Files"
1765 >
1766 <File
1767 RelativePath="..\PC\python_nt.rc"
1768 >
1769 </File>
1770 </Filter>
1771 </Files>
1772 <Globals>
1773 </Globals>
1774</VisualStudioProject>