blob: 9a312ad009428ebebecc31eea1dfbf9f99d91a9b [file] [log] [blame]
Tim Petersa37722c2006-05-28 01:52:38 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8,00"
5 Name="pythoncore_pgo"
6 ProjectGUID="{8B59C1FF-2439-4BE9-9F24-84D4982D28D4}"
7 RootNamespace="pythoncore_pgo"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Release|Win32"
20 OutputDirectory="$(ProjectName)"
21 IntermediateDirectory=".\x86-temp-release\$(ProjectName)"
22 ConfigurationType="2"
23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24 UseOfMFC="0"
25 ATLMinimizesCRunTimeLibraryUsage="false"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 />
42 <Tool
43 Name="VCCLCompilerTool"
44 AdditionalOptions="/Zm200 "
45 Optimization="2"
46 InlineFunctionExpansion="1"
47 WholeProgramOptimization="true"
48 AdditionalIncludeDirectories="..\Include,..\PC"
49 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;_CRT_SECURE_NO_DEPRECATE"
50 StringPooling="true"
51 RuntimeLibrary="2"
52 EnableFunctionLevelLinking="true"
53 UsePrecompiledHeader="0"
54 WarningLevel="3"
55 SuppressStartupBanner="true"
56 DebugInformationFormat="3"
57 CompileAs="0"
58 />
59 <Tool
60 Name="VCManagedResourceCompilerTool"
61 />
62 <Tool
63 Name="VCResourceCompilerTool"
64 PreprocessorDefinitions="NDEBUG"
65 Culture="1033"
66 AdditionalIncludeDirectories="..\Include"
67 />
68 <Tool
69 Name="VCPreLinkEventTool"
70 Description="Generate buildinfo &amp; profile guided optimizations (please be patient)"
Kristján Valur Jónssonbc09e102006-05-31 13:35:41 +000071 CommandLine="make_buildinfo.exe $(ConfigurationName)&#x0D;&#x0A;link @$(ProjectName)_link.txt&#x0D;&#x0A;$(OutDir)\python ../Tools/pybench/pybench.py -n 1&#x0D;&#x0A;"
Tim Petersa37722c2006-05-28 01:52:38 +000072 />
73 <Tool
74 Name="VCLinkerTool"
75 AdditionalDependencies="getbuildinfo.o"
76 OutputFile="$(OutDir)/python25.dll"
77 LinkIncremental="1"
78 SuppressStartupBanner="true"
79 IgnoreDefaultLibraryNames="libc"
80 GenerateDebugInformation="true"
81 ProgramDatabaseFile="$(OutDir)/python25.pdb"
82 SubSystem="2"
83 LinkTimeCodeGeneration="3"
84 BaseAddress="0x1e000000"
85 ImportLibrary="$(OutDir)/python25.lib"
86 TargetMachine="1"
87 />
88 <Tool
89 Name="VCALinkTool"
90 />
91 <Tool
92 Name="VCManifestTool"
93 />
94 <Tool
95 Name="VCXDCMakeTool"
96 />
97 <Tool
98 Name="VCBscMakeTool"
99 />
100 <Tool
101 Name="VCFxCopTool"
102 />
103 <Tool
104 Name="VCAppVerifierTool"
105 />
106 <Tool
107 Name="VCWebDeploymentTool"
108 />
109 <Tool
110 Name="VCPostBuildEventTool"
111 />
112 </Configuration>
113 </Configurations>
114 <References>
115 </References>
116 <Files>
117 <Filter
118 Name="zlib"
119 >
120 <File
121 RelativePath="..\Modules\zlib\adler32.c"
122 >
123 </File>
124 <File
125 RelativePath="..\Modules\zlib\compress.c"
126 >
127 </File>
128 <File
129 RelativePath="..\Modules\zlib\crc32.c"
130 >
131 </File>
132 <File
133 RelativePath="..\Modules\zlib\deflate.c"
134 >
135 </File>
136 <File
137 RelativePath="..\Modules\zlib\gzio.c"
138 >
139 </File>
140 <File
141 RelativePath="..\Modules\zlib\infback.c"
142 >
143 </File>
144 <File
145 RelativePath="..\Modules\zlib\inffast.c"
146 >
147 </File>
148 <File
149 RelativePath="..\Modules\zlib\inflate.c"
150 >
151 </File>
152 <File
153 RelativePath="..\Modules\zlib\inftrees.c"
154 >
155 </File>
156 <File
157 RelativePath="..\Modules\zlib\trees.c"
158 >
159 </File>
160 <File
161 RelativePath="..\Modules\zlib\uncompr.c"
162 >
163 </File>
164 <File
165 RelativePath="..\Modules\zlibmodule.c"
166 >
167 <FileConfiguration
168 Name="Release|Win32"
169 >
170 <Tool
171 Name="VCCLCompilerTool"
172 AdditionalIncludeDirectories="..\Modules\zlib"
173 />
174 </FileConfiguration>
175 </File>
176 <File
177 RelativePath="..\Modules\zlib\zutil.c"
178 >
179 </File>
180 </Filter>
181 <File
182 RelativePath="..\Modules\_bisectmodule.c"
183 >
184 </File>
185 <File
186 RelativePath="..\Modules\cjkcodecs\_codecs_cn.c"
187 >
188 </File>
189 <File
190 RelativePath="..\Modules\cjkcodecs\_codecs_hk.c"
191 >
192 </File>
193 <File
194 RelativePath="..\Modules\cjkcodecs\_codecs_iso2022.c"
195 >
196 </File>
197 <File
198 RelativePath="..\Modules\cjkcodecs\_codecs_jp.c"
199 >
200 </File>
201 <File
202 RelativePath="..\Modules\cjkcodecs\_codecs_kr.c"
203 >
204 </File>
205 <File
206 RelativePath="..\Modules\cjkcodecs\_codecs_tw.c"
207 >
208 </File>
209 <File
210 RelativePath="..\Modules\_codecsmodule.c"
211 >
212 </File>
213 <File
214 RelativePath="..\Modules\_csv.c"
215 >
216 </File>
217 <File
Kristján Valur Jónssonbc09e102006-05-31 13:35:41 +0000218 RelativePath="..\Modules\_functoolsmodule.c"
219 >
220 </File>
221 <File
Tim Petersa37722c2006-05-28 01:52:38 +0000222 RelativePath="..\Modules\_heapqmodule.c"
223 >
224 </File>
225 <File
226 RelativePath="..\Modules\_hotshot.c"
227 >
228 </File>
229 <File
230 RelativePath="..\Modules\_localemodule.c"
231 >
232 </File>
233 <File
234 RelativePath="..\Modules\_lsprof.c"
235 >
236 </File>
237 <File
238 RelativePath="..\Modules\_randommodule.c"
239 >
240 </File>
241 <File
242 RelativePath="..\Modules\_sre.c"
243 >
244 </File>
245 <File
246 RelativePath="..\Modules\_struct.c"
247 >
248 </File>
249 <File
250 RelativePath="..\Pc\_subprocess.c"
251 >
252 </File>
253 <File
254 RelativePath="..\Modules\_weakref.c"
255 >
256 </File>
257 <File
258 RelativePath="..\Pc\_winreg.c"
259 >
260 </File>
261 <File
262 RelativePath="..\Objects\abstract.c"
263 >
264 </File>
265 <File
266 RelativePath="..\Parser\acceler.c"
267 >
268 </File>
269 <File
270 RelativePath="..\Modules\arraymodule.c"
271 >
272 </File>
273 <File
274 RelativePath="..\Python\asdl.c"
275 >
276 </File>
277 <File
278 RelativePath="..\Python\ast.c"
279 >
280 </File>
281 <File
282 RelativePath="..\Modules\audioop.c"
283 >
284 </File>
285 <File
286 RelativePath="..\Modules\binascii.c"
287 >
288 </File>
289 <File
290 RelativePath="..\Parser\bitset.c"
291 >
292 </File>
293 <File
294 RelativePath="..\Python\bltinmodule.c"
295 >
296 </File>
297 <File
298 RelativePath="..\Objects\boolobject.c"
299 >
300 </File>
301 <File
302 RelativePath="..\Objects\bufferobject.c"
303 >
304 </File>
305 <File
306 RelativePath="..\Objects\cellobject.c"
307 >
308 </File>
309 <File
310 RelativePath="..\Python\ceval.c"
311 >
312 </File>
313 <File
314 RelativePath="..\Objects\classobject.c"
315 >
316 </File>
317 <File
318 RelativePath="..\Modules\cmathmodule.c"
319 >
320 </File>
321 <File
322 RelativePath="..\Objects\cobject.c"
323 >
324 </File>
325 <File
326 RelativePath="..\Python\codecs.c"
327 >
328 </File>
329 <File
330 RelativePath="..\Objects\codeobject.c"
331 >
332 </File>
333 <File
334 RelativePath="..\Modules\collectionsmodule.c"
335 >
336 </File>
337 <File
338 RelativePath="..\Python\compile.c"
339 >
340 </File>
341 <File
342 RelativePath="..\Objects\complexobject.c"
343 >
344 </File>
345 <File
346 RelativePath="..\PC\config.c"
347 >
348 </File>
349 <File
350 RelativePath="..\Modules\cPickle.c"
351 >
352 </File>
353 <File
354 RelativePath="..\Modules\cStringIO.c"
355 >
356 </File>
357 <File
358 RelativePath="..\Modules\datetimemodule.c"
359 >
360 </File>
361 <File
362 RelativePath="..\Objects\descrobject.c"
363 >
364 </File>
365 <File
366 RelativePath="..\Objects\dictobject.c"
367 >
368 </File>
369 <File
370 RelativePath="..\PC\dl_nt.c"
371 >
372 </File>
373 <File
374 RelativePath="..\Python\dynload_win.c"
375 >
376 </File>
377 <File
378 RelativePath="..\Objects\enumobject.c"
379 >
380 </File>
381 <File
382 RelativePath="..\Modules\errnomodule.c"
383 >
384 </File>
385 <File
386 RelativePath="..\Python\errors.c"
387 >
388 </File>
389 <File
Kristján Valur Jónssonbc09e102006-05-31 13:35:41 +0000390 RelativePath="..\Objects\exceptions.c"
Tim Petersa37722c2006-05-28 01:52:38 +0000391 >
392 </File>
393 <File
394 RelativePath="..\Objects\fileobject.c"
395 >
396 </File>
397 <File
398 RelativePath="..\Parser\firstsets.c"
399 >
400 </File>
401 <File
402 RelativePath="..\Objects\floatobject.c"
403 >
404 </File>
405 <File
406 RelativePath="..\Objects\frameobject.c"
407 >
408 </File>
409 <File
410 RelativePath="..\Python\frozen.c"
411 >
412 </File>
413 <File
414 RelativePath="..\Objects\funcobject.c"
415 >
416 </File>
417 <File
Tim Petersa37722c2006-05-28 01:52:38 +0000418 RelativePath="..\Python\future.c"
419 >
420 </File>
421 <File
422 RelativePath="..\Modules\gcmodule.c"
423 >
424 </File>
425 <File
426 RelativePath="..\Objects\genobject.c"
427 >
428 </File>
429 <File
430 RelativePath="..\Python\getargs.c"
431 >
432 </File>
433 <File
434 RelativePath="..\Python\getcompiler.c"
435 >
436 </File>
437 <File
438 RelativePath="..\Python\getcopyright.c"
439 >
440 </File>
441 <File
442 RelativePath="..\Python\getmtime.c"
443 >
444 </File>
445 <File
446 RelativePath="..\Python\getopt.c"
447 >
448 </File>
449 <File
450 RelativePath="..\PC\getpathp.c"
451 >
452 </File>
453 <File
454 RelativePath="..\Python\getplatform.c"
455 >
456 </File>
457 <File
458 RelativePath="..\Python\getversion.c"
459 >
460 </File>
461 <File
462 RelativePath="..\Python\graminit.c"
463 >
464 </File>
465 <File
466 RelativePath="..\Parser\grammar.c"
467 >
468 </File>
469 <File
470 RelativePath="..\Parser\grammar1.c"
471 >
472 </File>
473 <File
474 RelativePath="..\Modules\imageop.c"
475 >
476 </File>
477 <File
478 RelativePath="..\Python\import.c"
479 >
480 </File>
481 <File
482 RelativePath="..\PC\import_nt.c"
483 >
484 <FileConfiguration
485 Name="Release|Win32"
486 >
487 <Tool
488 Name="VCCLCompilerTool"
489 AdditionalIncludeDirectories="..\Python"
490 />
491 </FileConfiguration>
492 </File>
493 <File
494 RelativePath="..\Python\importdl.c"
495 >
496 </File>
497 <File
498 RelativePath="..\Objects\intobject.c"
499 >
500 </File>
501 <File
502 RelativePath="..\Objects\iterobject.c"
503 >
504 </File>
505 <File
506 RelativePath="..\Modules\itertoolsmodule.c"
507 >
508 </File>
509 <File
510 RelativePath="..\Parser\listnode.c"
511 >
512 </File>
513 <File
514 RelativePath="..\Objects\listobject.c"
515 >
516 </File>
517 <File
518 RelativePath="..\Objects\longobject.c"
519 >
520 </File>
521 <File
522 RelativePath="..\Modules\main.c"
523 >
524 </File>
525 <File
526 RelativePath="..\Python\marshal.c"
527 >
528 </File>
529 <File
530 RelativePath="..\Modules\mathmodule.c"
531 >
532 </File>
533 <File
534 RelativePath="..\Modules\md5.c"
535 >
536 </File>
537 <File
538 RelativePath="..\Modules\md5module.c"
539 >
540 </File>
541 <File
542 RelativePath="..\Parser\metagrammar.c"
543 >
544 </File>
545 <File
546 RelativePath="..\Objects\methodobject.c"
547 >
548 </File>
549 <File
550 RelativePath="..\Modules\mmapmodule.c"
551 >
552 </File>
553 <File
554 RelativePath="..\Python\modsupport.c"
555 >
556 </File>
557 <File
558 RelativePath="..\Objects\moduleobject.c"
559 >
560 </File>
561 <File
562 RelativePath="..\PC\msvcrtmodule.c"
563 >
564 </File>
565 <File
566 RelativePath="..\Modules\cjkcodecs\multibytecodec.c"
567 >
568 </File>
569 <File
570 RelativePath="..\Parser\myreadline.c"
571 >
572 </File>
573 <File
574 RelativePath="..\Python\mysnprintf.c"
575 >
576 </File>
577 <File
578 RelativePath="..\Python\mystrtoul.c"
579 >
580 </File>
581 <File
582 RelativePath="..\Parser\node.c"
583 >
584 </File>
585 <File
586 RelativePath="..\Objects\object.c"
587 >
588 </File>
589 <File
590 RelativePath="..\Objects\obmalloc.c"
591 >
592 </File>
593 <File
594 RelativePath="..\Modules\operator.c"
595 >
596 </File>
597 <File
598 RelativePath="..\Parser\parser.c"
599 >
600 </File>
601 <File
602 RelativePath="..\Modules\parsermodule.c"
603 >
604 </File>
605 <File
606 RelativePath="..\Parser\parsetok.c"
607 >
608 </File>
609 <File
610 RelativePath="..\Modules\posixmodule.c"
611 >
612 </File>
613 <File
614 RelativePath="..\Python\pyarena.c"
615 >
616 </File>
617 <File
618 RelativePath="..\Python\pyfpe.c"
619 >
620 </File>
621 <File
622 RelativePath="..\Python\pystate.c"
623 >
624 </File>
625 <File
626 RelativePath="..\Python\pystrtod.c"
627 >
628 </File>
629 <File
630 RelativePath="..\Python\Python-ast.c"
631 >
632 </File>
633 <File
634 RelativePath="..\PCbuild8\python.exe"
635 >
636 <FileConfiguration
637 Name="Release|Win32"
638 >
639 <Tool
640 Name="VCCustomBuildTool"
Kristján Valur Jónssonbc09e102006-05-31 13:35:41 +0000641 CommandLine="xcopy $(InputFileName)* $(OutDir) /F /I /Y&#x0D;&#x0A;"
Tim Petersa37722c2006-05-28 01:52:38 +0000642 Outputs="$(OutDir)\$(InputFileName)"
643 />
644 </FileConfiguration>
645 </File>
646 <File
647 RelativePath="..\PC\python_nt.rc"
648 >
649 </File>
650 <File
651 RelativePath="..\Python\pythonrun.c"
652 >
653 </File>
654 <File
655 RelativePath="..\Objects\rangeobject.c"
656 >
657 </File>
658 <File
659 RelativePath="..\Modules\rgbimgmodule.c"
660 >
661 </File>
662 <File
663 RelativePath="..\Modules\rotatingtree.c"
664 >
665 </File>
666 <File
667 RelativePath="..\Objects\setobject.c"
668 >
669 </File>
670 <File
671 RelativePath="..\Modules\sha256module.c"
672 >
673 </File>
674 <File
675 RelativePath="..\Modules\sha512module.c"
676 >
677 </File>
678 <File
679 RelativePath="..\Modules\sha512module.c"
680 >
681 </File>
682 <File
683 RelativePath="..\Modules\shamodule.c"
684 >
685 </File>
686 <File
687 RelativePath="..\Modules\signalmodule.c"
688 >
689 </File>
690 <File
691 RelativePath="..\Modules\signalmodule.c"
692 >
693 </File>
694 <File
695 RelativePath="..\Objects\sliceobject.c"
696 >
697 </File>
698 <File
699 RelativePath="..\Objects\stringobject.c"
700 >
701 </File>
702 <File
703 RelativePath="..\Modules\stropmodule.c"
704 >
705 </File>
706 <File
707 RelativePath="..\Python\structmember.c"
708 >
709 </File>
710 <File
711 RelativePath="..\Objects\structseq.c"
712 >
713 </File>
714 <File
715 RelativePath="..\Python\symtable.c"
716 >
717 </File>
718 <File
719 RelativePath="..\Modules\symtablemodule.c"
720 >
721 </File>
722 <File
723 RelativePath="..\Python\sysmodule.c"
724 >
725 </File>
726 <File
727 RelativePath="..\Python\thread.c"
728 >
729 </File>
730 <File
731 RelativePath="..\Modules\threadmodule.c"
732 >
733 </File>
734 <File
735 RelativePath="..\Modules\timemodule.c"
736 >
737 </File>
738 <File
739 RelativePath="..\Parser\tokenizer.c"
740 >
741 </File>
742 <File
743 RelativePath="..\Python\traceback.c"
744 >
745 </File>
746 <File
747 RelativePath="..\Objects\tupleobject.c"
748 >
749 </File>
750 <File
751 RelativePath="..\Objects\typeobject.c"
752 >
753 </File>
754 <File
755 RelativePath="..\Objects\unicodectype.c"
756 >
757 </File>
758 <File
759 RelativePath="..\Objects\unicodeobject.c"
760 >
761 </File>
762 <File
763 RelativePath="..\Objects\weakrefobject.c"
764 >
765 </File>
766 <File
767 RelativePath="..\Modules\xxsubtype.c"
768 >
769 </File>
770 <File
771 RelativePath="..\Modules\yuvconvert.c"
772 >
773 </File>
774 <File
775 RelativePath="..\Modules\zipimport.c"
776 >
777 </File>
778 </Files>
779 <Globals>
780 </Globals>
781</VisualStudioProject>