blob: 16a250e5fce06522a0d3b8d983d4ee66469e17cf [file] [log] [blame]
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8,00"
5 Name="pythoncore"
6 ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
7 RootNamespace="pythoncore"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
Thomas Wouters89f507f2006-12-13 04:49:30 +000013 <Platform
14 Name="x64"
15 />
Thomas Wouters4d70c3d2006-06-08 14:42:34 +000016 </Platforms>
17 <ToolFiles>
18 </ToolFiles>
19 <Configurations>
20 <Configuration
21 Name="Release|Win32"
Thomas Wouters89f507f2006-12-13 04:49:30 +000022 OutputDirectory="$(PlatformName)"
23 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\pythoncore"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +000024 ConfigurationType="2"
25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26 UseOfMFC="0"
27 ATLMinimizesCRunTimeLibraryUsage="false"
28 >
29 <Tool
30 Name="VCPreBuildEventTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +000031 CommandLine=""
Thomas Wouters4d70c3d2006-06-08 14:42:34 +000032 />
33 <Tool
34 Name="VCCustomBuildTool"
35 />
36 <Tool
37 Name="VCXMLDataGeneratorTool"
38 />
39 <Tool
40 Name="VCWebServiceProxyGeneratorTool"
41 />
42 <Tool
43 Name="VCMIDLTool"
44 />
45 <Tool
46 Name="VCCLCompilerTool"
47 AdditionalOptions="/Zm200 "
48 Optimization="2"
49 InlineFunctionExpansion="1"
50 WholeProgramOptimization="false"
51 AdditionalIncludeDirectories="..\Include,..\PC"
52 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;_CRT_SECURE_NO_DEPRECATE"
53 StringPooling="true"
54 RuntimeLibrary="2"
55 EnableFunctionLevelLinking="true"
56 UsePrecompiledHeader="0"
57 WarningLevel="3"
58 SuppressStartupBanner="true"
59 DebugInformationFormat="3"
60 CompileAs="0"
61 />
62 <Tool
63 Name="VCManagedResourceCompilerTool"
64 />
65 <Tool
66 Name="VCResourceCompilerTool"
67 PreprocessorDefinitions="NDEBUG"
68 Culture="1033"
69 AdditionalIncludeDirectories="..\Include"
70 />
71 <Tool
72 Name="VCPreLinkEventTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +000073 CommandLine=""
Thomas Wouters4d70c3d2006-06-08 14:42:34 +000074 />
75 <Tool
76 Name="VCLinkerTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +000077 OutputFile="$(OutDir)\python26.dll"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +000078 LinkIncremental="1"
79 SuppressStartupBanner="true"
80 IgnoreDefaultLibraryNames="libc"
81 GenerateDebugInformation="true"
Thomas Wouters89f507f2006-12-13 04:49:30 +000082 ProgramDatabaseFile=""
Thomas Wouters4d70c3d2006-06-08 14:42:34 +000083 SubSystem="2"
84 LinkTimeCodeGeneration="0"
85 BaseAddress="0x1e000000"
Thomas Wouters89f507f2006-12-13 04:49:30 +000086 ImportLibrary=""
Thomas Wouters4d70c3d2006-06-08 14:42:34 +000087 TargetMachine="1"
88 />
89 <Tool
90 Name="VCALinkTool"
91 />
92 <Tool
93 Name="VCManifestTool"
94 />
95 <Tool
96 Name="VCXDCMakeTool"
97 />
98 <Tool
99 Name="VCBscMakeTool"
100 />
101 <Tool
102 Name="VCFxCopTool"
103 />
104 <Tool
105 Name="VCAppVerifierTool"
106 />
107 <Tool
108 Name="VCWebDeploymentTool"
109 />
110 <Tool
111 Name="VCPostBuildEventTool"
112 />
113 </Configuration>
114 <Configuration
Thomas Wouters89f507f2006-12-13 04:49:30 +0000115 Name="Release|x64"
116 OutputDirectory="$(PlatformName)"
117 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\pythoncore"
118 ConfigurationType="2"
119 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
120 UseOfMFC="0"
121 ATLMinimizesCRunTimeLibraryUsage="false"
122 >
123 <Tool
124 Name="VCPreBuildEventTool"
125 CommandLine=""
126 />
127 <Tool
128 Name="VCCustomBuildTool"
129 />
130 <Tool
131 Name="VCXMLDataGeneratorTool"
132 />
133 <Tool
134 Name="VCWebServiceProxyGeneratorTool"
135 />
136 <Tool
137 Name="VCMIDLTool"
138 TargetEnvironment="3"
139 />
140 <Tool
141 Name="VCCLCompilerTool"
142 AdditionalOptions="/Zm200 "
143 Optimization="2"
144 InlineFunctionExpansion="1"
145 WholeProgramOptimization="false"
146 AdditionalIncludeDirectories="..\Include,..\PC"
147 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;_CRT_SECURE_NO_DEPRECATE"
148 StringPooling="true"
149 RuntimeLibrary="2"
150 BufferSecurityCheck="false"
151 EnableFunctionLevelLinking="true"
152 UsePrecompiledHeader="0"
153 WarningLevel="3"
154 SuppressStartupBanner="true"
155 Detect64BitPortabilityProblems="true"
156 DebugInformationFormat="3"
157 CompileAs="0"
158 />
159 <Tool
160 Name="VCManagedResourceCompilerTool"
161 />
162 <Tool
163 Name="VCResourceCompilerTool"
164 PreprocessorDefinitions="NDEBUG"
165 Culture="1033"
166 AdditionalIncludeDirectories="..\Include"
167 />
168 <Tool
169 Name="VCPreLinkEventTool"
170 CommandLine=""
171 />
172 <Tool
173 Name="VCLinkerTool"
174 OutputFile="$(OutDir)\python26.dll"
175 LinkIncremental="1"
176 SuppressStartupBanner="true"
177 IgnoreDefaultLibraryNames="libc"
178 GenerateDebugInformation="true"
179 ProgramDatabaseFile=""
180 SubSystem="2"
181 LinkTimeCodeGeneration="0"
182 BaseAddress="0x1e000000"
183 ImportLibrary=""
184 TargetMachine="17"
185 />
186 <Tool
187 Name="VCALinkTool"
188 />
189 <Tool
190 Name="VCManifestTool"
191 />
192 <Tool
193 Name="VCXDCMakeTool"
194 />
195 <Tool
196 Name="VCBscMakeTool"
197 />
198 <Tool
199 Name="VCFxCopTool"
200 />
201 <Tool
202 Name="VCAppVerifierTool"
203 />
204 <Tool
205 Name="VCWebDeploymentTool"
206 />
207 <Tool
208 Name="VCPostBuildEventTool"
209 />
210 </Configuration>
211 <Configuration
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000212 Name="Debug|Win32"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000213 OutputDirectory="$(PlatformName)"
214 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\pythoncore"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000215 ConfigurationType="2"
216 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
217 UseOfMFC="0"
218 ATLMinimizesCRunTimeLibraryUsage="false"
219 >
220 <Tool
221 Name="VCPreBuildEventTool"
222 />
223 <Tool
224 Name="VCCustomBuildTool"
225 />
226 <Tool
227 Name="VCXMLDataGeneratorTool"
228 />
229 <Tool
230 Name="VCWebServiceProxyGeneratorTool"
231 />
232 <Tool
233 Name="VCMIDLTool"
234 />
235 <Tool
236 Name="VCCLCompilerTool"
237 AdditionalOptions="/Zm200 "
238 Optimization="0"
239 AdditionalIncludeDirectories="..\Include,..\PC"
240 PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
241 RuntimeLibrary="3"
242 UsePrecompiledHeader="0"
243 WarningLevel="3"
244 SuppressStartupBanner="true"
245 DebugInformationFormat="3"
246 CompileAs="0"
247 />
248 <Tool
249 Name="VCManagedResourceCompilerTool"
250 />
251 <Tool
252 Name="VCResourceCompilerTool"
253 PreprocessorDefinitions="_DEBUG"
254 Culture="1033"
255 AdditionalIncludeDirectories="..\Include"
256 />
257 <Tool
258 Name="VCPreLinkEventTool"
259 Description="generate buildinfo"
260 CommandLine="make_buildinfo.exe $(ConfigurationName)"
261 />
262 <Tool
263 Name="VCLinkerTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000264 OutputFile="$(OutDir)\python26_d.dll"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000265 LinkIncremental="1"
266 SuppressStartupBanner="true"
267 IgnoreDefaultLibraryNames="libc"
268 GenerateDebugInformation="true"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000269 ProgramDatabaseFile=""
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000270 SubSystem="2"
271 BaseAddress="0x1e000000"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000272 ImportLibrary=""
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000273 TargetMachine="1"
274 />
275 <Tool
276 Name="VCALinkTool"
277 />
278 <Tool
279 Name="VCManifestTool"
280 />
281 <Tool
282 Name="VCXDCMakeTool"
283 />
284 <Tool
285 Name="VCBscMakeTool"
286 />
287 <Tool
288 Name="VCFxCopTool"
289 />
290 <Tool
291 Name="VCAppVerifierTool"
292 />
293 <Tool
294 Name="VCWebDeploymentTool"
295 />
296 <Tool
297 Name="VCPostBuildEventTool"
298 />
299 </Configuration>
300 <Configuration
Thomas Wouters89f507f2006-12-13 04:49:30 +0000301 Name="Debug|x64"
302 OutputDirectory="$(PlatformName)"
303 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\pythoncore"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000304 ConfigurationType="2"
305 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
306 UseOfMFC="0"
307 ATLMinimizesCRunTimeLibraryUsage="false"
308 >
309 <Tool
310 Name="VCPreBuildEventTool"
311 />
312 <Tool
313 Name="VCCustomBuildTool"
314 />
315 <Tool
316 Name="VCXMLDataGeneratorTool"
317 />
318 <Tool
319 Name="VCWebServiceProxyGeneratorTool"
320 />
321 <Tool
322 Name="VCMIDLTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000323 TargetEnvironment="3"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000324 />
325 <Tool
326 Name="VCCLCompilerTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000327 AdditionalOptions="/Zm200 "
328 Optimization="0"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000329 AdditionalIncludeDirectories="..\Include,..\PC"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000330 PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
331 RuntimeLibrary="3"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000332 UsePrecompiledHeader="0"
333 WarningLevel="3"
334 SuppressStartupBanner="true"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000335 DebugInformationFormat="3"
336 CompileAs="0"
337 />
338 <Tool
339 Name="VCManagedResourceCompilerTool"
340 />
341 <Tool
342 Name="VCResourceCompilerTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000343 PreprocessorDefinitions="_DEBUG"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000344 Culture="1033"
345 AdditionalIncludeDirectories="..\Include"
346 />
347 <Tool
348 Name="VCPreLinkEventTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000349 CommandLine=""
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000350 />
351 <Tool
352 Name="VCLinkerTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000353 OutputFile="$(OutDir)\python26_d.dll"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000354 LinkIncremental="1"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000355 SuppressStartupBanner="true"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000356 IgnoreDefaultLibraryNames="libc"
357 GenerateDebugInformation="true"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000358 ProgramDatabaseFile=""
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000359 SubSystem="2"
360 BaseAddress="0x1e000000"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000361 ImportLibrary=""
362 TargetMachine="17"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000363 />
364 <Tool
365 Name="VCALinkTool"
366 />
367 <Tool
368 Name="VCManifestTool"
369 />
370 <Tool
371 Name="VCXDCMakeTool"
372 />
373 <Tool
374 Name="VCBscMakeTool"
375 />
376 <Tool
377 Name="VCFxCopTool"
378 />
379 <Tool
380 Name="VCAppVerifierTool"
381 />
382 <Tool
383 Name="VCWebDeploymentTool"
384 />
385 <Tool
386 Name="VCPostBuildEventTool"
387 />
388 </Configuration>
389 <Configuration
Thomas Wouters89f507f2006-12-13 04:49:30 +0000390 Name="PGIRelease|Win32"
391 OutputDirectory="$(PlatformName)\$(ConfigurationName)\pythoncore"
392 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\pythoncore"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000393 ConfigurationType="2"
394 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
395 UseOfMFC="0"
396 ATLMinimizesCRunTimeLibraryUsage="false"
397 >
398 <Tool
399 Name="VCPreBuildEventTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000400 Description="Get getbuildinfo2.c"
401 CommandLine="make_buildinfo.exe"
402 />
403 <Tool
404 Name="VCCustomBuildTool"
405 />
406 <Tool
407 Name="VCXMLDataGeneratorTool"
408 />
409 <Tool
410 Name="VCWebServiceProxyGeneratorTool"
411 />
412 <Tool
413 Name="VCMIDLTool"
414 />
415 <Tool
416 Name="VCCLCompilerTool"
417 AdditionalOptions="/Zm200 "
418 Optimization="2"
419 InlineFunctionExpansion="1"
420 WholeProgramOptimization="true"
421 AdditionalIncludeDirectories="..\Include,..\PC"
422 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;_CRT_SECURE_NO_DEPRECATE"
423 StringPooling="true"
424 RuntimeLibrary="2"
425 EnableFunctionLevelLinking="true"
426 UsePrecompiledHeader="0"
427 WarningLevel="3"
428 SuppressStartupBanner="true"
429 DebugInformationFormat="3"
430 CompileAs="0"
431 />
432 <Tool
433 Name="VCManagedResourceCompilerTool"
434 />
435 <Tool
436 Name="VCResourceCompilerTool"
437 PreprocessorDefinitions="NDEBUG"
438 Culture="1033"
439 AdditionalIncludeDirectories="..\Include"
440 />
441 <Tool
442 Name="VCPreLinkEventTool"
443 CommandLine=""
444 />
445 <Tool
446 Name="VCLinkerTool"
447 OutputFile="$(OutDir)/python26.dll"
448 LinkIncremental="1"
449 SuppressStartupBanner="true"
450 IgnoreDefaultLibraryNames="libc"
451 GenerateDebugInformation="true"
452 ProgramDatabaseFile=""
453 SubSystem="2"
454 LinkTimeCodeGeneration="2"
455 BaseAddress="0x1e000000"
456 ImportLibrary=""
457 TargetMachine="1"
458 />
459 <Tool
460 Name="VCALinkTool"
461 />
462 <Tool
463 Name="VCManifestTool"
464 />
465 <Tool
466 Name="VCXDCMakeTool"
467 />
468 <Tool
469 Name="VCBscMakeTool"
470 />
471 <Tool
472 Name="VCFxCopTool"
473 />
474 <Tool
475 Name="VCAppVerifierTool"
476 />
477 <Tool
478 Name="VCWebDeploymentTool"
479 />
480 <Tool
481 Name="VCPostBuildEventTool"
482 CommandLine=""
483 />
484 </Configuration>
485 <Configuration
486 Name="PGIRelease|x64"
487 OutputDirectory="$(PlatformName)\$(ConfigurationName)\pythoncore"
488 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\pythoncore"
489 ConfigurationType="2"
490 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
491 UseOfMFC="0"
492 ATLMinimizesCRunTimeLibraryUsage="false"
493 >
494 <Tool
495 Name="VCPreBuildEventTool"
496 Description="Get getbuildinfo2.c"
497 CommandLine="make_buildinfo.exe"
498 />
499 <Tool
500 Name="VCCustomBuildTool"
501 />
502 <Tool
503 Name="VCXMLDataGeneratorTool"
504 />
505 <Tool
506 Name="VCWebServiceProxyGeneratorTool"
507 />
508 <Tool
509 Name="VCMIDLTool"
510 TargetEnvironment="3"
511 />
512 <Tool
513 Name="VCCLCompilerTool"
514 AdditionalOptions="/Zm200 "
515 Optimization="2"
516 InlineFunctionExpansion="1"
517 WholeProgramOptimization="true"
518 AdditionalIncludeDirectories="..\Include,..\PC"
519 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;_CRT_SECURE_NO_DEPRECATE"
520 StringPooling="true"
521 RuntimeLibrary="2"
522 EnableFunctionLevelLinking="true"
523 UsePrecompiledHeader="0"
524 WarningLevel="3"
525 SuppressStartupBanner="true"
526 DebugInformationFormat="3"
527 CompileAs="0"
528 />
529 <Tool
530 Name="VCManagedResourceCompilerTool"
531 />
532 <Tool
533 Name="VCResourceCompilerTool"
534 PreprocessorDefinitions="NDEBUG"
535 Culture="1033"
536 AdditionalIncludeDirectories="..\Include"
537 />
538 <Tool
539 Name="VCPreLinkEventTool"
540 CommandLine=""
541 />
542 <Tool
543 Name="VCLinkerTool"
544 OutputFile="$(OutDir)/python26.dll"
545 LinkIncremental="1"
546 SuppressStartupBanner="true"
547 IgnoreDefaultLibraryNames="libc"
548 GenerateDebugInformation="true"
549 ProgramDatabaseFile=""
550 SubSystem="2"
551 LinkTimeCodeGeneration="2"
552 BaseAddress="0x1e000000"
553 ImportLibrary=""
554 TargetMachine="17"
555 />
556 <Tool
557 Name="VCALinkTool"
558 />
559 <Tool
560 Name="VCManifestTool"
561 />
562 <Tool
563 Name="VCXDCMakeTool"
564 />
565 <Tool
566 Name="VCBscMakeTool"
567 />
568 <Tool
569 Name="VCFxCopTool"
570 />
571 <Tool
572 Name="VCAppVerifierTool"
573 />
574 <Tool
575 Name="VCWebDeploymentTool"
576 />
577 <Tool
578 Name="VCPostBuildEventTool"
579 CommandLine=""
580 />
581 </Configuration>
582 <Configuration
583 Name="PGORelease|Win32"
584 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
585 IntermediateDirectory="$(PlatformName)\PGIRelease\pythoncore"
586 ConfigurationType="2"
587 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
588 UseOfMFC="0"
589 ATLMinimizesCRunTimeLibraryUsage="false"
590 BuildLogFile="$(OutDir)\BuildLog.htm"
591 ExcludeBuckets="7"
592 >
593 <Tool
594 Name="VCPreBuildEventTool"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000595 />
596 <Tool
597 Name="VCCustomBuildTool"
598 />
599 <Tool
600 Name="VCXMLDataGeneratorTool"
601 />
602 <Tool
603 Name="VCWebServiceProxyGeneratorTool"
604 />
605 <Tool
606 Name="VCMIDLTool"
607 />
608 <Tool
609 Name="VCCLCompilerTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000610 AdditionalOptions="/Zm200 "
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000611 Optimization="2"
612 InlineFunctionExpansion="1"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000613 WholeProgramOptimization="true"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000614 AdditionalIncludeDirectories="..\Include,..\PC"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000615 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;_CRT_SECURE_NO_DEPRECATE"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000616 StringPooling="true"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000617 RuntimeLibrary="2"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000618 EnableFunctionLevelLinking="true"
619 UsePrecompiledHeader="0"
620 WarningLevel="3"
621 SuppressStartupBanner="true"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000622 DebugInformationFormat="3"
623 CompileAs="0"
624 />
625 <Tool
626 Name="VCManagedResourceCompilerTool"
627 />
628 <Tool
629 Name="VCResourceCompilerTool"
630 PreprocessorDefinitions="NDEBUG"
631 Culture="1033"
632 AdditionalIncludeDirectories="..\Include"
633 />
634 <Tool
635 Name="VCPreLinkEventTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000636 CommandLine="copy $(PlatformName)\python.exe $(IntDir)&#x0D;&#x0A;$(IntDir)\python.exe ../Tools/pybench/pybench.py -n 1&#x0D;&#x0A;"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000637 />
638 <Tool
639 Name="VCLinkerTool"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000640 OutputFile="$(OutDir)\python26.dll"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000641 LinkIncremental="1"
642 SuppressStartupBanner="true"
643 IgnoreDefaultLibraryNames="libc"
644 GenerateDebugInformation="true"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000645 ProgramDatabaseFile=""
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000646 SubSystem="2"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000647 LinkTimeCodeGeneration="3"
648 ProfileGuidedDatabase="$(IntDir)\$(TargetName).pgd"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000649 BaseAddress="0x1e000000"
Thomas Wouters89f507f2006-12-13 04:49:30 +0000650 ImportLibrary=""
651 TargetMachine="1"
652 />
653 <Tool
654 Name="VCALinkTool"
655 />
656 <Tool
657 Name="VCManifestTool"
658 />
659 <Tool
660 Name="VCXDCMakeTool"
661 />
662 <Tool
663 Name="VCBscMakeTool"
664 />
665 <Tool
666 Name="VCFxCopTool"
667 />
668 <Tool
669 Name="VCAppVerifierTool"
670 />
671 <Tool
672 Name="VCWebDeploymentTool"
673 />
674 <Tool
675 Name="VCPostBuildEventTool"
676 />
677 </Configuration>
678 <Configuration
679 Name="PGORelease|x64"
680 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
681 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\pythoncore"
682 ConfigurationType="2"
683 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
684 UseOfMFC="0"
685 ATLMinimizesCRunTimeLibraryUsage="false"
686 BuildLogFile="$(OutDir)\BuildLog.htm"
687 ExcludeBuckets="7"
688 >
689 <Tool
690 Name="VCPreBuildEventTool"
691 />
692 <Tool
693 Name="VCCustomBuildTool"
694 />
695 <Tool
696 Name="VCXMLDataGeneratorTool"
697 />
698 <Tool
699 Name="VCWebServiceProxyGeneratorTool"
700 />
701 <Tool
702 Name="VCMIDLTool"
703 TargetEnvironment="3"
704 />
705 <Tool
706 Name="VCCLCompilerTool"
707 AdditionalOptions="/Zm200 "
708 Optimization="2"
709 InlineFunctionExpansion="1"
710 WholeProgramOptimization="true"
711 AdditionalIncludeDirectories="..\Include,..\PC"
712 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;_CRT_SECURE_NO_DEPRECATE"
713 StringPooling="true"
714 RuntimeLibrary="2"
715 EnableFunctionLevelLinking="true"
716 UsePrecompiledHeader="0"
717 WarningLevel="3"
718 SuppressStartupBanner="true"
719 DebugInformationFormat="3"
720 CompileAs="0"
721 />
722 <Tool
723 Name="VCManagedResourceCompilerTool"
724 />
725 <Tool
726 Name="VCResourceCompilerTool"
727 PreprocessorDefinitions="NDEBUG"
728 Culture="1033"
729 AdditionalIncludeDirectories="..\Include"
730 />
731 <Tool
732 Name="VCPreLinkEventTool"
733 CommandLine="copy $(PlatformName)\python.exe $(IntDir)&#x0D;&#x0A;$(IntDir)\python.exe ../Tools/pybench/pybench.py -n 1&#x0D;&#x0A;"
734 />
735 <Tool
736 Name="VCLinkerTool"
737 OutputFile="$(OutDir)\python26.dll"
738 LinkIncremental="1"
739 SuppressStartupBanner="true"
740 IgnoreDefaultLibraryNames="libc"
741 GenerateDebugInformation="true"
742 ProgramDatabaseFile=""
743 SubSystem="2"
744 LinkTimeCodeGeneration="3"
745 ProfileGuidedDatabase="$(IntDir)\$(TargetName).pgd"
746 BaseAddress="0x1e000000"
747 ImportLibrary=""
748 TargetMachine="17"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000749 />
750 <Tool
751 Name="VCALinkTool"
752 />
753 <Tool
754 Name="VCManifestTool"
755 />
756 <Tool
757 Name="VCXDCMakeTool"
758 />
759 <Tool
760 Name="VCBscMakeTool"
761 />
762 <Tool
763 Name="VCFxCopTool"
764 />
765 <Tool
766 Name="VCAppVerifierTool"
767 />
768 <Tool
769 Name="VCWebDeploymentTool"
770 />
771 <Tool
772 Name="VCPostBuildEventTool"
773 />
774 </Configuration>
775 </Configurations>
776 <References>
777 </References>
778 <Files>
779 <Filter
780 Name="zlib"
781 >
782 <File
783 RelativePath="..\Modules\zlib\adler32.c"
784 >
785 </File>
786 <File
787 RelativePath="..\Modules\zlib\compress.c"
788 >
789 </File>
790 <File
791 RelativePath="..\Modules\zlib\crc32.c"
792 >
793 </File>
794 <File
795 RelativePath="..\Modules\zlib\deflate.c"
796 >
797 </File>
798 <File
799 RelativePath="..\Modules\zlib\gzio.c"
800 >
801 </File>
802 <File
803 RelativePath="..\Modules\zlib\infback.c"
804 >
805 </File>
806 <File
807 RelativePath="..\Modules\zlib\inffast.c"
808 >
809 </File>
810 <File
811 RelativePath="..\Modules\zlib\inflate.c"
812 >
813 </File>
814 <File
815 RelativePath="..\Modules\zlib\inftrees.c"
816 >
817 </File>
818 <File
819 RelativePath="..\Modules\zlib\trees.c"
820 >
821 </File>
822 <File
823 RelativePath="..\Modules\zlib\uncompr.c"
824 >
825 </File>
826 <File
827 RelativePath="..\Modules\zlibmodule.c"
828 >
829 <FileConfiguration
830 Name="Release|Win32"
831 >
832 <Tool
833 Name="VCCLCompilerTool"
834 AdditionalIncludeDirectories="..\Modules\zlib"
835 />
836 </FileConfiguration>
837 <FileConfiguration
Thomas Wouters89f507f2006-12-13 04:49:30 +0000838 Name="Release|x64"
839 >
840 <Tool
841 Name="VCCLCompilerTool"
842 AdditionalIncludeDirectories="..\Modules\zlib"
843 />
844 </FileConfiguration>
845 <FileConfiguration
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000846 Name="Debug|Win32"
847 >
848 <Tool
849 Name="VCCLCompilerTool"
850 AdditionalIncludeDirectories="..\Modules\zlib"
851 />
852 </FileConfiguration>
853 <FileConfiguration
Thomas Wouters89f507f2006-12-13 04:49:30 +0000854 Name="Debug|x64"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000855 >
856 <Tool
857 Name="VCCLCompilerTool"
858 AdditionalIncludeDirectories="..\Modules\zlib"
859 />
860 </FileConfiguration>
861 <FileConfiguration
Thomas Wouters89f507f2006-12-13 04:49:30 +0000862 Name="PGIRelease|Win32"
863 >
864 <Tool
865 Name="VCCLCompilerTool"
866 AdditionalIncludeDirectories="..\Modules\zlib"
867 />
868 </FileConfiguration>
869 <FileConfiguration
870 Name="PGIRelease|x64"
871 >
872 <Tool
873 Name="VCCLCompilerTool"
874 AdditionalIncludeDirectories="..\Modules\zlib"
875 />
876 </FileConfiguration>
877 <FileConfiguration
878 Name="PGORelease|Win32"
879 >
880 <Tool
881 Name="VCCLCompilerTool"
882 AdditionalIncludeDirectories="..\Modules\zlib"
883 />
884 </FileConfiguration>
885 <FileConfiguration
886 Name="PGORelease|x64"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +0000887 >
888 <Tool
889 Name="VCCLCompilerTool"
890 AdditionalIncludeDirectories="..\Modules\zlib"
891 />
892 </FileConfiguration>
893 </File>
894 <File
895 RelativePath="..\Modules\zlib\zutil.c"
896 >
897 </File>
898 </Filter>
Thomas Wouters89f507f2006-12-13 04:49:30 +0000899 <Filter
900 Name="include files"
901 >
902 <File
903 RelativePath="..\Include\abstract.h"
904 >
905 </File>
906 <File
907 RelativePath="..\Include\asdl.h"
908 >
909 </File>
910 <File
911 RelativePath="..\Include\ast.h"
912 >
913 </File>
914 <File
915 RelativePath="..\Include\bitset.h"
916 >
917 </File>
918 <File
919 RelativePath="..\Include\boolobject.h"
920 >
921 </File>
922 <File
923 RelativePath="..\Include\bufferobject.h"
924 >
925 </File>
926 <File
927 RelativePath="..\Include\cellobject.h"
928 >
929 </File>
930 <File
931 RelativePath="..\Include\ceval.h"
932 >
933 </File>
934 <File
935 RelativePath="..\Include\classobject.h"
936 >
937 </File>
938 <File
939 RelativePath="..\Include\cobject.h"
940 >
941 </File>
942 <File
943 RelativePath="..\Include\code.h"
944 >
945 </File>
946 <File
947 RelativePath="..\Include\codecs.h"
948 >
949 </File>
950 <File
951 RelativePath="..\Include\compile.h"
952 >
953 </File>
954 <File
955 RelativePath="..\Include\complexobject.h"
956 >
957 </File>
958 <File
959 RelativePath="..\Include\cStringIO.h"
960 >
961 </File>
962 <File
963 RelativePath="..\Include\datetime.h"
964 >
965 </File>
966 <File
967 RelativePath="..\Include\descrobject.h"
968 >
969 </File>
970 <File
971 RelativePath="..\Include\dictobject.h"
972 >
973 </File>
974 <File
975 RelativePath="..\Include\enumobject.h"
976 >
977 </File>
978 <File
979 RelativePath="..\Include\errcode.h"
980 >
981 </File>
982 <File
983 RelativePath="..\Include\eval.h"
984 >
985 </File>
986 <File
987 RelativePath="..\Include\fileobject.h"
988 >
989 </File>
990 <File
991 RelativePath="..\Include\floatobject.h"
992 >
993 </File>
994 <File
995 RelativePath="..\Include\frameobject.h"
996 >
997 </File>
998 <File
999 RelativePath="..\Include\funcobject.h"
1000 >
1001 </File>
1002 <File
1003 RelativePath="..\Include\genobject.h"
1004 >
1005 </File>
1006 <File
1007 RelativePath="..\Include\graminit.h"
1008 >
1009 </File>
1010 <File
1011 RelativePath="..\Include\grammar.h"
1012 >
1013 </File>
1014 <File
1015 RelativePath="..\Include\import.h"
1016 >
1017 </File>
1018 <File
1019 RelativePath="..\Include\intobject.h"
1020 >
1021 </File>
1022 <File
1023 RelativePath="..\Include\intrcheck.h"
1024 >
1025 </File>
1026 <File
1027 RelativePath="..\Include\iterobject.h"
1028 >
1029 </File>
1030 <File
1031 RelativePath="..\Include\listobject.h"
1032 >
1033 </File>
1034 <File
1035 RelativePath="..\Include\longintrepr.h"
1036 >
1037 </File>
1038 <File
1039 RelativePath="..\Include\longobject.h"
1040 >
1041 </File>
1042 <File
1043 RelativePath="..\Include\marshal.h"
1044 >
1045 </File>
1046 <File
1047 RelativePath="..\Include\metagrammar.h"
1048 >
1049 </File>
1050 <File
1051 RelativePath="..\Include\methodobject.h"
1052 >
1053 </File>
1054 <File
1055 RelativePath="..\Include\modsupport.h"
1056 >
1057 </File>
1058 <File
1059 RelativePath="..\Include\moduleobject.h"
1060 >
1061 </File>
1062 <File
1063 RelativePath="..\Include\node.h"
1064 >
1065 </File>
1066 <File
1067 RelativePath="..\Include\object.h"
1068 >
1069 </File>
1070 <File
1071 RelativePath="..\Include\objimpl.h"
1072 >
1073 </File>
1074 <File
1075 RelativePath="..\Include\opcode.h"
1076 >
1077 </File>
1078 <File
1079 RelativePath="..\Include\osdefs.h"
1080 >
1081 </File>
1082 <File
1083 RelativePath="..\Include\parsetok.h"
1084 >
1085 </File>
1086 <File
1087 RelativePath="..\Include\patchlevel.h"
1088 >
1089 </File>
1090 <File
1091 RelativePath="..\Include\pgen.h"
1092 >
1093 </File>
1094 <File
1095 RelativePath="..\Include\pgenheaders.h"
1096 >
1097 </File>
1098 <File
1099 RelativePath="..\Include\py_curses.h"
1100 >
1101 </File>
1102 <File
1103 RelativePath="..\Include\pyarena.h"
1104 >
1105 </File>
1106 <File
1107 RelativePath="..\PC\pyconfig.h"
1108 >
1109 </File>
1110 <File
1111 RelativePath="..\Include\pydebug.h"
1112 >
1113 </File>
1114 <File
1115 RelativePath="..\Include\pyerrors.h"
1116 >
1117 </File>
1118 <File
1119 RelativePath="..\Include\pyexpat.h"
1120 >
1121 </File>
1122 <File
1123 RelativePath="..\Include\pyfpe.h"
1124 >
1125 </File>
1126 <File
1127 RelativePath="..\Include\pygetopt.h"
1128 >
1129 </File>
1130 <File
1131 RelativePath="..\Include\pymactoolbox.h"
1132 >
1133 </File>
1134 <File
1135 RelativePath="..\Include\pymem.h"
1136 >
1137 </File>
1138 <File
1139 RelativePath="..\Include\pyport.h"
1140 >
1141 </File>
1142 <File
1143 RelativePath="..\Include\pystate.h"
1144 >
1145 </File>
1146 <File
1147 RelativePath="..\Include\pystrtod.h"
1148 >
1149 </File>
1150 <File
1151 RelativePath="..\Include\Python-ast.h"
1152 >
1153 </File>
1154 <File
1155 RelativePath="..\Include\Python.h"
1156 >
1157 </File>
1158 <File
1159 RelativePath="..\Include\pythonrun.h"
1160 >
1161 </File>
1162 <File
1163 RelativePath="..\Include\pythread.h"
1164 >
1165 </File>
1166 <File
1167 RelativePath="..\Include\rangeobject.h"
1168 >
1169 </File>
1170 <File
1171 RelativePath="..\Include\setobject.h"
1172 >
1173 </File>
1174 <File
1175 RelativePath="..\Include\sliceobject.h"
1176 >
1177 </File>
1178 <File
1179 RelativePath="..\Include\stringobject.h"
1180 >
1181 </File>
1182 <File
1183 RelativePath="..\Include\structmember.h"
1184 >
1185 </File>
1186 <File
1187 RelativePath="..\Include\structseq.h"
1188 >
1189 </File>
1190 <File
1191 RelativePath="..\Include\symtable.h"
1192 >
1193 </File>
1194 <File
1195 RelativePath="..\Include\sysmodule.h"
1196 >
1197 </File>
1198 <File
1199 RelativePath="..\Include\timefuncs.h"
1200 >
1201 </File>
1202 <File
1203 RelativePath="..\Include\token.h"
1204 >
1205 </File>
1206 <File
1207 RelativePath="..\Include\traceback.h"
1208 >
1209 </File>
1210 <File
1211 RelativePath="..\Include\tupleobject.h"
1212 >
1213 </File>
1214 <File
1215 RelativePath="..\Include\ucnhash.h"
1216 >
1217 </File>
1218 <File
1219 RelativePath="..\Include\unicodeobject.h"
1220 >
1221 </File>
1222 <File
1223 RelativePath="..\Include\weakrefobject.h"
1224 >
1225 </File>
1226 </Filter>
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00001227 <File
1228 RelativePath="..\Modules\_bisectmodule.c"
1229 >
1230 </File>
1231 <File
1232 RelativePath="..\Modules\cjkcodecs\_codecs_cn.c"
1233 >
1234 </File>
1235 <File
1236 RelativePath="..\Modules\cjkcodecs\_codecs_hk.c"
1237 >
1238 </File>
1239 <File
1240 RelativePath="..\Modules\cjkcodecs\_codecs_iso2022.c"
1241 >
1242 </File>
1243 <File
1244 RelativePath="..\Modules\cjkcodecs\_codecs_jp.c"
1245 >
1246 </File>
1247 <File
1248 RelativePath="..\Modules\cjkcodecs\_codecs_kr.c"
1249 >
1250 </File>
1251 <File
1252 RelativePath="..\Modules\cjkcodecs\_codecs_tw.c"
1253 >
1254 </File>
1255 <File
1256 RelativePath="..\Modules\_codecsmodule.c"
1257 >
1258 </File>
1259 <File
1260 RelativePath="..\Modules\_csv.c"
1261 >
1262 </File>
1263 <File
1264 RelativePath="..\Modules\_functoolsmodule.c"
1265 >
1266 </File>
1267 <File
1268 RelativePath="..\Modules\_heapqmodule.c"
1269 >
1270 </File>
1271 <File
1272 RelativePath="..\Modules\_hotshot.c"
1273 >
1274 </File>
1275 <File
1276 RelativePath="..\Modules\_localemodule.c"
1277 >
1278 </File>
1279 <File
1280 RelativePath="..\Modules\_lsprof.c"
1281 >
1282 </File>
1283 <File
1284 RelativePath="..\Modules\_randommodule.c"
1285 >
1286 </File>
1287 <File
1288 RelativePath="..\Modules\_sre.c"
1289 >
1290 </File>
1291 <File
1292 RelativePath="..\Modules\_struct.c"
1293 >
1294 </File>
1295 <File
1296 RelativePath="..\Pc\_subprocess.c"
1297 >
1298 </File>
1299 <File
Thomas Wouters89f507f2006-12-13 04:49:30 +00001300 RelativePath="..\Modules\_typesmodule.c"
1301 >
1302 </File>
1303 <File
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00001304 RelativePath="..\Modules\_weakref.c"
1305 >
1306 </File>
1307 <File
1308 RelativePath="..\Pc\_winreg.c"
1309 >
1310 </File>
1311 <File
1312 RelativePath="..\Objects\abstract.c"
1313 >
1314 </File>
1315 <File
1316 RelativePath="..\Parser\acceler.c"
1317 >
1318 </File>
1319 <File
1320 RelativePath="..\Modules\arraymodule.c"
1321 >
1322 </File>
1323 <File
1324 RelativePath="..\Python\asdl.c"
1325 >
1326 </File>
1327 <File
1328 RelativePath="..\Python\ast.c"
1329 >
1330 </File>
1331 <File
1332 RelativePath="..\Modules\audioop.c"
1333 >
1334 </File>
1335 <File
1336 RelativePath="..\Modules\binascii.c"
1337 >
1338 </File>
1339 <File
1340 RelativePath="..\Parser\bitset.c"
1341 >
1342 </File>
1343 <File
1344 RelativePath="..\Python\bltinmodule.c"
1345 >
1346 </File>
1347 <File
1348 RelativePath="..\Objects\boolobject.c"
1349 >
1350 </File>
1351 <File
1352 RelativePath="..\Objects\bufferobject.c"
1353 >
1354 </File>
1355 <File
1356 RelativePath="..\Objects\cellobject.c"
1357 >
1358 </File>
1359 <File
1360 RelativePath="..\Python\ceval.c"
1361 >
1362 </File>
1363 <File
1364 RelativePath="..\Objects\classobject.c"
1365 >
1366 </File>
1367 <File
1368 RelativePath="..\Modules\cmathmodule.c"
1369 >
1370 </File>
1371 <File
1372 RelativePath="..\Objects\cobject.c"
1373 >
1374 </File>
1375 <File
1376 RelativePath="..\Python\codecs.c"
1377 >
1378 </File>
1379 <File
1380 RelativePath="..\Objects\codeobject.c"
1381 >
1382 </File>
1383 <File
Guido van Rossumd8faa362007-04-27 19:54:29 +00001384 RelativePath="..\Modules\_collectionsmodule.c"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00001385 >
1386 </File>
1387 <File
1388 RelativePath="..\Python\compile.c"
1389 >
1390 </File>
1391 <File
1392 RelativePath="..\Objects\complexobject.c"
1393 >
1394 </File>
1395 <File
1396 RelativePath="..\PC\config.c"
1397 >
1398 </File>
1399 <File
1400 RelativePath="..\Modules\cPickle.c"
1401 >
1402 </File>
1403 <File
1404 RelativePath="..\Modules\cStringIO.c"
1405 >
1406 </File>
1407 <File
1408 RelativePath="..\Modules\datetimemodule.c"
1409 >
1410 </File>
1411 <File
1412 RelativePath="..\Objects\descrobject.c"
1413 >
1414 </File>
1415 <File
1416 RelativePath="..\Objects\dictobject.c"
1417 >
1418 </File>
1419 <File
1420 RelativePath="..\PC\dl_nt.c"
1421 >
1422 </File>
1423 <File
1424 RelativePath="..\Python\dynload_win.c"
1425 >
1426 </File>
1427 <File
1428 RelativePath="..\Objects\enumobject.c"
1429 >
1430 </File>
1431 <File
1432 RelativePath="..\Modules\errnomodule.c"
1433 >
1434 </File>
1435 <File
1436 RelativePath="..\Python\errors.c"
1437 >
1438 </File>
1439 <File
1440 RelativePath="..\Objects\exceptions.c"
1441 >
1442 </File>
1443 <File
1444 RelativePath="..\Objects\fileobject.c"
1445 >
1446 </File>
1447 <File
1448 RelativePath="..\Parser\firstsets.c"
1449 >
1450 </File>
1451 <File
1452 RelativePath="..\Objects\floatobject.c"
1453 >
1454 </File>
1455 <File
1456 RelativePath="..\Objects\frameobject.c"
1457 >
1458 </File>
1459 <File
1460 RelativePath="..\Python\frozen.c"
1461 >
1462 </File>
1463 <File
1464 RelativePath="..\Objects\funcobject.c"
1465 >
1466 </File>
1467 <File
1468 RelativePath="..\Python\future.c"
1469 >
1470 </File>
1471 <File
1472 RelativePath="..\Modules\gcmodule.c"
1473 >
1474 </File>
1475 <File
1476 RelativePath="..\Objects\genobject.c"
1477 >
1478 </File>
1479 <File
1480 RelativePath="..\Python\getargs.c"
1481 >
1482 </File>
1483 <File
Thomas Wouters89f507f2006-12-13 04:49:30 +00001484 RelativePath=".\getbuildinfo2.c"
1485 >
1486 <FileConfiguration
1487 Name="Release|Win32"
1488 >
1489 <Tool
1490 Name="VCCLCompilerTool"
1491 ForcedIncludeFiles="getbuildinfo2.h"
1492 />
1493 </FileConfiguration>
1494 <FileConfiguration
1495 Name="Release|x64"
1496 >
1497 <Tool
1498 Name="VCCLCompilerTool"
1499 ForcedIncludeFiles="getbuildinfo2.h"
1500 />
1501 </FileConfiguration>
1502 <FileConfiguration
1503 Name="Debug|Win32"
1504 >
1505 <Tool
1506 Name="VCCLCompilerTool"
1507 ForcedIncludeFiles="getbuildinfo2.h"
1508 />
1509 </FileConfiguration>
1510 <FileConfiguration
1511 Name="Debug|x64"
1512 >
1513 <Tool
1514 Name="VCCLCompilerTool"
1515 ForcedIncludeFiles="getbuildinfo2.h"
1516 />
1517 </FileConfiguration>
1518 <FileConfiguration
1519 Name="PGIRelease|Win32"
1520 >
1521 <Tool
1522 Name="VCCLCompilerTool"
1523 ForcedIncludeFiles="getbuildinfo2.h"
1524 />
1525 </FileConfiguration>
1526 <FileConfiguration
1527 Name="PGIRelease|x64"
1528 >
1529 <Tool
1530 Name="VCCLCompilerTool"
1531 ForcedIncludeFiles="getbuildinfo2.h"
1532 />
1533 </FileConfiguration>
1534 <FileConfiguration
1535 Name="PGORelease|Win32"
1536 >
1537 <Tool
1538 Name="VCCLCompilerTool"
1539 ForcedIncludeFiles="getbuildinfo2.h"
1540 />
1541 </FileConfiguration>
1542 <FileConfiguration
1543 Name="PGORelease|x64"
1544 >
1545 <Tool
1546 Name="VCCLCompilerTool"
1547 ForcedIncludeFiles="getbuildinfo2.h"
1548 />
1549 </FileConfiguration>
1550 </File>
1551 <File
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00001552 RelativePath="..\Python\getcompiler.c"
1553 >
1554 </File>
1555 <File
1556 RelativePath="..\Python\getcopyright.c"
1557 >
1558 </File>
1559 <File
1560 RelativePath="..\Python\getmtime.c"
1561 >
1562 </File>
1563 <File
1564 RelativePath="..\Python\getopt.c"
1565 >
1566 </File>
1567 <File
1568 RelativePath="..\PC\getpathp.c"
1569 >
1570 </File>
1571 <File
1572 RelativePath="..\Python\getplatform.c"
1573 >
1574 </File>
1575 <File
1576 RelativePath="..\Python\getversion.c"
1577 >
1578 </File>
1579 <File
1580 RelativePath="..\Python\graminit.c"
1581 >
1582 </File>
1583 <File
1584 RelativePath="..\Parser\grammar.c"
1585 >
1586 </File>
1587 <File
1588 RelativePath="..\Parser\grammar1.c"
1589 >
1590 </File>
1591 <File
1592 RelativePath="..\Modules\imageop.c"
1593 >
1594 </File>
1595 <File
1596 RelativePath="..\Python\import.c"
1597 >
1598 </File>
1599 <File
1600 RelativePath="..\PC\import_nt.c"
1601 >
1602 <FileConfiguration
1603 Name="Release|Win32"
1604 >
1605 <Tool
1606 Name="VCCLCompilerTool"
1607 AdditionalIncludeDirectories="..\Python"
1608 />
1609 </FileConfiguration>
1610 <FileConfiguration
Thomas Wouters89f507f2006-12-13 04:49:30 +00001611 Name="Release|x64"
1612 >
1613 <Tool
1614 Name="VCCLCompilerTool"
1615 AdditionalIncludeDirectories="..\Python"
1616 />
1617 </FileConfiguration>
1618 <FileConfiguration
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00001619 Name="Debug|Win32"
1620 >
1621 <Tool
1622 Name="VCCLCompilerTool"
1623 AdditionalIncludeDirectories="..\Python"
1624 />
1625 </FileConfiguration>
1626 <FileConfiguration
Thomas Wouters89f507f2006-12-13 04:49:30 +00001627 Name="Debug|x64"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00001628 >
1629 <Tool
1630 Name="VCCLCompilerTool"
1631 AdditionalIncludeDirectories="..\Python"
1632 />
1633 </FileConfiguration>
1634 <FileConfiguration
Thomas Wouters89f507f2006-12-13 04:49:30 +00001635 Name="PGIRelease|Win32"
1636 >
1637 <Tool
1638 Name="VCCLCompilerTool"
1639 AdditionalIncludeDirectories="..\Python"
1640 />
1641 </FileConfiguration>
1642 <FileConfiguration
1643 Name="PGIRelease|x64"
1644 >
1645 <Tool
1646 Name="VCCLCompilerTool"
1647 AdditionalIncludeDirectories="..\Python"
1648 />
1649 </FileConfiguration>
1650 <FileConfiguration
1651 Name="PGORelease|Win32"
1652 >
1653 <Tool
1654 Name="VCCLCompilerTool"
1655 AdditionalIncludeDirectories="..\Python"
1656 />
1657 </FileConfiguration>
1658 <FileConfiguration
1659 Name="PGORelease|x64"
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00001660 >
1661 <Tool
1662 Name="VCCLCompilerTool"
1663 AdditionalIncludeDirectories="..\Python"
1664 />
1665 </FileConfiguration>
1666 </File>
1667 <File
1668 RelativePath="..\Python\importdl.c"
1669 >
1670 </File>
1671 <File
1672 RelativePath="..\Objects\intobject.c"
1673 >
1674 </File>
1675 <File
1676 RelativePath="..\Objects\iterobject.c"
1677 >
1678 </File>
1679 <File
1680 RelativePath="..\Modules\itertoolsmodule.c"
1681 >
1682 </File>
1683 <File
1684 RelativePath="..\Parser\listnode.c"
1685 >
1686 </File>
1687 <File
1688 RelativePath="..\Objects\listobject.c"
1689 >
1690 </File>
1691 <File
1692 RelativePath="..\Objects\longobject.c"
1693 >
1694 </File>
1695 <File
1696 RelativePath="..\Modules\main.c"
1697 >
1698 </File>
1699 <File
1700 RelativePath="..\Python\marshal.c"
1701 >
1702 </File>
1703 <File
1704 RelativePath="..\Modules\mathmodule.c"
1705 >
1706 </File>
1707 <File
1708 RelativePath="..\Modules\md5.c"
1709 >
1710 </File>
1711 <File
1712 RelativePath="..\Modules\md5module.c"
1713 >
1714 </File>
1715 <File
1716 RelativePath="..\Parser\metagrammar.c"
1717 >
1718 </File>
1719 <File
1720 RelativePath="..\Objects\methodobject.c"
1721 >
1722 </File>
1723 <File
1724 RelativePath="..\Modules\mmapmodule.c"
1725 >
1726 </File>
1727 <File
1728 RelativePath="..\Python\modsupport.c"
1729 >
1730 </File>
1731 <File
1732 RelativePath="..\Objects\moduleobject.c"
1733 >
1734 </File>
1735 <File
1736 RelativePath="..\PC\msvcrtmodule.c"
1737 >
1738 </File>
1739 <File
1740 RelativePath="..\Modules\cjkcodecs\multibytecodec.c"
1741 >
1742 </File>
1743 <File
1744 RelativePath="..\Parser\myreadline.c"
1745 >
1746 </File>
1747 <File
1748 RelativePath="..\Python\mysnprintf.c"
1749 >
1750 </File>
1751 <File
1752 RelativePath="..\Python\mystrtoul.c"
1753 >
1754 </File>
1755 <File
1756 RelativePath="..\Parser\node.c"
1757 >
1758 </File>
1759 <File
1760 RelativePath="..\Objects\object.c"
1761 >
1762 </File>
1763 <File
1764 RelativePath="..\Objects\obmalloc.c"
1765 >
1766 </File>
1767 <File
1768 RelativePath="..\Modules\operator.c"
1769 >
1770 </File>
1771 <File
1772 RelativePath="..\Parser\parser.c"
1773 >
1774 </File>
1775 <File
1776 RelativePath="..\Modules\parsermodule.c"
1777 >
1778 </File>
1779 <File
1780 RelativePath="..\Parser\parsetok.c"
1781 >
1782 </File>
1783 <File
Thomas Wouters89f507f2006-12-13 04:49:30 +00001784 RelativePath="..\Python\peephole.c"
1785 >
1786 </File>
1787 <File
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00001788 RelativePath="..\Modules\posixmodule.c"
1789 >
1790 </File>
1791 <File
1792 RelativePath="..\Python\pyarena.c"
1793 >
1794 </File>
1795 <File
1796 RelativePath="..\Python\pyfpe.c"
1797 >
1798 </File>
1799 <File
1800 RelativePath="..\Python\pystate.c"
1801 >
1802 </File>
1803 <File
1804 RelativePath="..\Python\pystrtod.c"
1805 >
1806 </File>
1807 <File
1808 RelativePath="..\Python\Python-ast.c"
1809 >
1810 </File>
1811 <File
1812 RelativePath="..\PC\python_nt.rc"
1813 >
1814 </File>
1815 <File
1816 RelativePath="..\Python\pythonrun.c"
1817 >
1818 </File>
1819 <File
1820 RelativePath="..\Objects\rangeobject.c"
1821 >
1822 </File>
1823 <File
1824 RelativePath="..\Modules\rgbimgmodule.c"
1825 >
1826 </File>
1827 <File
1828 RelativePath="..\Modules\rotatingtree.c"
1829 >
1830 </File>
1831 <File
1832 RelativePath="..\Objects\setobject.c"
1833 >
1834 </File>
1835 <File
1836 RelativePath="..\Modules\sha256module.c"
1837 >
1838 </File>
1839 <File
1840 RelativePath="..\Modules\sha512module.c"
1841 >
1842 </File>
1843 <File
1844 RelativePath="..\Modules\sha512module.c"
1845 >
1846 </File>
1847 <File
1848 RelativePath="..\Modules\shamodule.c"
1849 >
1850 </File>
1851 <File
1852 RelativePath="..\Modules\signalmodule.c"
1853 >
1854 </File>
1855 <File
1856 RelativePath="..\Modules\signalmodule.c"
1857 >
1858 </File>
1859 <File
1860 RelativePath="..\Objects\sliceobject.c"
1861 >
1862 </File>
1863 <File
1864 RelativePath="..\Objects\stringobject.c"
1865 >
1866 </File>
1867 <File
1868 RelativePath="..\Modules\stropmodule.c"
1869 >
1870 </File>
1871 <File
1872 RelativePath="..\Python\structmember.c"
1873 >
1874 </File>
1875 <File
1876 RelativePath="..\Objects\structseq.c"
1877 >
1878 </File>
1879 <File
1880 RelativePath="..\Python\symtable.c"
1881 >
1882 </File>
1883 <File
1884 RelativePath="..\Modules\symtablemodule.c"
1885 >
1886 </File>
1887 <File
1888 RelativePath="..\Python\sysmodule.c"
1889 >
1890 </File>
1891 <File
1892 RelativePath="..\Python\thread.c"
1893 >
1894 </File>
1895 <File
1896 RelativePath="..\Modules\threadmodule.c"
1897 >
1898 </File>
1899 <File
1900 RelativePath="..\Modules\timemodule.c"
1901 >
1902 </File>
1903 <File
1904 RelativePath="..\Parser\tokenizer.c"
1905 >
1906 </File>
1907 <File
1908 RelativePath="..\Python\traceback.c"
1909 >
1910 </File>
1911 <File
1912 RelativePath="..\Objects\tupleobject.c"
1913 >
1914 </File>
1915 <File
1916 RelativePath="..\Objects\typeobject.c"
1917 >
1918 </File>
1919 <File
1920 RelativePath="..\Objects\unicodectype.c"
1921 >
1922 </File>
1923 <File
1924 RelativePath="..\Objects\unicodeobject.c"
1925 >
1926 </File>
1927 <File
1928 RelativePath="..\Objects\weakrefobject.c"
1929 >
1930 </File>
1931 <File
1932 RelativePath="..\Modules\xxsubtype.c"
1933 >
1934 </File>
1935 <File
1936 RelativePath="..\Modules\yuvconvert.c"
1937 >
1938 </File>
1939 <File
1940 RelativePath="..\Modules\zipimport.c"
1941 >
1942 </File>
1943 </Files>
1944 <Globals>
1945 </Globals>
1946</VisualStudioProject>