blob: 1b9056a5b452378bd92fc8e6573e10acf2be8c1a [file] [log] [blame]
Christian Heimese8954f82007-11-22 11:21:16 +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 />
14 <Platform
15 Name="x64"
16 />
17 </Platforms>
18 <ToolFiles>
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Release|Win32"
23 ConfigurationType="2"
Christian Heimes3971f6b2007-11-30 19:18:08 +000024 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +000025 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 Heimes9f6d4ce2007-12-01 01:03:20 +000047 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
Christian Heimese8954f82007-11-22 11:21:16 +000048 RuntimeLibrary="2"
49 />
50 <Tool
51 Name="VCManagedResourceCompilerTool"
52 />
53 <Tool
54 Name="VCResourceCompilerTool"
55 PreprocessorDefinitions="NDEBUG"
56 Culture="1033"
57 AdditionalIncludeDirectories="..\Include"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
Trent Nelson5a4d6682008-04-06 20:51:23 +000061 Description="Generate build information..."
62 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimese8954f82007-11-22 11:21:16 +000063 />
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"
72 />
73 <Tool
74 Name="VCALinkTool"
75 />
76 <Tool
77 Name="VCManifestTool"
78 />
79 <Tool
80 Name="VCXDCMakeTool"
81 />
82 <Tool
83 Name="VCBscMakeTool"
84 />
85 <Tool
86 Name="VCFxCopTool"
87 />
88 <Tool
89 Name="VCAppVerifierTool"
90 />
91 <Tool
92 Name="VCPostBuildEventTool"
93 />
94 </Configuration>
95 <Configuration
96 Name="Release|x64"
97 ConfigurationType="2"
Christian Heimes3971f6b2007-11-30 19:18:08 +000098 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +000099 UseOfMFC="0"
100 ATLMinimizesCRunTimeLibraryUsage="false"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 TargetEnvironment="3"
117 />
118 <Tool
119 Name="VCCLCompilerTool"
120 AdditionalOptions="/Zm200 "
121 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
Christian Heimes9f6d4ce2007-12-01 01:03:20 +0000122 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
Christian Heimese8954f82007-11-22 11:21:16 +0000123 RuntimeLibrary="2"
124 />
125 <Tool
126 Name="VCManagedResourceCompilerTool"
127 />
128 <Tool
129 Name="VCResourceCompilerTool"
130 PreprocessorDefinitions="NDEBUG"
131 Culture="1033"
132 AdditionalIncludeDirectories="..\Include"
133 />
134 <Tool
135 Name="VCPreLinkEventTool"
Trent Nelson5a4d6682008-04-06 20:51:23 +0000136 Description="Generate build information..."
137 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimese8954f82007-11-22 11:21:16 +0000138 />
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"
147 />
148 <Tool
149 Name="VCALinkTool"
150 />
151 <Tool
152 Name="VCManifestTool"
153 />
154 <Tool
155 Name="VCXDCMakeTool"
156 />
157 <Tool
158 Name="VCBscMakeTool"
159 />
160 <Tool
161 Name="VCFxCopTool"
162 />
163 <Tool
164 Name="VCAppVerifierTool"
165 />
166 <Tool
167 Name="VCPostBuildEventTool"
168 />
169 </Configuration>
170 <Configuration
171 Name="Debug|Win32"
172 ConfigurationType="2"
Christian Heimes3971f6b2007-11-30 19:18:08 +0000173 InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +0000174 UseOfMFC="0"
175 ATLMinimizesCRunTimeLibraryUsage="false"
176 CharacterSet="0"
177 >
178 <Tool
179 Name="VCPreBuildEventTool"
180 />
181 <Tool
182 Name="VCCustomBuildTool"
183 />
184 <Tool
185 Name="VCXMLDataGeneratorTool"
186 />
187 <Tool
188 Name="VCWebServiceProxyGeneratorTool"
189 />
190 <Tool
191 Name="VCMIDLTool"
192 />
193 <Tool
194 Name="VCCLCompilerTool"
195 AdditionalOptions="/Zm200 "
196 Optimization="0"
197 InlineFunctionExpansion="0"
198 EnableIntrinsicFunctions="false"
199 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
Christian Heimes9f6d4ce2007-12-01 01:03:20 +0000200 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
Christian Heimese8954f82007-11-22 11:21:16 +0000201 RuntimeLibrary="3"
202 />
203 <Tool
204 Name="VCManagedResourceCompilerTool"
205 />
206 <Tool
207 Name="VCResourceCompilerTool"
208 PreprocessorDefinitions="_DEBUG"
209 Culture="1033"
210 AdditionalIncludeDirectories="..\Include"
211 />
212 <Tool
213 Name="VCPreLinkEventTool"
Trent Nelson5a4d6682008-04-06 20:51:23 +0000214 Description="Generate build information..."
215 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Debug"
Christian Heimese8954f82007-11-22 11:21:16 +0000216 />
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"
225 />
226 <Tool
227 Name="VCALinkTool"
228 />
229 <Tool
230 Name="VCManifestTool"
231 />
232 <Tool
233 Name="VCXDCMakeTool"
234 />
235 <Tool
236 Name="VCBscMakeTool"
237 />
238 <Tool
239 Name="VCFxCopTool"
240 />
241 <Tool
242 Name="VCAppVerifierTool"
243 />
244 <Tool
245 Name="VCPostBuildEventTool"
246 />
247 </Configuration>
248 <Configuration
249 Name="Debug|x64"
250 ConfigurationType="2"
Christian Heimes3971f6b2007-11-30 19:18:08 +0000251 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\debug.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +0000252 UseOfMFC="0"
253 ATLMinimizesCRunTimeLibraryUsage="false"
254 >
255 <Tool
256 Name="VCPreBuildEventTool"
257 />
258 <Tool
259 Name="VCCustomBuildTool"
260 />
261 <Tool
262 Name="VCXMLDataGeneratorTool"
263 />
264 <Tool
265 Name="VCWebServiceProxyGeneratorTool"
266 />
267 <Tool
268 Name="VCMIDLTool"
269 TargetEnvironment="3"
270 />
271 <Tool
272 Name="VCCLCompilerTool"
273 AdditionalOptions="/Zm200 "
274 Optimization="0"
275 InlineFunctionExpansion="0"
276 EnableIntrinsicFunctions="false"
277 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
Christian Heimes9f6d4ce2007-12-01 01:03:20 +0000278 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
Christian Heimese8954f82007-11-22 11:21:16 +0000279 RuntimeLibrary="3"
280 />
281 <Tool
282 Name="VCManagedResourceCompilerTool"
283 />
284 <Tool
285 Name="VCResourceCompilerTool"
286 PreprocessorDefinitions="_DEBUG"
287 Culture="1033"
288 AdditionalIncludeDirectories="..\Include"
289 />
290 <Tool
291 Name="VCPreLinkEventTool"
Trent Nelson5a4d6682008-04-06 20:51:23 +0000292 Description="Generate build information..."
293 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Debug"
Christian Heimese8954f82007-11-22 11:21:16 +0000294 />
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"
303 />
304 <Tool
305 Name="VCALinkTool"
306 />
307 <Tool
308 Name="VCManifestTool"
309 />
310 <Tool
311 Name="VCXDCMakeTool"
312 />
313 <Tool
314 Name="VCBscMakeTool"
315 />
316 <Tool
317 Name="VCFxCopTool"
318 />
319 <Tool
320 Name="VCAppVerifierTool"
321 />
322 <Tool
323 Name="VCPostBuildEventTool"
324 />
325 </Configuration>
326 <Configuration
327 Name="PGInstrument|Win32"
328 ConfigurationType="2"
Christian Heimes18679942007-12-05 21:57:25 +0000329 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops;.\pginstrument.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +0000330 UseOfMFC="0"
331 ATLMinimizesCRunTimeLibraryUsage="false"
332 >
333 <Tool
334 Name="VCPreBuildEventTool"
335 />
336 <Tool
337 Name="VCCustomBuildTool"
338 />
339 <Tool
340 Name="VCXMLDataGeneratorTool"
341 />
342 <Tool
343 Name="VCWebServiceProxyGeneratorTool"
344 />
345 <Tool
346 Name="VCMIDLTool"
347 />
348 <Tool
349 Name="VCCLCompilerTool"
350 AdditionalOptions="/Zm200 "
351 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
Christian Heimes9f6d4ce2007-12-01 01:03:20 +0000352 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
Christian Heimese8954f82007-11-22 11:21:16 +0000353 RuntimeLibrary="2"
354 />
355 <Tool
356 Name="VCManagedResourceCompilerTool"
357 />
358 <Tool
359 Name="VCResourceCompilerTool"
360 PreprocessorDefinitions="NDEBUG"
361 Culture="1033"
362 AdditionalIncludeDirectories="..\Include"
363 />
364 <Tool
365 Name="VCPreLinkEventTool"
Trent Nelson5a4d6682008-04-06 20:51:23 +0000366 Description="Generate build information..."
367 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimese8954f82007-11-22 11:21:16 +0000368 />
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"
377 />
378 <Tool
379 Name="VCALinkTool"
380 />
381 <Tool
382 Name="VCManifestTool"
383 />
384 <Tool
385 Name="VCXDCMakeTool"
386 />
387 <Tool
388 Name="VCBscMakeTool"
389 />
390 <Tool
391 Name="VCFxCopTool"
392 />
393 <Tool
394 Name="VCAppVerifierTool"
395 />
396 <Tool
397 Name="VCPostBuildEventTool"
398 />
399 </Configuration>
400 <Configuration
401 Name="PGInstrument|x64"
402 ConfigurationType="2"
Christian Heimes18679942007-12-05 21:57:25 +0000403 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops;.\pginstrument.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +0000404 UseOfMFC="0"
405 ATLMinimizesCRunTimeLibraryUsage="false"
406 >
407 <Tool
408 Name="VCPreBuildEventTool"
409 />
410 <Tool
411 Name="VCCustomBuildTool"
412 />
413 <Tool
414 Name="VCXMLDataGeneratorTool"
415 />
416 <Tool
417 Name="VCWebServiceProxyGeneratorTool"
418 />
419 <Tool
420 Name="VCMIDLTool"
421 TargetEnvironment="3"
422 />
423 <Tool
424 Name="VCCLCompilerTool"
425 AdditionalOptions="/Zm200 "
426 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
Christian Heimes9f6d4ce2007-12-01 01:03:20 +0000427 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
Christian Heimese8954f82007-11-22 11:21:16 +0000428 RuntimeLibrary="2"
429 />
430 <Tool
431 Name="VCManagedResourceCompilerTool"
432 />
433 <Tool
434 Name="VCResourceCompilerTool"
435 PreprocessorDefinitions="NDEBUG"
436 Culture="1033"
437 AdditionalIncludeDirectories="..\Include"
438 />
439 <Tool
440 Name="VCPreLinkEventTool"
Trent Nelson5a4d6682008-04-06 20:51:23 +0000441 Description="Generate build information..."
442 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimese8954f82007-11-22 11:21:16 +0000443 />
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"
453 />
454 <Tool
455 Name="VCALinkTool"
456 />
457 <Tool
458 Name="VCManifestTool"
459 />
460 <Tool
461 Name="VCXDCMakeTool"
462 />
463 <Tool
464 Name="VCBscMakeTool"
465 />
466 <Tool
467 Name="VCFxCopTool"
468 />
469 <Tool
470 Name="VCAppVerifierTool"
471 />
472 <Tool
473 Name="VCPostBuildEventTool"
474 />
475 </Configuration>
476 <Configuration
477 Name="PGUpdate|Win32"
478 ConfigurationType="2"
Christian Heimes18679942007-12-05 21:57:25 +0000479 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops;.\pgupdate.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +0000480 UseOfMFC="0"
481 ATLMinimizesCRunTimeLibraryUsage="false"
482 >
483 <Tool
484 Name="VCPreBuildEventTool"
485 />
486 <Tool
487 Name="VCCustomBuildTool"
488 />
489 <Tool
490 Name="VCXMLDataGeneratorTool"
491 />
492 <Tool
493 Name="VCWebServiceProxyGeneratorTool"
494 />
495 <Tool
496 Name="VCMIDLTool"
497 />
498 <Tool
499 Name="VCCLCompilerTool"
500 AdditionalOptions="/Zm200 "
501 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
Christian Heimes9f6d4ce2007-12-01 01:03:20 +0000502 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
Christian Heimese8954f82007-11-22 11:21:16 +0000503 RuntimeLibrary="2"
504 />
505 <Tool
506 Name="VCManagedResourceCompilerTool"
507 />
508 <Tool
509 Name="VCResourceCompilerTool"
510 PreprocessorDefinitions="NDEBUG"
511 Culture="1033"
512 AdditionalIncludeDirectories="..\Include"
513 />
514 <Tool
515 Name="VCPreLinkEventTool"
Trent Nelson5a4d6682008-04-06 20:51:23 +0000516 Description="Generate build information..."
517 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimese8954f82007-11-22 11:21:16 +0000518 />
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"
527 />
528 <Tool
529 Name="VCALinkTool"
530 />
531 <Tool
532 Name="VCManifestTool"
533 />
534 <Tool
535 Name="VCXDCMakeTool"
536 />
537 <Tool
538 Name="VCBscMakeTool"
539 />
540 <Tool
541 Name="VCFxCopTool"
542 />
543 <Tool
544 Name="VCAppVerifierTool"
545 />
546 <Tool
547 Name="VCPostBuildEventTool"
548 />
549 </Configuration>
550 <Configuration
551 Name="PGUpdate|x64"
552 ConfigurationType="2"
Christian Heimes18679942007-12-05 21:57:25 +0000553 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops;.\pgupdate.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +0000554 UseOfMFC="0"
555 ATLMinimizesCRunTimeLibraryUsage="false"
556 >
557 <Tool
558 Name="VCPreBuildEventTool"
559 />
560 <Tool
561 Name="VCCustomBuildTool"
562 />
563 <Tool
564 Name="VCXMLDataGeneratorTool"
565 />
566 <Tool
567 Name="VCWebServiceProxyGeneratorTool"
568 />
569 <Tool
570 Name="VCMIDLTool"
571 TargetEnvironment="3"
572 />
573 <Tool
574 Name="VCCLCompilerTool"
575 AdditionalOptions="/Zm200 "
576 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
Christian Heimes9f6d4ce2007-12-01 01:03:20 +0000577 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
Christian Heimese8954f82007-11-22 11:21:16 +0000578 RuntimeLibrary="2"
579 />
580 <Tool
581 Name="VCManagedResourceCompilerTool"
582 />
583 <Tool
584 Name="VCResourceCompilerTool"
585 PreprocessorDefinitions="NDEBUG"
586 Culture="1033"
587 AdditionalIncludeDirectories="..\Include"
588 />
589 <Tool
590 Name="VCPreLinkEventTool"
Trent Nelson5a4d6682008-04-06 20:51:23 +0000591 Description="Generate build information..."
592 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimese8954f82007-11-22 11:21:16 +0000593 />
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"
603 />
604 <Tool
605 Name="VCALinkTool"
606 />
607 <Tool
608 Name="VCManifestTool"
609 />
610 <Tool
611 Name="VCXDCMakeTool"
612 />
613 <Tool
614 Name="VCBscMakeTool"
615 />
616 <Tool
617 Name="VCFxCopTool"
618 />
619 <Tool
620 Name="VCAppVerifierTool"
621 />
622 <Tool
623 Name="VCPostBuildEventTool"
624 />
625 </Configuration>
626 </Configurations>
627 <References>
628 </References>
629 <Files>
630 <Filter
631 Name="Include"
632 >
633 <File
634 RelativePath="..\Include\abstract.h"
635 >
636 </File>
637 <File
638 RelativePath="..\Include\asdl.h"
639 >
640 </File>
641 <File
642 RelativePath="..\Include\ast.h"
643 >
644 </File>
645 <File
646 RelativePath="..\Include\bitset.h"
647 >
648 </File>
649 <File
650 RelativePath="..\Include\boolobject.h"
651 >
652 </File>
653 <File
654 RelativePath="..\Include\bufferobject.h"
655 >
656 </File>
657 <File
Christian Heimes81ad6a12008-04-18 23:40:40 +0000658 RelativePath="..\Include\bytes_methods.h"
Christian Heimes1a6387e2008-03-26 12:49:49 +0000659 >
660 </File>
661 <File
Christian Heimes44720832008-05-26 13:01:01 +0000662 RelativePath="..\Include\bytearrayobject.h"
663 >
664 </File>
665 <File
Christian Heimes81ad6a12008-04-18 23:40:40 +0000666 RelativePath="..\Include\bytesobject.h"
Christian Heimes1a6387e2008-03-26 12:49:49 +0000667 >
668 </File>
669 <File
Christian Heimese8954f82007-11-22 11:21:16 +0000670 RelativePath="..\Include\cellobject.h"
671 >
672 </File>
673 <File
674 RelativePath="..\Include\ceval.h"
675 >
676 </File>
677 <File
678 RelativePath="..\Include\classobject.h"
679 >
680 </File>
681 <File
682 RelativePath="..\Include\cobject.h"
683 >
684 </File>
685 <File
686 RelativePath="..\Include\code.h"
687 >
688 </File>
689 <File
690 RelativePath="..\Include\codecs.h"
691 >
692 </File>
693 <File
694 RelativePath="..\Include\compile.h"
695 >
696 </File>
697 <File
698 RelativePath="..\Include\complexobject.h"
699 >
700 </File>
701 <File
702 RelativePath="..\Include\cStringIO.h"
703 >
704 </File>
705 <File
706 RelativePath="..\Include\datetime.h"
707 >
708 </File>
709 <File
710 RelativePath="..\Include\descrobject.h"
711 >
712 </File>
713 <File
714 RelativePath="..\Include\dictobject.h"
715 >
716 </File>
717 <File
718 RelativePath="..\Include\enumobject.h"
719 >
720 </File>
721 <File
722 RelativePath="..\Include\errcode.h"
723 >
724 </File>
725 <File
726 RelativePath="..\Include\eval.h"
727 >
728 </File>
729 <File
730 RelativePath="..\Include\fileobject.h"
731 >
732 </File>
733 <File
734 RelativePath="..\Include\floatobject.h"
735 >
736 </File>
737 <File
738 RelativePath="..\Include\frameobject.h"
739 >
740 </File>
741 <File
742 RelativePath="..\Include\funcobject.h"
743 >
744 </File>
745 <File
746 RelativePath="..\Include\genobject.h"
747 >
748 </File>
749 <File
750 RelativePath="..\Include\graminit.h"
751 >
752 </File>
753 <File
754 RelativePath="..\Include\grammar.h"
755 >
756 </File>
757 <File
758 RelativePath="..\Include\import.h"
759 >
760 </File>
761 <File
762 RelativePath="..\Include\intobject.h"
763 >
764 </File>
765 <File
766 RelativePath="..\Include\intrcheck.h"
767 >
768 </File>
769 <File
770 RelativePath="..\Include\iterobject.h"
771 >
772 </File>
773 <File
774 RelativePath="..\Include\listobject.h"
775 >
776 </File>
777 <File
778 RelativePath="..\Include\longintrepr.h"
779 >
780 </File>
781 <File
782 RelativePath="..\Include\longobject.h"
783 >
784 </File>
785 <File
786 RelativePath="..\Include\marshal.h"
787 >
788 </File>
789 <File
790 RelativePath="..\Include\memoryobject.h"
791 >
792 </File>
793 <File
794 RelativePath="..\Include\metagrammar.h"
795 >
796 </File>
797 <File
798 RelativePath="..\Include\methodobject.h"
799 >
800 </File>
801 <File
802 RelativePath="..\Include\modsupport.h"
803 >
804 </File>
805 <File
806 RelativePath="..\Include\moduleobject.h"
807 >
808 </File>
809 <File
810 RelativePath="..\Include\node.h"
811 >
812 </File>
813 <File
814 RelativePath="..\Include\object.h"
815 >
816 </File>
817 <File
818 RelativePath="..\Include\objimpl.h"
819 >
820 </File>
821 <File
822 RelativePath="..\Include\opcode.h"
823 >
824 </File>
825 <File
826 RelativePath="..\Include\osdefs.h"
827 >
828 </File>
829 <File
830 RelativePath="..\Include\parsetok.h"
831 >
832 </File>
833 <File
834 RelativePath="..\Include\patchlevel.h"
835 >
836 </File>
837 <File
838 RelativePath="..\Include\pgen.h"
839 >
840 </File>
841 <File
842 RelativePath="..\Include\pgenheaders.h"
843 >
844 </File>
845 <File
846 RelativePath="..\Include\py_curses.h"
847 >
848 </File>
849 <File
850 RelativePath="..\Include\pyarena.h"
851 >
852 </File>
853 <File
854 RelativePath="..\Include\pydebug.h"
855 >
856 </File>
857 <File
858 RelativePath="..\Include\pyerrors.h"
859 >
860 </File>
861 <File
862 RelativePath="..\Include\pyexpat.h"
863 >
864 </File>
865 <File
866 RelativePath="..\Include\pyfpe.h"
867 >
868 </File>
869 <File
870 RelativePath="..\Include\pygetopt.h"
871 >
872 </File>
873 <File
874 RelativePath="..\Include\pymactoolbox.h"
875 >
876 </File>
877 <File
Christian Heimes81ad6a12008-04-18 23:40:40 +0000878 RelativePath="..\Include\pymath.h"
879 >
880 </File>
881 <File
Christian Heimese8954f82007-11-22 11:21:16 +0000882 RelativePath="..\Include\pymem.h"
883 >
884 </File>
885 <File
886 RelativePath="..\Include\pyport.h"
887 >
888 </File>
889 <File
890 RelativePath="..\Include\pystate.h"
891 >
892 </File>
893 <File
Christian Heimes0a8143f2007-12-18 23:22:54 +0000894 RelativePath="..\Include\pystrcmp.h"
895 >
896 </File>
897 <File
Christian Heimese8954f82007-11-22 11:21:16 +0000898 RelativePath="..\Include\pystrtod.h"
899 >
900 </File>
901 <File
902 RelativePath="..\Include\Python-ast.h"
903 >
904 </File>
905 <File
906 RelativePath="..\Include\Python.h"
907 >
908 </File>
909 <File
910 RelativePath="..\Include\pythonrun.h"
911 >
912 </File>
913 <File
914 RelativePath="..\Include\pythread.h"
915 >
916 </File>
917 <File
918 RelativePath="..\Include\rangeobject.h"
919 >
920 </File>
921 <File
922 RelativePath="..\Include\setobject.h"
923 >
924 </File>
925 <File
926 RelativePath="..\Include\sliceobject.h"
927 >
928 </File>
929 <File
930 RelativePath="..\Include\stringobject.h"
931 >
932 </File>
933 <File
934 RelativePath="..\Include\structmember.h"
935 >
936 </File>
937 <File
938 RelativePath="..\Include\structseq.h"
939 >
940 </File>
941 <File
942 RelativePath="..\Include\symtable.h"
943 >
944 </File>
945 <File
946 RelativePath="..\Include\sysmodule.h"
947 >
948 </File>
949 <File
950 RelativePath="..\Include\timefuncs.h"
951 >
952 </File>
953 <File
954 RelativePath="..\Include\token.h"
955 >
956 </File>
957 <File
958 RelativePath="..\Include\traceback.h"
959 >
960 </File>
961 <File
962 RelativePath="..\Include\tupleobject.h"
963 >
964 </File>
965 <File
966 RelativePath="..\Include\ucnhash.h"
967 >
968 </File>
969 <File
970 RelativePath="..\Include\unicodeobject.h"
971 >
972 </File>
973 <File
974 RelativePath="..\Include\weakrefobject.h"
975 >
976 </File>
977 </Filter>
978 <Filter
979 Name="Modules"
980 >
981 <File
982 RelativePath="..\Modules\_bisectmodule.c"
983 >
984 </File>
985 <File
986 RelativePath="..\Modules\_codecsmodule.c"
987 >
988 </File>
989 <File
990 RelativePath="..\Modules\_collectionsmodule.c"
991 >
992 </File>
993 <File
994 RelativePath="..\Modules\_csv.c"
995 >
996 </File>
997 <File
Christian Heimesa82e8db2008-03-27 01:36:21 +0000998 RelativePath="..\Modules\_fileio.c"
999 >
1000 </File>
1001 <File
Alexandre Vassalotti1aed6242008-05-09 21:49:43 +00001002 RelativePath="..\Modules\_bytesio.c"
1003 >
1004 </File>
1005 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001006 RelativePath="..\Modules\_functoolsmodule.c"
1007 >
1008 </File>
1009 <File
1010 RelativePath="..\Modules\_heapqmodule.c"
1011 >
1012 </File>
1013 <File
1014 RelativePath="..\Modules\_hotshot.c"
1015 >
1016 </File>
1017 <File
Brett Cannon4b964f92008-05-05 20:21:38 +00001018 RelativePath="..\Modules\_json.c"
1019 >
1020 </File>
1021 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001022 RelativePath="..\Modules\_localemodule.c"
1023 >
1024 </File>
1025 <File
1026 RelativePath="..\Modules\_lsprof.c"
1027 >
1028 </File>
1029 <File
1030 RelativePath="..\Modules\_randommodule.c"
1031 >
1032 </File>
1033 <File
1034 RelativePath="..\Modules\_sre.c"
1035 >
1036 </File>
1037 <File
1038 RelativePath="..\Modules\_struct.c"
1039 >
1040 </File>
1041 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001042 RelativePath="..\Modules\_weakref.c"
1043 >
1044 </File>
1045 <File
1046 RelativePath="..\Modules\arraymodule.c"
1047 >
1048 </File>
1049 <File
1050 RelativePath="..\Modules\audioop.c"
1051 >
1052 </File>
1053 <File
1054 RelativePath="..\Modules\binascii.c"
1055 >
1056 </File>
1057 <File
1058 RelativePath="..\Modules\cmathmodule.c"
1059 >
1060 </File>
1061 <File
1062 RelativePath="..\Modules\cPickle.c"
1063 >
1064 </File>
1065 <File
1066 RelativePath="..\Modules\cStringIO.c"
1067 >
1068 </File>
1069 <File
1070 RelativePath="..\Modules\datetimemodule.c"
1071 >
1072 </File>
1073 <File
1074 RelativePath="..\Modules\errnomodule.c"
1075 >
1076 </File>
1077 <File
Eric Smitha73fbe72008-02-23 03:09:44 +00001078 RelativePath="..\Modules\future_builtins.c"
1079 >
1080 </File>
1081 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001082 RelativePath="..\Modules\gcmodule.c"
1083 >
1084 </File>
1085 <File
1086 RelativePath="..\Modules\imageop.c"
1087 >
1088 </File>
1089 <File
1090 RelativePath="..\Modules\itertoolsmodule.c"
1091 >
1092 </File>
1093 <File
1094 RelativePath="..\Modules\main.c"
1095 >
1096 </File>
1097 <File
1098 RelativePath="..\Modules\mathmodule.c"
1099 >
1100 </File>
1101 <File
1102 RelativePath="..\Modules\md5.c"
1103 >
1104 </File>
1105 <File
1106 RelativePath="..\Modules\md5.h"
1107 >
1108 </File>
1109 <File
1110 RelativePath="..\Modules\md5module.c"
1111 >
1112 </File>
1113 <File
1114 RelativePath="..\Modules\mmapmodule.c"
1115 >
1116 </File>
1117 <File
1118 RelativePath="..\Modules\operator.c"
1119 >
1120 </File>
1121 <File
1122 RelativePath="..\Modules\parsermodule.c"
1123 >
1124 </File>
1125 <File
1126 RelativePath="..\Modules\posixmodule.c"
1127 >
1128 </File>
1129 <File
1130 RelativePath="..\Modules\rotatingtree.c"
1131 >
1132 </File>
1133 <File
1134 RelativePath="..\Modules\rotatingtree.h"
1135 >
1136 </File>
1137 <File
1138 RelativePath="..\Modules\sha256module.c"
1139 >
1140 </File>
1141 <File
1142 RelativePath="..\Modules\sha512module.c"
1143 >
1144 </File>
1145 <File
1146 RelativePath="..\Modules\shamodule.c"
1147 >
1148 </File>
1149 <File
1150 RelativePath="..\Modules\signalmodule.c"
1151 >
1152 </File>
1153 <File
1154 RelativePath="..\Modules\stropmodule.c"
1155 >
1156 </File>
1157 <File
1158 RelativePath="..\Modules\symtablemodule.c"
1159 >
1160 </File>
1161 <File
1162 RelativePath="..\Modules\threadmodule.c"
1163 >
1164 </File>
1165 <File
1166 RelativePath="..\Modules\timemodule.c"
1167 >
1168 </File>
1169 <File
1170 RelativePath="..\Modules\xxsubtype.c"
1171 >
1172 </File>
1173 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001174 RelativePath="..\Modules\zipimport.c"
1175 >
1176 </File>
1177 <File
1178 RelativePath="..\Modules\zlibmodule.c"
1179 >
1180 </File>
1181 <Filter
1182 Name="zlib"
1183 >
1184 <File
1185 RelativePath="..\Modules\zlib\adler32.c"
1186 >
1187 </File>
1188 <File
1189 RelativePath="..\Modules\zlib\compress.c"
1190 >
1191 </File>
1192 <File
1193 RelativePath="..\Modules\zlib\crc32.c"
1194 >
1195 </File>
1196 <File
1197 RelativePath="..\Modules\zlib\crc32.h"
1198 >
1199 </File>
1200 <File
1201 RelativePath="..\Modules\zlib\deflate.c"
1202 >
1203 </File>
1204 <File
1205 RelativePath="..\Modules\zlib\deflate.h"
1206 >
1207 </File>
1208 <File
1209 RelativePath="..\Modules\zlib\gzio.c"
1210 >
1211 </File>
1212 <File
1213 RelativePath="..\Modules\zlib\infback.c"
1214 >
1215 </File>
1216 <File
1217 RelativePath="..\Modules\zlib\inffast.c"
1218 >
1219 </File>
1220 <File
1221 RelativePath="..\Modules\zlib\inffast.h"
1222 >
1223 </File>
1224 <File
1225 RelativePath="..\Modules\zlib\inffixed.h"
1226 >
1227 </File>
1228 <File
1229 RelativePath="..\Modules\zlib\inflate.c"
1230 >
1231 </File>
1232 <File
1233 RelativePath="..\Modules\zlib\inflate.h"
1234 >
1235 </File>
1236 <File
1237 RelativePath="..\Modules\zlib\inftrees.c"
1238 >
1239 </File>
1240 <File
1241 RelativePath="..\Modules\zlib\inftrees.h"
1242 >
1243 </File>
1244 <File
1245 RelativePath="..\Modules\zlib\trees.c"
1246 >
1247 </File>
1248 <File
1249 RelativePath="..\Modules\zlib\trees.h"
1250 >
1251 </File>
1252 <File
1253 RelativePath="..\Modules\zlib\uncompr.c"
1254 >
1255 </File>
1256 <File
1257 RelativePath="..\Modules\zlib\zconf.h"
1258 >
1259 </File>
1260 <File
1261 RelativePath="..\Modules\zlib\zconf.in.h"
1262 >
1263 </File>
1264 <File
1265 RelativePath="..\Modules\zlib\zlib.h"
1266 >
1267 </File>
1268 <File
1269 RelativePath="..\Modules\zlib\zutil.c"
1270 >
1271 </File>
1272 <File
1273 RelativePath="..\Modules\zlib\zutil.h"
1274 >
1275 </File>
1276 </Filter>
1277 <Filter
1278 Name="cjkcodecs"
1279 >
1280 <File
1281 RelativePath="..\Modules\cjkcodecs\_codecs_cn.c"
1282 >
1283 </File>
1284 <File
1285 RelativePath="..\Modules\cjkcodecs\_codecs_hk.c"
1286 >
1287 </File>
1288 <File
1289 RelativePath="..\Modules\cjkcodecs\_codecs_iso2022.c"
1290 >
1291 </File>
1292 <File
1293 RelativePath="..\Modules\cjkcodecs\_codecs_jp.c"
1294 >
1295 </File>
1296 <File
1297 RelativePath="..\Modules\cjkcodecs\_codecs_kr.c"
1298 >
1299 </File>
1300 <File
1301 RelativePath="..\Modules\cjkcodecs\_codecs_tw.c"
1302 >
1303 </File>
1304 <File
1305 RelativePath="..\Modules\cjkcodecs\alg_jisx0201.h"
1306 >
1307 </File>
1308 <File
1309 RelativePath="..\Modules\cjkcodecs\cjkcodecs.h"
1310 >
1311 </File>
1312 <File
1313 RelativePath="..\Modules\cjkcodecs\emu_jisx0213_2000.h"
1314 >
1315 </File>
1316 <File
1317 RelativePath="..\Modules\cjkcodecs\mappings_cn.h"
1318 >
1319 </File>
1320 <File
1321 RelativePath="..\Modules\cjkcodecs\mappings_hk.h"
1322 >
1323 </File>
1324 <File
1325 RelativePath="..\Modules\cjkcodecs\mappings_jisx0213_pair.h"
1326 >
1327 </File>
1328 <File
1329 RelativePath="..\Modules\cjkcodecs\mappings_jp.h"
1330 >
1331 </File>
1332 <File
1333 RelativePath="..\Modules\cjkcodecs\mappings_kr.h"
1334 >
1335 </File>
1336 <File
1337 RelativePath="..\Modules\cjkcodecs\mappings_tw.h"
1338 >
1339 </File>
1340 <File
1341 RelativePath="..\Modules\cjkcodecs\multibytecodec.c"
1342 >
1343 </File>
1344 <File
1345 RelativePath="..\Modules\cjkcodecs\multibytecodec.h"
1346 >
1347 </File>
1348 </Filter>
1349 </Filter>
1350 <Filter
1351 Name="Objects"
1352 >
1353 <File
1354 RelativePath="..\Objects\abstract.c"
1355 >
1356 </File>
1357 <File
1358 RelativePath="..\Objects\boolobject.c"
1359 >
1360 </File>
1361 <File
1362 RelativePath="..\Objects\bufferobject.c"
1363 >
1364 </File>
1365 <File
Christian Heimes81ad6a12008-04-18 23:40:40 +00001366 RelativePath="..\Objects\bytes_methods.c"
Christian Heimes1a6387e2008-03-26 12:49:49 +00001367 >
1368 </File>
1369 <File
Christian Heimes44720832008-05-26 13:01:01 +00001370 RelativePath="..\Objects\bytearrayobject.c"
1371 >
1372 </File>
1373 <File
Gregory P. Smithb7fea622008-06-10 21:23:22 +00001374 RelativePath="..\Objects\stringobject.c"
Christian Heimes1a6387e2008-03-26 12:49:49 +00001375 >
1376 </File>
1377 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001378 RelativePath="..\Objects\cellobject.c"
1379 >
1380 </File>
1381 <File
1382 RelativePath="..\Objects\classobject.c"
1383 >
1384 </File>
1385 <File
1386 RelativePath="..\Objects\cobject.c"
1387 >
1388 </File>
1389 <File
1390 RelativePath="..\Objects\codeobject.c"
1391 >
1392 </File>
1393 <File
1394 RelativePath="..\Objects\complexobject.c"
1395 >
1396 </File>
1397 <File
1398 RelativePath="..\Objects\stringlib\count.h"
1399 >
1400 </File>
1401 <File
1402 RelativePath="..\Objects\descrobject.c"
1403 >
1404 </File>
1405 <File
1406 RelativePath="..\Objects\dictobject.c"
1407 >
1408 </File>
Christian Heimes284d9272007-12-10 22:28:56 +00001409 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001410 RelativePath="..\Objects\enumobject.c"
1411 >
1412 </File>
1413 <File
1414 RelativePath="..\Objects\exceptions.c"
1415 >
1416 </File>
1417 <File
1418 RelativePath="..\Objects\stringlib\fastsearch.h"
1419 >
1420 </File>
1421 <File
1422 RelativePath="..\Objects\fileobject.c"
1423 >
1424 </File>
1425 <File
1426 RelativePath="..\Objects\stringlib\find.h"
1427 >
1428 </File>
1429 <File
1430 RelativePath="..\Objects\floatobject.c"
1431 >
1432 </File>
1433 <File
1434 RelativePath="..\Objects\frameobject.c"
1435 >
1436 </File>
1437 <File
1438 RelativePath="..\Objects\funcobject.c"
1439 >
1440 </File>
1441 <File
1442 RelativePath="..\Objects\genobject.c"
1443 >
1444 </File>
1445 <File
1446 RelativePath="..\Objects\intobject.c"
1447 >
1448 </File>
1449 <File
1450 RelativePath="..\Objects\iterobject.c"
1451 >
1452 </File>
1453 <File
1454 RelativePath="..\Objects\listobject.c"
1455 >
1456 </File>
1457 <File
1458 RelativePath="..\Objects\longobject.c"
1459 >
1460 </File>
1461 <File
Hirokazu Yamamoto957320a2009-04-03 03:54:08 +00001462 RelativePath="..\Objects\memoryobject.c"
1463 >
1464 </File>
1465 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001466 RelativePath="..\Objects\methodobject.c"
1467 >
1468 </File>
1469 <File
1470 RelativePath="..\Objects\moduleobject.c"
1471 >
1472 </File>
1473 <File
1474 RelativePath="..\Objects\object.c"
1475 >
1476 </File>
1477 <File
1478 RelativePath="..\Objects\obmalloc.c"
1479 >
1480 </File>
1481 <File
1482 RelativePath="..\Objects\stringlib\partition.h"
1483 >
1484 </File>
1485 <File
1486 RelativePath="..\Objects\rangeobject.c"
1487 >
1488 </File>
1489 <File
1490 RelativePath="..\Objects\setobject.c"
1491 >
1492 </File>
1493 <File
1494 RelativePath="..\Objects\sliceobject.c"
1495 >
1496 </File>
1497 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001498 RelativePath="..\Objects\structseq.c"
1499 >
1500 </File>
1501 <File
1502 RelativePath="..\Objects\tupleobject.c"
1503 >
1504 </File>
1505 <File
1506 RelativePath="..\Objects\typeobject.c"
1507 >
1508 </File>
1509 <File
1510 RelativePath="..\Objects\unicodectype.c"
1511 >
1512 </File>
1513 <File
1514 RelativePath="..\Objects\unicodeobject.c"
1515 >
1516 </File>
1517 <File
1518 RelativePath="..\Objects\unicodetype_db.h"
1519 >
1520 </File>
1521 <File
1522 RelativePath="..\Objects\weakrefobject.c"
1523 >
1524 </File>
1525 </Filter>
1526 <Filter
1527 Name="Parser"
1528 >
1529 <File
1530 RelativePath="..\Parser\acceler.c"
1531 >
1532 </File>
1533 <File
1534 RelativePath="..\Parser\bitset.c"
1535 >
1536 </File>
1537 <File
1538 RelativePath="..\Parser\firstsets.c"
1539 >
1540 </File>
1541 <File
1542 RelativePath="..\Parser\grammar.c"
1543 >
1544 </File>
1545 <File
1546 RelativePath="..\Parser\grammar1.c"
1547 >
1548 </File>
1549 <File
1550 RelativePath="..\Parser\listnode.c"
1551 >
1552 </File>
1553 <File
1554 RelativePath="..\Parser\metagrammar.c"
1555 >
1556 </File>
1557 <File
1558 RelativePath="..\Parser\myreadline.c"
1559 >
1560 </File>
1561 <File
1562 RelativePath="..\Parser\node.c"
1563 >
1564 </File>
1565 <File
1566 RelativePath="..\Parser\parser.c"
1567 >
1568 </File>
1569 <File
1570 RelativePath="..\Parser\parser.h"
1571 >
1572 </File>
1573 <File
1574 RelativePath="..\Parser\parsetok.c"
1575 >
1576 </File>
1577 <File
1578 RelativePath="..\Parser\tokenizer.c"
1579 >
1580 </File>
1581 <File
1582 RelativePath="..\Parser\tokenizer.h"
1583 >
1584 </File>
1585 </Filter>
1586 <Filter
1587 Name="PC"
1588 >
1589 <File
1590 RelativePath="..\PC\_subprocess.c"
1591 >
1592 </File>
1593 <File
1594 RelativePath="..\PC\_winreg.c"
1595 >
1596 </File>
1597 <File
1598 RelativePath="..\PC\config.c"
1599 >
1600 </File>
1601 <File
1602 RelativePath="..\PC\dl_nt.c"
1603 >
1604 </File>
1605 <File
1606 RelativePath="..\PC\errmap.h"
1607 >
1608 </File>
1609 <File
1610 RelativePath="..\PC\getpathp.c"
1611 >
1612 </File>
1613 <File
1614 RelativePath="..\PC\import_nt.c"
1615 >
1616 </File>
1617 <File
1618 RelativePath="..\PC\msvcrtmodule.c"
1619 >
1620 </File>
1621 <File
1622 RelativePath="..\PC\pyconfig.h"
1623 >
1624 </File>
1625 </Filter>
1626 <Filter
1627 Name="Python"
1628 >
1629 <File
Amaury Forgeot d'Arc14d6b0f2008-04-14 19:55:40 +00001630 RelativePath="..\Python\_warnings.c"
1631 >
1632 </File>
1633 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001634 RelativePath="..\Python\asdl.c"
1635 >
1636 </File>
1637 <File
1638 RelativePath="..\Python\ast.c"
1639 >
1640 </File>
1641 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001642 RelativePath="..\Python\bltinmodule.c"
1643 >
1644 </File>
1645 <File
1646 RelativePath="..\Python\ceval.c"
1647 >
1648 </File>
1649 <File
1650 RelativePath="..\Python\codecs.c"
1651 >
1652 </File>
1653 <File
1654 RelativePath="..\Python\compile.c"
1655 >
1656 </File>
1657 <File
1658 RelativePath="..\Python\dynload_win.c"
1659 >
1660 </File>
1661 <File
1662 RelativePath="..\Python\errors.c"
1663 >
1664 </File>
1665 <File
Amaury Forgeot d'Arce7fa4082008-02-17 20:56:31 +00001666 RelativePath="..\Python\formatter_string.c"
1667 >
1668 </File>
1669 <File
1670 RelativePath="..\Python\formatter_unicode.c"
1671 >
1672 </File>
1673 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001674 RelativePath="..\Python\frozen.c"
1675 >
1676 </File>
1677 <File
1678 RelativePath="..\Python\future.c"
1679 >
1680 </File>
1681 <File
1682 RelativePath="..\Python\getargs.c"
1683 >
1684 </File>
1685 <File
1686 RelativePath="..\Python\getcompiler.c"
1687 >
1688 </File>
1689 <File
1690 RelativePath="..\Python\getcopyright.c"
1691 >
1692 </File>
1693 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001694 RelativePath="..\Python\getopt.c"
1695 >
1696 </File>
1697 <File
1698 RelativePath="..\Python\getplatform.c"
1699 >
1700 </File>
1701 <File
1702 RelativePath="..\Python\getversion.c"
1703 >
1704 </File>
1705 <File
1706 RelativePath="..\Python\graminit.c"
1707 >
1708 </File>
1709 <File
1710 RelativePath="..\Python\import.c"
1711 >
1712 </File>
1713 <File
1714 RelativePath="..\Python\importdl.c"
1715 >
1716 </File>
1717 <File
1718 RelativePath="..\Python\importdl.h"
1719 >
1720 </File>
1721 <File
1722 RelativePath="..\Python\marshal.c"
1723 >
1724 </File>
1725 <File
1726 RelativePath="..\Python\modsupport.c"
1727 >
1728 </File>
1729 <File
1730 RelativePath="..\Python\mysnprintf.c"
1731 >
1732 </File>
1733 <File
1734 RelativePath="..\Python\mystrtoul.c"
1735 >
1736 </File>
1737 <File
1738 RelativePath="..\Python\peephole.c"
1739 >
1740 </File>
1741 <File
1742 RelativePath="..\Python\pyarena.c"
1743 >
1744 </File>
1745 <File
1746 RelativePath="..\Python\pyfpe.c"
1747 >
1748 </File>
1749 <File
Christian Heimes81ad6a12008-04-18 23:40:40 +00001750 RelativePath="..\Python\pymath.c"
1751 >
1752 </File>
1753 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001754 RelativePath="..\Python\pystate.c"
1755 >
1756 </File>
1757 <File
Christian Heimes0a8143f2007-12-18 23:22:54 +00001758 RelativePath="..\Python\pystrcmp.c"
1759 >
1760 </File>
1761 <File
Christian Heimese8954f82007-11-22 11:21:16 +00001762 RelativePath="..\Python\pystrtod.c"
1763 >
1764 </File>
1765 <File
1766 RelativePath="..\Python\Python-ast.c"
1767 >
1768 </File>
1769 <File
1770 RelativePath="..\Python\pythonrun.c"
1771 >
1772 </File>
1773 <File
1774 RelativePath="..\Python\structmember.c"
1775 >
1776 </File>
1777 <File
1778 RelativePath="..\Python\symtable.c"
1779 >
1780 </File>
1781 <File
1782 RelativePath="..\Python\sysmodule.c"
1783 >
1784 </File>
1785 <File
1786 RelativePath="..\Python\thread.c"
1787 >
1788 </File>
1789 <File
1790 RelativePath="..\Python\thread_nt.h"
1791 >
1792 </File>
1793 <File
1794 RelativePath="..\Python\traceback.c"
1795 >
1796 </File>
Christian Heimese8954f82007-11-22 11:21:16 +00001797 </Filter>
1798 <Filter
1799 Name="Resource Files"
1800 >
1801 <File
1802 RelativePath="..\PC\python_nt.rc"
1803 >
1804 </File>
1805 </Filter>
1806 </Files>
1807 <Globals>
1808 </Globals>
1809</VisualStudioProject>