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