Merged revisions 83951 via svnmerge from
[python/dscho.git] / PCbuild / pythoncore.vcproj
blob05cffd727af737de6a637e094d5d3cbedde62be4
1 <?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"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 <Platform
15 Name="x64"
17 </Platforms>
18 <ToolFiles>
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Release|Win32"
23 ConfigurationType="2"
24 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
25 UseOfMFC="0"
26 ATLMinimizesCRunTimeLibraryUsage="false"
28 <Tool
29 Name="VCPreBuildEventTool"
31 <Tool
32 Name="VCCustomBuildTool"
34 <Tool
35 Name="VCXMLDataGeneratorTool"
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
40 <Tool
41 Name="VCMIDLTool"
43 <Tool
44 Name="VCCLCompilerTool"
45 AdditionalOptions="/Zm200 "
46 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
47 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
48 RuntimeLibrary="2"
50 <Tool
51 Name="VCManagedResourceCompilerTool"
53 <Tool
54 Name="VCResourceCompilerTool"
55 PreprocessorDefinitions="NDEBUG"
56 Culture="1033"
57 AdditionalIncludeDirectories="..\Include"
59 <Tool
60 Name="VCPreLinkEventTool"
61 Description="Generate build information..."
62 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
64 <Tool
65 Name="VCLinkerTool"
66 AdditionalDependencies="getbuildinfo.o"
67 OutputFile="$(OutDir)\$(PyDllName).dll"
68 IgnoreDefaultLibraryNames="libc"
69 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
70 BaseAddress="0x1e000000"
71 ImportLibrary="$(OutDir)$(PyDllName).lib"
73 <Tool
74 Name="VCALinkTool"
76 <Tool
77 Name="VCManifestTool"
79 <Tool
80 Name="VCXDCMakeTool"
82 <Tool
83 Name="VCBscMakeTool"
85 <Tool
86 Name="VCFxCopTool"
88 <Tool
89 Name="VCAppVerifierTool"
91 <Tool
92 Name="VCPostBuildEventTool"
94 </Configuration>
95 <Configuration
96 Name="Release|x64"
97 ConfigurationType="2"
98 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops"
99 UseOfMFC="0"
100 ATLMinimizesCRunTimeLibraryUsage="false"
102 <Tool
103 Name="VCPreBuildEventTool"
105 <Tool
106 Name="VCCustomBuildTool"
108 <Tool
109 Name="VCXMLDataGeneratorTool"
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
114 <Tool
115 Name="VCMIDLTool"
116 TargetEnvironment="3"
118 <Tool
119 Name="VCCLCompilerTool"
120 AdditionalOptions="/Zm200 "
121 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
122 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
123 RuntimeLibrary="2"
125 <Tool
126 Name="VCManagedResourceCompilerTool"
128 <Tool
129 Name="VCResourceCompilerTool"
130 PreprocessorDefinitions="NDEBUG"
131 Culture="1033"
132 AdditionalIncludeDirectories="..\Include"
134 <Tool
135 Name="VCPreLinkEventTool"
136 Description="Generate build information..."
137 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
139 <Tool
140 Name="VCLinkerTool"
141 AdditionalDependencies="getbuildinfo.o"
142 OutputFile="$(OutDir)\$(PyDllName).dll"
143 IgnoreDefaultLibraryNames="libc"
144 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
145 BaseAddress="0x1e000000"
146 ImportLibrary="$(OutDir)$(PyDllName).lib"
148 <Tool
149 Name="VCALinkTool"
151 <Tool
152 Name="VCManifestTool"
154 <Tool
155 Name="VCXDCMakeTool"
157 <Tool
158 Name="VCBscMakeTool"
160 <Tool
161 Name="VCFxCopTool"
163 <Tool
164 Name="VCAppVerifierTool"
166 <Tool
167 Name="VCPostBuildEventTool"
169 </Configuration>
170 <Configuration
171 Name="Debug|Win32"
172 ConfigurationType="2"
173 InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
174 UseOfMFC="0"
175 ATLMinimizesCRunTimeLibraryUsage="false"
176 CharacterSet="0"
178 <Tool
179 Name="VCPreBuildEventTool"
181 <Tool
182 Name="VCCustomBuildTool"
184 <Tool
185 Name="VCXMLDataGeneratorTool"
187 <Tool
188 Name="VCWebServiceProxyGeneratorTool"
190 <Tool
191 Name="VCMIDLTool"
193 <Tool
194 Name="VCCLCompilerTool"
195 AdditionalOptions="/Zm200 "
196 Optimization="0"
197 InlineFunctionExpansion="0"
198 EnableIntrinsicFunctions="false"
199 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
200 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
201 RuntimeLibrary="3"
203 <Tool
204 Name="VCManagedResourceCompilerTool"
206 <Tool
207 Name="VCResourceCompilerTool"
208 PreprocessorDefinitions="_DEBUG"
209 Culture="1033"
210 AdditionalIncludeDirectories="..\Include"
212 <Tool
213 Name="VCPreLinkEventTool"
214 Description="Generate build information..."
215 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Debug"
217 <Tool
218 Name="VCLinkerTool"
219 AdditionalDependencies="getbuildinfo.o"
220 OutputFile="$(OutDir)\$(PyDllName)_d.dll"
221 IgnoreDefaultLibraryNames="libc"
222 ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
223 BaseAddress="0x1e000000"
224 ImportLibrary="$(OutDir)$(PyDllName)_d.lib"
226 <Tool
227 Name="VCALinkTool"
229 <Tool
230 Name="VCManifestTool"
232 <Tool
233 Name="VCXDCMakeTool"
235 <Tool
236 Name="VCBscMakeTool"
238 <Tool
239 Name="VCFxCopTool"
241 <Tool
242 Name="VCAppVerifierTool"
244 <Tool
245 Name="VCPostBuildEventTool"
247 </Configuration>
248 <Configuration
249 Name="Debug|x64"
250 ConfigurationType="2"
251 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\debug.vsprops"
252 UseOfMFC="0"
253 ATLMinimizesCRunTimeLibraryUsage="false"
255 <Tool
256 Name="VCPreBuildEventTool"
258 <Tool
259 Name="VCCustomBuildTool"
261 <Tool
262 Name="VCXMLDataGeneratorTool"
264 <Tool
265 Name="VCWebServiceProxyGeneratorTool"
267 <Tool
268 Name="VCMIDLTool"
269 TargetEnvironment="3"
271 <Tool
272 Name="VCCLCompilerTool"
273 AdditionalOptions="/Zm200 "
274 Optimization="0"
275 InlineFunctionExpansion="0"
276 EnableIntrinsicFunctions="false"
277 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
278 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
279 RuntimeLibrary="3"
281 <Tool
282 Name="VCManagedResourceCompilerTool"
284 <Tool
285 Name="VCResourceCompilerTool"
286 PreprocessorDefinitions="_DEBUG"
287 Culture="1033"
288 AdditionalIncludeDirectories="..\Include"
290 <Tool
291 Name="VCPreLinkEventTool"
292 Description="Generate build information..."
293 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Debug"
295 <Tool
296 Name="VCLinkerTool"
297 AdditionalDependencies="getbuildinfo.o"
298 OutputFile="$(OutDir)\$(PyDllName)_d.dll"
299 IgnoreDefaultLibraryNames="libc"
300 ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
301 BaseAddress="0x1e000000"
302 ImportLibrary="$(OutDir)$(PyDllName)_d.lib"
304 <Tool
305 Name="VCALinkTool"
307 <Tool
308 Name="VCManifestTool"
310 <Tool
311 Name="VCXDCMakeTool"
313 <Tool
314 Name="VCBscMakeTool"
316 <Tool
317 Name="VCFxCopTool"
319 <Tool
320 Name="VCAppVerifierTool"
322 <Tool
323 Name="VCPostBuildEventTool"
325 </Configuration>
326 <Configuration
327 Name="PGInstrument|Win32"
328 ConfigurationType="2"
329 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops;.\pginstrument.vsprops"
330 UseOfMFC="0"
331 ATLMinimizesCRunTimeLibraryUsage="false"
333 <Tool
334 Name="VCPreBuildEventTool"
336 <Tool
337 Name="VCCustomBuildTool"
339 <Tool
340 Name="VCXMLDataGeneratorTool"
342 <Tool
343 Name="VCWebServiceProxyGeneratorTool"
345 <Tool
346 Name="VCMIDLTool"
348 <Tool
349 Name="VCCLCompilerTool"
350 AdditionalOptions="/Zm200 "
351 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
352 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
353 RuntimeLibrary="2"
355 <Tool
356 Name="VCManagedResourceCompilerTool"
358 <Tool
359 Name="VCResourceCompilerTool"
360 PreprocessorDefinitions="NDEBUG"
361 Culture="1033"
362 AdditionalIncludeDirectories="..\Include"
364 <Tool
365 Name="VCPreLinkEventTool"
366 Description="Generate build information..."
367 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
369 <Tool
370 Name="VCLinkerTool"
371 AdditionalDependencies="getbuildinfo.o"
372 OutputFile="$(OutDir)\$(PyDllName).dll"
373 IgnoreDefaultLibraryNames="libc"
374 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
375 BaseAddress="0x1e000000"
376 ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
378 <Tool
379 Name="VCALinkTool"
381 <Tool
382 Name="VCManifestTool"
384 <Tool
385 Name="VCXDCMakeTool"
387 <Tool
388 Name="VCBscMakeTool"
390 <Tool
391 Name="VCFxCopTool"
393 <Tool
394 Name="VCAppVerifierTool"
396 <Tool
397 Name="VCPostBuildEventTool"
399 </Configuration>
400 <Configuration
401 Name="PGInstrument|x64"
402 ConfigurationType="2"
403 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops;.\pginstrument.vsprops"
404 UseOfMFC="0"
405 ATLMinimizesCRunTimeLibraryUsage="false"
407 <Tool
408 Name="VCPreBuildEventTool"
410 <Tool
411 Name="VCCustomBuildTool"
413 <Tool
414 Name="VCXMLDataGeneratorTool"
416 <Tool
417 Name="VCWebServiceProxyGeneratorTool"
419 <Tool
420 Name="VCMIDLTool"
421 TargetEnvironment="3"
423 <Tool
424 Name="VCCLCompilerTool"
425 AdditionalOptions="/Zm200 "
426 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
427 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
428 RuntimeLibrary="2"
430 <Tool
431 Name="VCManagedResourceCompilerTool"
433 <Tool
434 Name="VCResourceCompilerTool"
435 PreprocessorDefinitions="NDEBUG"
436 Culture="1033"
437 AdditionalIncludeDirectories="..\Include"
439 <Tool
440 Name="VCPreLinkEventTool"
441 Description="Generate build information..."
442 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
444 <Tool
445 Name="VCLinkerTool"
446 AdditionalDependencies="getbuildinfo.o"
447 OutputFile="$(OutDir)\$(PyDllName).dll"
448 IgnoreDefaultLibraryNames="libc"
449 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
450 BaseAddress="0x1e000000"
451 ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
452 TargetMachine="17"
454 <Tool
455 Name="VCALinkTool"
457 <Tool
458 Name="VCManifestTool"
460 <Tool
461 Name="VCXDCMakeTool"
463 <Tool
464 Name="VCBscMakeTool"
466 <Tool
467 Name="VCFxCopTool"
469 <Tool
470 Name="VCAppVerifierTool"
472 <Tool
473 Name="VCPostBuildEventTool"
475 </Configuration>
476 <Configuration
477 Name="PGUpdate|Win32"
478 ConfigurationType="2"
479 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops;.\pgupdate.vsprops"
480 UseOfMFC="0"
481 ATLMinimizesCRunTimeLibraryUsage="false"
483 <Tool
484 Name="VCPreBuildEventTool"
486 <Tool
487 Name="VCCustomBuildTool"
489 <Tool
490 Name="VCXMLDataGeneratorTool"
492 <Tool
493 Name="VCWebServiceProxyGeneratorTool"
495 <Tool
496 Name="VCMIDLTool"
498 <Tool
499 Name="VCCLCompilerTool"
500 AdditionalOptions="/Zm200 "
501 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
502 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
503 RuntimeLibrary="2"
505 <Tool
506 Name="VCManagedResourceCompilerTool"
508 <Tool
509 Name="VCResourceCompilerTool"
510 PreprocessorDefinitions="NDEBUG"
511 Culture="1033"
512 AdditionalIncludeDirectories="..\Include"
514 <Tool
515 Name="VCPreLinkEventTool"
516 Description="Generate build information..."
517 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
519 <Tool
520 Name="VCLinkerTool"
521 AdditionalDependencies="getbuildinfo.o"
522 OutputFile="$(OutDir)\$(PyDllName).dll"
523 IgnoreDefaultLibraryNames="libc"
524 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
525 BaseAddress="0x1e000000"
526 ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
528 <Tool
529 Name="VCALinkTool"
531 <Tool
532 Name="VCManifestTool"
534 <Tool
535 Name="VCXDCMakeTool"
537 <Tool
538 Name="VCBscMakeTool"
540 <Tool
541 Name="VCFxCopTool"
543 <Tool
544 Name="VCAppVerifierTool"
546 <Tool
547 Name="VCPostBuildEventTool"
549 </Configuration>
550 <Configuration
551 Name="PGUpdate|x64"
552 ConfigurationType="2"
553 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops;.\pgupdate.vsprops"
554 UseOfMFC="0"
555 ATLMinimizesCRunTimeLibraryUsage="false"
557 <Tool
558 Name="VCPreBuildEventTool"
560 <Tool
561 Name="VCCustomBuildTool"
563 <Tool
564 Name="VCXMLDataGeneratorTool"
566 <Tool
567 Name="VCWebServiceProxyGeneratorTool"
569 <Tool
570 Name="VCMIDLTool"
571 TargetEnvironment="3"
573 <Tool
574 Name="VCCLCompilerTool"
575 AdditionalOptions="/Zm200 "
576 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
577 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
578 RuntimeLibrary="2"
580 <Tool
581 Name="VCManagedResourceCompilerTool"
583 <Tool
584 Name="VCResourceCompilerTool"
585 PreprocessorDefinitions="NDEBUG"
586 Culture="1033"
587 AdditionalIncludeDirectories="..\Include"
589 <Tool
590 Name="VCPreLinkEventTool"
591 Description="Generate build information..."
592 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
594 <Tool
595 Name="VCLinkerTool"
596 AdditionalDependencies="getbuildinfo.o"
597 OutputFile="$(OutDir)\$(PyDllName).dll"
598 IgnoreDefaultLibraryNames="libc"
599 ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
600 BaseAddress="0x1e000000"
601 ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
602 TargetMachine="17"
604 <Tool
605 Name="VCALinkTool"
607 <Tool
608 Name="VCManifestTool"
610 <Tool
611 Name="VCXDCMakeTool"
613 <Tool
614 Name="VCBscMakeTool"
616 <Tool
617 Name="VCFxCopTool"
619 <Tool
620 Name="VCAppVerifierTool"
622 <Tool
623 Name="VCPostBuildEventTool"
625 </Configuration>
626 </Configurations>
627 <References>
628 </References>
629 <Files>
630 <Filter
631 Name="Include"
633 <File
634 RelativePath="..\Include\abstract.h"
636 </File>
637 <File
638 RelativePath="..\Include\asdl.h"
640 </File>
641 <File
642 RelativePath="..\Include\ast.h"
644 </File>
645 <File
646 RelativePath="..\Include\bitset.h"
648 </File>
649 <File
650 RelativePath="..\Include\boolobject.h"
652 </File>
653 <File
654 RelativePath="..\Include\bytes_methods.h"
656 </File>
657 <File
658 RelativePath="..\Include\bytearrayobject.h"
660 </File>
661 <File
662 RelativePath="..\Include\bytesobject.h"
664 </File>
665 <File
666 RelativePath="..\Include\cellobject.h"
668 </File>
669 <File
670 RelativePath="..\Include\ceval.h"
672 </File>
673 <File
674 RelativePath="..\Include\classobject.h"
676 </File>
677 <File
678 RelativePath="..\Include\cobject.h"
680 </File>
681 <File
682 RelativePath="..\Include\code.h"
684 </File>
685 <File
686 RelativePath="..\Include\codecs.h"
688 </File>
689 <File
690 RelativePath="..\Include\compile.h"
692 </File>
693 <File
694 RelativePath="..\Include\complexobject.h"
696 </File>
697 <File
698 RelativePath="..\Include\datetime.h"
700 </File>
701 <File
702 RelativePath="..\Include\descrobject.h"
704 </File>
705 <File
706 RelativePath="..\Include\dictobject.h"
708 </File>
709 <File
710 RelativePath="..\Include\enumobject.h"
712 </File>
713 <File
714 RelativePath="..\Include\errcode.h"
716 </File>
717 <File
718 RelativePath="..\Include\eval.h"
720 </File>
721 <File
722 RelativePath="..\Include\fileobject.h"
724 </File>
725 <File
726 RelativePath="..\Include\floatobject.h"
728 </File>
729 <File
730 RelativePath="..\Include\formatter_unicode.h"
732 </File>
733 <File
734 RelativePath="..\Include\frameobject.h"
736 </File>
737 <File
738 RelativePath="..\Include\funcobject.h"
740 </File>
741 <File
742 RelativePath="..\Include\genobject.h"
744 </File>
745 <File
746 RelativePath="..\Include\graminit.h"
748 </File>
749 <File
750 RelativePath="..\Include\grammar.h"
752 </File>
753 <File
754 RelativePath="..\Include\import.h"
756 </File>
757 <File
758 RelativePath="..\Include\intobject.h"
760 </File>
761 <File
762 RelativePath="..\Include\intrcheck.h"
764 </File>
765 <File
766 RelativePath="..\Include\iterobject.h"
768 </File>
769 <File
770 RelativePath="..\Include\listobject.h"
772 </File>
773 <File
774 RelativePath="..\Include\longintrepr.h"
776 </File>
777 <File
778 RelativePath="..\Include\longobject.h"
780 </File>
781 <File
782 RelativePath="..\Include\marshal.h"
784 </File>
785 <File
786 RelativePath="..\Include\memoryobject.h"
788 </File>
789 <File
790 RelativePath="..\Include\metagrammar.h"
792 </File>
793 <File
794 RelativePath="..\Include\methodobject.h"
796 </File>
797 <File
798 RelativePath="..\Include\modsupport.h"
800 </File>
801 <File
802 RelativePath="..\Include\moduleobject.h"
804 </File>
805 <File
806 RelativePath="..\Include\node.h"
808 </File>
809 <File
810 RelativePath="..\Include\object.h"
812 </File>
813 <File
814 RelativePath="..\Include\objimpl.h"
816 </File>
817 <File
818 RelativePath="..\Include\opcode.h"
820 </File>
821 <File
822 RelativePath="..\Include\osdefs.h"
824 </File>
825 <File
826 RelativePath="..\Include\parsetok.h"
828 </File>
829 <File
830 RelativePath="..\Include\patchlevel.h"
832 </File>
833 <File
834 RelativePath="..\Include\pgen.h"
836 </File>
837 <File
838 RelativePath="..\Include\pgenheaders.h"
840 </File>
841 <File
842 RelativePath="..\Include\py_curses.h"
844 </File>
845 <File
846 RelativePath="..\Include\pyarena.h"
848 </File>
849 <File RelativePath="..\Include\pycapsule.h"></File>
850 <File
851 RelativePath="..\Include\pyctype.h"
853 </File>
854 <File
855 RelativePath="..\Include\pydebug.h"
857 </File>
858 <File
859 RelativePath="..\Include\pyerrors.h"
861 </File>
862 <File
863 RelativePath="..\Include\pyexpat.h"
865 </File>
866 <File
867 RelativePath="..\Include\pyfpe.h"
869 </File>
870 <File
871 RelativePath="..\Include\pygetopt.h"
873 </File>
874 <File
875 RelativePath="..\Include\pymactoolbox.h"
877 </File>
878 <File
879 RelativePath="..\Include\pymath.h"
881 </File>
882 <File
883 RelativePath="..\Include\pymem.h"
885 </File>
886 <File
887 RelativePath="..\Include\pyport.h"
889 </File>
890 <File
891 RelativePath="..\Include\pystate.h"
893 </File>
894 <File
895 RelativePath="..\Include\pystrcmp.h"
897 </File>
898 <File
899 RelativePath="..\Include\pystrtod.h"
901 </File>
902 <File
903 RelativePath="..\Include\dtoa.h"
905 </File>
906 <File
907 RelativePath="..\Include\Python-ast.h"
909 </File>
910 <File
911 RelativePath="..\Include\Python.h"
913 </File>
914 <File
915 RelativePath="..\Include\pythonrun.h"
917 </File>
918 <File
919 RelativePath="..\Include\pythread.h"
921 </File>
922 <File
923 RelativePath="..\Include\rangeobject.h"
925 </File>
926 <File
927 RelativePath="..\Include\setobject.h"
929 </File>
930 <File
931 RelativePath="..\Include\sliceobject.h"
933 </File>
934 <File
935 RelativePath="..\Include\structmember.h"
937 </File>
938 <File
939 RelativePath="..\Include\structseq.h"
941 </File>
942 <File
943 RelativePath="..\Include\symtable.h"
945 </File>
946 <File
947 RelativePath="..\Include\sysmodule.h"
949 </File>
950 <File
951 RelativePath="..\Include\timefuncs.h"
953 </File>
954 <File
955 RelativePath="..\Include\token.h"
957 </File>
958 <File
959 RelativePath="..\Include\traceback.h"
961 </File>
962 <File
963 RelativePath="..\Include\tupleobject.h"
965 </File>
966 <File
967 RelativePath="..\Include\ucnhash.h"
969 </File>
970 <File
971 RelativePath="..\Include\unicodeobject.h"
973 </File>
974 <File
975 RelativePath="..\Include\weakrefobject.h"
977 </File>
978 </Filter>
979 <Filter
980 Name="Modules"
982 <File
983 RelativePath="..\Modules\_bisectmodule.c"
985 </File>
986 <File
987 RelativePath="..\Modules\_codecsmodule.c"
989 </File>
990 <File
991 RelativePath="..\Modules\_collectionsmodule.c"
993 </File>
994 <File
995 RelativePath="..\Modules\_csv.c"
997 </File>
998 <File
999 RelativePath="..\Modules\_functoolsmodule.c"
1001 </File>
1002 <File
1003 RelativePath="..\Modules\_heapqmodule.c"
1005 </File>
1006 <File
1007 RelativePath="..\Modules\_json.c"
1009 </File>
1010 <File
1011 RelativePath="..\Modules\_localemodule.c"
1013 </File>
1014 <File
1015 RelativePath="..\Modules\_lsprof.c"
1017 </File>
1018 <File
1019 RelativePath="..\Modules\_pickle.c"
1021 </File>
1022 <File
1023 RelativePath="..\Modules\_randommodule.c"
1025 </File>
1026 <File
1027 RelativePath="..\Modules\_sre.c"
1029 </File>
1030 <File
1031 RelativePath="..\Modules\_struct.c"
1033 </File>
1034 <File
1035 RelativePath="..\Modules\_weakref.c"
1037 </File>
1038 <File
1039 RelativePath="..\Modules\arraymodule.c"
1041 </File>
1042 <File
1043 RelativePath="..\Modules\atexitmodule.c"
1045 </File>
1046 <File
1047 RelativePath="..\Modules\audioop.c"
1049 </File>
1050 <File
1051 RelativePath="..\Modules\binascii.c"
1053 </File>
1054 <File
1055 RelativePath="..\Modules\cmathmodule.c"
1057 </File>
1058 <File
1059 RelativePath="..\Modules\datetimemodule.c"
1061 </File>
1062 <File
1063 RelativePath="..\Modules\errnomodule.c"
1065 </File>
1066 <File
1067 RelativePath="..\Modules\gcmodule.c"
1069 </File>
1070 <File
1071 RelativePath="..\Modules\itertoolsmodule.c"
1073 </File>
1074 <File
1075 RelativePath="..\Modules\main.c"
1077 </File>
1078 <File
1079 RelativePath="..\Modules\mathmodule.c"
1081 </File>
1082 <File
1083 RelativePath="..\Modules\md5module.c"
1085 </File>
1086 <File
1087 RelativePath="..\Modules\mmapmodule.c"
1089 </File>
1090 <File
1091 RelativePath="..\Modules\operator.c"
1093 </File>
1094 <File
1095 RelativePath="..\Modules\parsermodule.c"
1097 </File>
1098 <File
1099 RelativePath="..\Modules\posixmodule.c"
1101 </File>
1102 <File
1103 RelativePath="..\Modules\rotatingtree.c"
1105 </File>
1106 <File
1107 RelativePath="..\Modules\rotatingtree.h"
1109 </File>
1110 <File
1111 RelativePath="..\Modules\sha1module.c"
1113 </File>
1114 <File
1115 RelativePath="..\Modules\sha256module.c"
1117 </File>
1118 <File
1119 RelativePath="..\Modules\sha512module.c"
1121 </File>
1122 <File
1123 RelativePath="..\Modules\signalmodule.c"
1125 </File>
1126 <File
1127 RelativePath="..\Modules\symtablemodule.c"
1129 </File>
1130 <File
1131 RelativePath="..\Modules\_threadmodule.c"
1133 </File>
1134 <File
1135 RelativePath="..\Modules\timemodule.c"
1137 </File>
1138 <File
1139 RelativePath="..\Modules\xxsubtype.c"
1141 </File>
1142 <File
1143 RelativePath="..\Modules\zipimport.c"
1145 </File>
1146 <File
1147 RelativePath="..\Modules\zlibmodule.c"
1149 </File>
1150 <Filter
1151 Name="_io"
1153 <File
1154 RelativePath="..\Modules\_io\fileio.c"
1156 </File>
1157 <File
1158 RelativePath="..\Modules\_io\bytesio.c"
1160 </File>
1161 <File
1162 RelativePath="..\Modules\_io\stringio.c"
1164 </File>
1165 <File
1166 RelativePath="..\Modules\_io\bufferedio.c"
1168 </File>
1169 <File
1170 RelativePath="..\Modules\_io\iobase.c"
1172 </File>
1173 <File
1174 RelativePath="..\Modules\_io\textio.c"
1176 </File>
1177 <File
1178 RelativePath="..\Modules\_io\_iomodule.c"
1180 </File>
1181 <File
1182 RelativePath="..\Modules\_io\_iomodule.h"
1184 </File>
1185 </Filter>
1186 <Filter
1187 Name="zlib"
1189 <File
1190 RelativePath="..\Modules\zlib\adler32.c"
1192 </File>
1193 <File
1194 RelativePath="..\Modules\zlib\compress.c"
1196 </File>
1197 <File
1198 RelativePath="..\Modules\zlib\crc32.c"
1200 </File>
1201 <File
1202 RelativePath="..\Modules\zlib\crc32.h"
1204 </File>
1205 <File
1206 RelativePath="..\Modules\zlib\deflate.c"
1208 </File>
1209 <File
1210 RelativePath="..\Modules\zlib\deflate.h"
1212 </File>
1213 <File
1214 RelativePath="..\Modules\zlib\gzio.c"
1216 </File>
1217 <File
1218 RelativePath="..\Modules\zlib\infback.c"
1220 </File>
1221 <File
1222 RelativePath="..\Modules\zlib\inffast.c"
1224 </File>
1225 <File
1226 RelativePath="..\Modules\zlib\inffast.h"
1228 </File>
1229 <File
1230 RelativePath="..\Modules\zlib\inffixed.h"
1232 </File>
1233 <File
1234 RelativePath="..\Modules\zlib\inflate.c"
1236 </File>
1237 <File
1238 RelativePath="..\Modules\zlib\inflate.h"
1240 </File>
1241 <File
1242 RelativePath="..\Modules\zlib\inftrees.c"
1244 </File>
1245 <File
1246 RelativePath="..\Modules\zlib\inftrees.h"
1248 </File>
1249 <File
1250 RelativePath="..\Modules\zlib\trees.c"
1252 </File>
1253 <File
1254 RelativePath="..\Modules\zlib\trees.h"
1256 </File>
1257 <File
1258 RelativePath="..\Modules\zlib\uncompr.c"
1260 </File>
1261 <File
1262 RelativePath="..\Modules\zlib\zconf.h"
1264 </File>
1265 <File
1266 RelativePath="..\Modules\zlib\zconf.in.h"
1268 </File>
1269 <File
1270 RelativePath="..\Modules\zlib\zlib.h"
1272 </File>
1273 <File
1274 RelativePath="..\Modules\zlib\zutil.c"
1276 </File>
1277 <File
1278 RelativePath="..\Modules\zlib\zutil.h"
1280 </File>
1281 </Filter>
1282 <Filter
1283 Name="cjkcodecs"
1285 <File
1286 RelativePath="..\Modules\cjkcodecs\_codecs_cn.c"
1288 </File>
1289 <File
1290 RelativePath="..\Modules\cjkcodecs\_codecs_hk.c"
1292 </File>
1293 <File
1294 RelativePath="..\Modules\cjkcodecs\_codecs_iso2022.c"
1296 </File>
1297 <File
1298 RelativePath="..\Modules\cjkcodecs\_codecs_jp.c"
1300 </File>
1301 <File
1302 RelativePath="..\Modules\cjkcodecs\_codecs_kr.c"
1304 </File>
1305 <File
1306 RelativePath="..\Modules\cjkcodecs\_codecs_tw.c"
1308 </File>
1309 <File
1310 RelativePath="..\Modules\cjkcodecs\alg_jisx0201.h"
1312 </File>
1313 <File
1314 RelativePath="..\Modules\cjkcodecs\cjkcodecs.h"
1316 </File>
1317 <File
1318 RelativePath="..\Modules\cjkcodecs\emu_jisx0213_2000.h"
1320 </File>
1321 <File
1322 RelativePath="..\Modules\cjkcodecs\mappings_cn.h"
1324 </File>
1325 <File
1326 RelativePath="..\Modules\cjkcodecs\mappings_hk.h"
1328 </File>
1329 <File
1330 RelativePath="..\Modules\cjkcodecs\mappings_jisx0213_pair.h"
1332 </File>
1333 <File
1334 RelativePath="..\Modules\cjkcodecs\mappings_jp.h"
1336 </File>
1337 <File
1338 RelativePath="..\Modules\cjkcodecs\mappings_kr.h"
1340 </File>
1341 <File
1342 RelativePath="..\Modules\cjkcodecs\mappings_tw.h"
1344 </File>
1345 <File
1346 RelativePath="..\Modules\cjkcodecs\multibytecodec.c"
1348 </File>
1349 <File
1350 RelativePath="..\Modules\cjkcodecs\multibytecodec.h"
1352 </File>
1353 </Filter>
1354 </Filter>
1355 <Filter
1356 Name="Objects"
1358 <File
1359 RelativePath="..\Objects\abstract.c"
1361 </File>
1362 <File
1363 RelativePath="..\Objects\boolobject.c"
1365 </File>
1366 <File
1367 RelativePath="..\Objects\bytes_methods.c"
1369 </File>
1370 <File
1371 RelativePath="..\Objects\bytearrayobject.c"
1373 </File>
1374 <File
1375 RelativePath="..\Objects\bytesobject.c"
1377 </File>
1378 <File
1379 RelativePath="..\Objects\capsule.c"
1381 </File>
1382 <File
1383 RelativePath="..\Objects\cellobject.c"
1385 </File>
1386 <File
1387 RelativePath="..\Objects\classobject.c"
1389 </File>
1390 <File
1391 RelativePath="..\Objects\cobject.c"
1393 </File>
1394 <File
1395 RelativePath="..\Objects\codeobject.c"
1397 </File>
1398 <File
1399 RelativePath="..\Objects\complexobject.c"
1401 </File>
1402 <File
1403 RelativePath="..\Objects\stringlib\count.h"
1405 </File>
1406 <File
1407 RelativePath="..\Objects\descrobject.c"
1409 </File>
1410 <File
1411 RelativePath="..\Objects\dictobject.c"
1413 </File>
1414 <File
1415 RelativePath="..\Objects\enumobject.c"
1417 </File>
1418 <File
1419 RelativePath="..\Objects\exceptions.c"
1421 </File>
1422 <File
1423 RelativePath="..\Objects\stringlib\fastsearch.h"
1425 </File>
1426 <File
1427 RelativePath="..\Objects\fileobject.c"
1429 </File>
1430 <File
1431 RelativePath="..\Objects\stringlib\find.h"
1433 </File>
1434 <File
1435 RelativePath="..\Objects\floatobject.c"
1437 </File>
1438 <File
1439 RelativePath="..\Objects\frameobject.c"
1441 </File>
1442 <File
1443 RelativePath="..\Objects\funcobject.c"
1445 </File>
1446 <File
1447 RelativePath="..\Objects\genobject.c"
1449 </File>
1450 <File
1451 RelativePath="..\Objects\iterobject.c"
1453 </File>
1454 <File
1455 RelativePath="..\Objects\listobject.c"
1457 </File>
1458 <File
1459 RelativePath="..\Objects\longobject.c"
1461 </File>
1462 <File
1463 RelativePath="..\Objects\memoryobject.c"
1465 </File>
1466 <File
1467 RelativePath="..\Objects\methodobject.c"
1469 </File>
1470 <File
1471 RelativePath="..\Objects\moduleobject.c"
1473 </File>
1474 <File
1475 RelativePath="..\Objects\object.c"
1477 </File>
1478 <File
1479 RelativePath="..\Objects\obmalloc.c"
1481 </File>
1482 <File
1483 RelativePath="..\Objects\stringlib\partition.h"
1485 </File>
1486 <File
1487 RelativePath="..\Objects\rangeobject.c"
1489 </File>
1490 <File
1491 RelativePath="..\Objects\setobject.c"
1493 </File>
1494 <File
1495 RelativePath="..\Objects\sliceobject.c"
1497 </File>
1498 <File
1499 RelativePath="..\Objects\structseq.c"
1501 </File>
1502 <File
1503 RelativePath="..\Objects\tupleobject.c"
1505 </File>
1506 <File
1507 RelativePath="..\Objects\typeobject.c"
1509 </File>
1510 <File
1511 RelativePath="..\Objects\unicodectype.c"
1513 </File>
1514 <File
1515 RelativePath="..\Objects\unicodeobject.c"
1517 </File>
1518 <File
1519 RelativePath="..\Objects\unicodetype_db.h"
1521 </File>
1522 <File
1523 RelativePath="..\Objects\weakrefobject.c"
1525 </File>
1526 </Filter>
1527 <Filter
1528 Name="Parser"
1530 <File
1531 RelativePath="..\Parser\acceler.c"
1533 </File>
1534 <File
1535 RelativePath="..\Parser\bitset.c"
1537 </File>
1538 <File
1539 RelativePath="..\Parser\firstsets.c"
1541 </File>
1542 <File
1543 RelativePath="..\Parser\grammar.c"
1545 </File>
1546 <File
1547 RelativePath="..\Parser\grammar1.c"
1549 </File>
1550 <File
1551 RelativePath="..\Parser\listnode.c"
1553 </File>
1554 <File
1555 RelativePath="..\Parser\metagrammar.c"
1557 </File>
1558 <File
1559 RelativePath="..\Parser\myreadline.c"
1561 </File>
1562 <File
1563 RelativePath="..\Parser\node.c"
1565 </File>
1566 <File
1567 RelativePath="..\Parser\parser.c"
1569 </File>
1570 <File
1571 RelativePath="..\Parser\parser.h"
1573 </File>
1574 <File
1575 RelativePath="..\Parser\parsetok.c"
1577 </File>
1578 <File
1579 RelativePath="..\Parser\tokenizer.c"
1581 </File>
1582 <File
1583 RelativePath="..\Parser\tokenizer.h"
1585 </File>
1586 </Filter>
1587 <Filter
1588 Name="PC"
1590 <File
1591 RelativePath="..\PC\_subprocess.c"
1593 </File>
1594 <File
1595 RelativePath="..\PC\winreg.c"
1597 </File>
1598 <File
1599 RelativePath="..\PC\config.c"
1601 </File>
1602 <File
1603 RelativePath="..\PC\dl_nt.c"
1605 </File>
1606 <File
1607 RelativePath="..\PC\errmap.h"
1609 </File>
1610 <File
1611 RelativePath="..\PC\getpathp.c"
1613 </File>
1614 <File
1615 RelativePath="..\PC\import_nt.c"
1617 </File>
1618 <File
1619 RelativePath="..\PC\msvcrtmodule.c"
1621 </File>
1622 <File
1623 RelativePath="..\PC\pyconfig.h"
1625 </File>
1626 </Filter>
1627 <Filter
1628 Name="Python"
1630 <File
1631 RelativePath="..\Python\_warnings.c"
1633 </File>
1634 <File
1635 RelativePath="..\Python\asdl.c"
1637 </File>
1638 <File
1639 RelativePath="..\Python\ast.c"
1641 </File>
1642 <File
1643 RelativePath="..\Python\bltinmodule.c"
1645 </File>
1646 <File
1647 RelativePath="..\Python\ceval.c"
1649 </File>
1650 <File
1651 RelativePath="..\Python\codecs.c"
1653 </File>
1654 <File
1655 RelativePath="..\Python\compile.c"
1657 </File>
1658 <File
1659 RelativePath="..\Python\dynload_win.c"
1661 </File>
1662 <File
1663 RelativePath="..\Python\errors.c"
1665 </File>
1666 <File
1667 RelativePath="..\Python\formatter_unicode.c"
1669 </File>
1670 <File
1671 RelativePath="..\Python\frozen.c"
1673 </File>
1674 <File
1675 RelativePath="..\Python\future.c"
1677 </File>
1678 <File
1679 RelativePath="..\Python\getargs.c"
1681 </File>
1682 <File
1683 RelativePath="..\Python\getcompiler.c"
1685 </File>
1686 <File
1687 RelativePath="..\Python\getcopyright.c"
1689 </File>
1690 <File
1691 RelativePath="..\Python\getopt.c"
1693 </File>
1694 <File
1695 RelativePath="..\Python\getplatform.c"
1697 </File>
1698 <File
1699 RelativePath="..\Python\getversion.c"
1701 </File>
1702 <File
1703 RelativePath="..\Python\graminit.c"
1705 </File>
1706 <File
1707 RelativePath="..\Python\import.c"
1709 </File>
1710 <File
1711 RelativePath="..\Python\importdl.c"
1713 </File>
1714 <File
1715 RelativePath="..\Python\importdl.h"
1717 </File>
1718 <File
1719 RelativePath="..\Python\marshal.c"
1721 </File>
1722 <File
1723 RelativePath="..\Python\modsupport.c"
1725 </File>
1726 <File
1727 RelativePath="..\Python\mysnprintf.c"
1729 </File>
1730 <File
1731 RelativePath="..\Python\mystrtoul.c"
1733 </File>
1734 <File
1735 RelativePath="..\Python\peephole.c"
1737 </File>
1738 <File
1739 RelativePath="..\Python\pyarena.c"
1741 </File>
1742 <File
1743 RelativePath="..\Python\pyctype.c"
1745 </File>
1746 <File
1747 RelativePath="..\Python\pyfpe.c"
1749 </File>
1750 <File
1751 RelativePath="..\Python\pymath.c"
1753 </File>
1754 <File
1755 RelativePath="..\Python\pystate.c"
1757 </File>
1758 <File
1759 RelativePath="..\Python\pystrcmp.c"
1761 </File>
1762 <File
1763 RelativePath="..\Python\pystrtod.c"
1765 </File>
1766 <File
1767 RelativePath="..\Python\dtoa.c"
1769 </File>
1770 <File
1771 RelativePath="..\Python\Python-ast.c"
1773 </File>
1774 <File
1775 RelativePath="..\Python\pythonrun.c"
1777 </File>
1778 <File
1779 RelativePath="..\Python\structmember.c"
1781 </File>
1782 <File
1783 RelativePath="..\Python\symtable.c"
1785 </File>
1786 <File
1787 RelativePath="..\Python\sysmodule.c"
1789 </File>
1790 <File
1791 RelativePath="..\Python\thread.c"
1793 </File>
1794 <File
1795 RelativePath="..\Python\thread_nt.h"
1797 </File>
1798 <File
1799 RelativePath="..\Python\traceback.c"
1801 </File>
1802 </Filter>
1803 <Filter
1804 Name="Resource Files"
1806 <File
1807 RelativePath="..\PC\python_nt.rc"
1809 </File>
1810 </Filter>
1811 </Files>
1812 <Globals>
1813 </Globals>
1814 </VisualStudioProject>