blob: 50242b82d19b12042af5c3cf6c651192855e8fe4 [file] [log] [blame]
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Christian Heimes5b5e81c2007-12-31 16:14:33 +00004 Version="9,00"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00005 Name="pythoncore"
Thomas Wouters49fd7fa2006-04-21 10:40:58 +00006 ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
Martin v. Löwisd078e402006-01-18 09:13:51 +00007 RootNamespace="pythoncore"
Christian Heimes5b5e81c2007-12-31 16:14:33 +00008 TargetFrameworkVersion="131072"
9 >
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000010 <Platforms>
11 <Platform
Christian Heimes5b5e81c2007-12-31 16:14:33 +000012 Name="Win32"
13 />
14 <Platform
15 Name="x64"
16 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000017 </Platforms>
Christian Heimes5b5e81c2007-12-31 16:14:33 +000018 <ToolFiles>
19 </ToolFiles>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000020 <Configurations>
21 <Configuration
22 Name="Release|Win32"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000023 ConfigurationType="2"
Christian Heimes5b5e81c2007-12-31 16:14:33 +000024 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000025 UseOfMFC="0"
Christian Heimes5b5e81c2007-12-31 16:14:33 +000026 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 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000043 <Tool
44 Name="VCCLCompilerTool"
45 AdditionalOptions="/Zm200 "
Christian Heimes5b5e81c2007-12-31 16:14:33 +000046 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
47 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000048 RuntimeLibrary="2"
Christian Heimes5b5e81c2007-12-31 16:14:33 +000049 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000050 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000051 Name="VCManagedResourceCompilerTool"
52 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000053 <Tool
54 Name="VCResourceCompilerTool"
55 PreprocessorDefinitions="NDEBUG"
56 Culture="1033"
Christian Heimes5b5e81c2007-12-31 16:14:33 +000057 AdditionalIncludeDirectories="..\Include"
58 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000059 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000060 Name="VCPreLinkEventTool"
Martin v. Löwisd218dc12008-04-07 03:17:54 +000061 Description="Generate build information..."
62 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimes5b5e81c2007-12-31 16:14:33 +000063 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000064 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000065 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 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000073 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000074 Name="VCALinkTool"
75 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000076 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000077 Name="VCManifestTool"
78 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000079 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000080 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"
98 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops"
99 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"
122 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
123 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"
Martin v. Löwisd218dc12008-04-07 03:17:54 +0000136 Description="Generate build information..."
137 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimes5b5e81c2007-12-31 16:14:33 +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 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000169 </Configuration>
170 <Configuration
171 Name="Debug|Win32"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000172 ConfigurationType="2"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000173 InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000174 UseOfMFC="0"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000175 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 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000193 <Tool
194 Name="VCCLCompilerTool"
195 AdditionalOptions="/Zm200 "
196 Optimization="0"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000197 InlineFunctionExpansion="0"
198 EnableIntrinsicFunctions="false"
199 AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
200 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000201 RuntimeLibrary="3"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000202 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000203 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000204 Name="VCManagedResourceCompilerTool"
205 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000206 <Tool
207 Name="VCResourceCompilerTool"
208 PreprocessorDefinitions="_DEBUG"
209 Culture="1033"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000210 AdditionalIncludeDirectories="..\Include"
211 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000212 <Tool
Martin v. Löwisd078e402006-01-18 09:13:51 +0000213 Name="VCPreLinkEventTool"
Martin v. Löwisd218dc12008-04-07 03:17:54 +0000214 Description="Generate build information..."
215 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Debug"
Christian Heimes5b5e81c2007-12-31 16:14:33 +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"
251 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\debug.vsprops"
252 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"
278 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
279 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"
Martin v. Löwisd218dc12008-04-07 03:17:54 +0000292 Description="Generate build information..."
293 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Debug"
Christian Heimes5b5e81c2007-12-31 16:14:33 +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"
329 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops;.\pginstrument.vsprops"
330 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"
352 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
353 RuntimeLibrary="2"
354 />
355 <Tool
356 Name="VCManagedResourceCompilerTool"
357 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000358 <Tool
359 Name="VCResourceCompilerTool"
360 PreprocessorDefinitions="NDEBUG"
361 Culture="1033"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000362 AdditionalIncludeDirectories="..\Include"
363 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000364 <Tool
365 Name="VCPreLinkEventTool"
Martin v. Löwisd218dc12008-04-07 03:17:54 +0000366 Description="Generate build information..."
367 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimes5b5e81c2007-12-31 16:14:33 +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"
403 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops;.\pginstrument.vsprops"
404 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"
427 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
428 RuntimeLibrary="2"
429 />
430 <Tool
431 Name="VCManagedResourceCompilerTool"
432 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000433 <Tool
434 Name="VCResourceCompilerTool"
435 PreprocessorDefinitions="NDEBUG"
436 Culture="1033"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000437 AdditionalIncludeDirectories="..\Include"
438 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000439 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000440 Name="VCPreLinkEventTool"
Martin v. Löwisd218dc12008-04-07 03:17:54 +0000441 Description="Generate build information..."
442 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000443 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000444 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000445 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 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000454 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000455 Name="VCALinkTool"
456 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000457 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000458 Name="VCManifestTool"
459 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000460 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000461 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"
479 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops;.\pgupdate.vsprops"
480 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"
502 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
503 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"
Martin v. Löwisd218dc12008-04-07 03:17:54 +0000516 Description="Generate build information..."
517 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimes5b5e81c2007-12-31 16:14:33 +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"
553 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops;.\pgupdate.vsprops"
554 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"
577 PreprocessorDefinitions="_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;WIN32"
578 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"
Martin v. Löwisd218dc12008-04-07 03:17:54 +0000591 Description="Generate build information..."
592 CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
Christian Heimes5b5e81c2007-12-31 16:14:33 +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 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000625 </Configuration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000626 </Configurations>
627 <References>
628 </References>
629 <Files>
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000630 <Filter
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000631 Name="Include"
632 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000633 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000634 RelativePath="..\Include\abstract.h"
635 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000636 </File>
637 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000638 RelativePath="..\Include\asdl.h"
639 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000640 </File>
641 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000642 RelativePath="..\Include\ast.h"
643 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000644 </File>
645 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000646 RelativePath="..\Include\bitset.h"
647 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000648 </File>
649 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000650 RelativePath="..\Include\boolobject.h"
651 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000652 </File>
653 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +0000654 RelativePath="..\Include\bytes_methods.h"
655 >
656 </File>
657 <File
658 RelativePath="..\Include\bytesobject.h"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000659 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000660 </File>
661 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000662 RelativePath="..\Include\cellobject.h"
663 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000664 </File>
665 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000666 RelativePath="..\Include\ceval.h"
667 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000668 </File>
669 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000670 RelativePath="..\Include\classobject.h"
671 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000672 </File>
673 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000674 RelativePath="..\Include\cobject.h"
675 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000676 </File>
677 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000678 RelativePath="..\Include\code.h"
679 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000680 </File>
681 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000682 RelativePath="..\Include\codecs.h"
683 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000684 </File>
685 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000686 RelativePath="..\Include\compile.h"
687 >
688 </File>
689 <File
690 RelativePath="..\Include\complexobject.h"
691 >
692 </File>
693 <File
694 RelativePath="..\Include\cStringIO.h"
695 >
696 </File>
697 <File
698 RelativePath="..\Include\datetime.h"
699 >
700 </File>
701 <File
702 RelativePath="..\Include\descrobject.h"
703 >
704 </File>
705 <File
706 RelativePath="..\Include\dictobject.h"
707 >
708 </File>
709 <File
710 RelativePath="..\Include\enumobject.h"
711 >
712 </File>
713 <File
714 RelativePath="..\Include\errcode.h"
715 >
716 </File>
717 <File
718 RelativePath="..\Include\eval.h"
719 >
720 </File>
721 <File
722 RelativePath="..\Include\fileobject.h"
723 >
724 </File>
725 <File
726 RelativePath="..\Include\floatobject.h"
727 >
728 </File>
729 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +0000730 RelativePath="..\Include\formatter_unicode.h"
731 >
732 </File>
733 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000734 RelativePath="..\Include\frameobject.h"
735 >
736 </File>
737 <File
738 RelativePath="..\Include\funcobject.h"
739 >
740 </File>
741 <File
742 RelativePath="..\Include\genobject.h"
743 >
744 </File>
745 <File
746 RelativePath="..\Include\graminit.h"
747 >
748 </File>
749 <File
750 RelativePath="..\Include\grammar.h"
751 >
752 </File>
753 <File
754 RelativePath="..\Include\import.h"
755 >
756 </File>
757 <File
758 RelativePath="..\Include\intobject.h"
759 >
760 </File>
761 <File
762 RelativePath="..\Include\intrcheck.h"
763 >
764 </File>
765 <File
766 RelativePath="..\Include\iterobject.h"
767 >
768 </File>
769 <File
770 RelativePath="..\Include\listobject.h"
771 >
772 </File>
773 <File
774 RelativePath="..\Include\longintrepr.h"
775 >
776 </File>
777 <File
778 RelativePath="..\Include\longobject.h"
779 >
780 </File>
781 <File
782 RelativePath="..\Include\marshal.h"
783 >
784 </File>
785 <File
786 RelativePath="..\Include\memoryobject.h"
787 >
788 </File>
789 <File
790 RelativePath="..\Include\metagrammar.h"
791 >
792 </File>
793 <File
794 RelativePath="..\Include\methodobject.h"
795 >
796 </File>
797 <File
798 RelativePath="..\Include\modsupport.h"
799 >
800 </File>
801 <File
802 RelativePath="..\Include\moduleobject.h"
803 >
804 </File>
805 <File
806 RelativePath="..\Include\node.h"
807 >
808 </File>
809 <File
810 RelativePath="..\Include\object.h"
811 >
812 </File>
813 <File
814 RelativePath="..\Include\objimpl.h"
815 >
816 </File>
817 <File
818 RelativePath="..\Include\opcode.h"
819 >
820 </File>
821 <File
822 RelativePath="..\Include\osdefs.h"
823 >
824 </File>
825 <File
826 RelativePath="..\Include\parsetok.h"
827 >
828 </File>
829 <File
830 RelativePath="..\Include\patchlevel.h"
831 >
832 </File>
833 <File
834 RelativePath="..\Include\pgen.h"
835 >
836 </File>
837 <File
838 RelativePath="..\Include\pgenheaders.h"
839 >
840 </File>
841 <File
842 RelativePath="..\Include\py_curses.h"
843 >
844 </File>
845 <File
846 RelativePath="..\Include\pyarena.h"
847 >
848 </File>
849 <File
850 RelativePath="..\Include\pydebug.h"
851 >
852 </File>
853 <File
854 RelativePath="..\Include\pyerrors.h"
855 >
856 </File>
857 <File
858 RelativePath="..\Include\pyexpat.h"
859 >
860 </File>
861 <File
862 RelativePath="..\Include\pyfpe.h"
863 >
864 </File>
865 <File
866 RelativePath="..\Include\pygetopt.h"
867 >
868 </File>
869 <File
870 RelativePath="..\Include\pymactoolbox.h"
871 >
872 </File>
873 <File
Christian Heimes53876d92008-04-19 00:31:39 +0000874 RelativePath="..\Include\pymath.h"
875 >
876 </File>
877 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000878 RelativePath="..\Include\pymem.h"
879 >
880 </File>
881 <File
882 RelativePath="..\Include\pyport.h"
883 >
884 </File>
885 <File
886 RelativePath="..\Include\pystate.h"
887 >
888 </File>
889 <File
890 RelativePath="..\Include\pystrcmp.h"
891 >
892 </File>
893 <File
894 RelativePath="..\Include\pystrtod.h"
895 >
896 </File>
897 <File
898 RelativePath="..\Include\Python-ast.h"
899 >
900 </File>
901 <File
902 RelativePath="..\Include\Python.h"
903 >
904 </File>
905 <File
906 RelativePath="..\Include\pythonrun.h"
907 >
908 </File>
909 <File
910 RelativePath="..\Include\pythread.h"
911 >
912 </File>
913 <File
914 RelativePath="..\Include\rangeobject.h"
915 >
916 </File>
917 <File
918 RelativePath="..\Include\setobject.h"
919 >
920 </File>
921 <File
922 RelativePath="..\Include\sliceobject.h"
923 >
924 </File>
925 <File
926 RelativePath="..\Include\stringobject.h"
927 >
928 </File>
929 <File
930 RelativePath="..\Include\structmember.h"
931 >
932 </File>
933 <File
934 RelativePath="..\Include\structseq.h"
935 >
936 </File>
937 <File
938 RelativePath="..\Include\symtable.h"
939 >
940 </File>
941 <File
942 RelativePath="..\Include\sysmodule.h"
943 >
944 </File>
945 <File
946 RelativePath="..\Include\timefuncs.h"
947 >
948 </File>
949 <File
950 RelativePath="..\Include\token.h"
951 >
952 </File>
953 <File
954 RelativePath="..\Include\traceback.h"
955 >
956 </File>
957 <File
958 RelativePath="..\Include\tupleobject.h"
959 >
960 </File>
961 <File
962 RelativePath="..\Include\ucnhash.h"
963 >
964 </File>
965 <File
966 RelativePath="..\Include\unicodeobject.h"
967 >
968 </File>
969 <File
970 RelativePath="..\Include\weakrefobject.h"
971 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000972 </File>
973 </Filter>
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000974 <Filter
975 Name="Modules"
Christian Heimes99170a52007-12-19 02:07:34 +0000976 >
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000977 <File
978 RelativePath="..\Modules\_bisectmodule.c"
979 >
980 </File>
981 <File
982 RelativePath="..\Modules\_codecsmodule.c"
983 >
984 </File>
985 <File
986 RelativePath="..\Modules\_collectionsmodule.c"
987 >
988 </File>
989 <File
990 RelativePath="..\Modules\_csv.c"
991 >
992 </File>
993 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +0000994 RelativePath="..\Modules\_fileio.c"
995 >
996 </File>
Christian Heimes8e997602008-05-07 00:00:23 +0000997 <File
998 RelativePath="..\Modules\_bytesio.c"
999 >
1000 </File>
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001001 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001002 RelativePath="..\Modules\_functoolsmodule.c"
1003 >
1004 </File>
1005 <File
1006 RelativePath="..\Modules\_heapqmodule.c"
1007 >
1008 </File>
1009 <File
Christian Heimes90540002008-05-08 14:29:10 +00001010 RelativePath="..\Modules\_json.c"
1011 >
1012 </File>
1013 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001014 RelativePath="..\Modules\_localemodule.c"
1015 >
1016 </File>
1017 <File
1018 RelativePath="..\Modules\_lsprof.c"
1019 >
1020 </File>
1021 <File
1022 RelativePath="..\Modules\_randommodule.c"
1023 >
1024 </File>
1025 <File
1026 RelativePath="..\Modules\_sre.c"
1027 >
1028 </File>
1029 <File
1030 RelativePath="..\Modules\_struct.c"
1031 >
1032 </File>
1033 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001034 RelativePath="..\Modules\_weakref.c"
1035 >
1036 </File>
1037 <File
1038 RelativePath="..\Modules\arraymodule.c"
1039 >
1040 </File>
1041 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001042 RelativePath="..\Modules\atexitmodule.c"
1043 >
1044 </File>
1045 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001046 RelativePath="..\Modules\audioop.c"
1047 >
1048 </File>
1049 <File
1050 RelativePath="..\Modules\binascii.c"
1051 >
1052 </File>
1053 <File
1054 RelativePath="..\Modules\cmathmodule.c"
1055 >
1056 </File>
1057 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001058 RelativePath="..\Modules\cStringIO.c"
1059 >
1060 </File>
1061 <File
1062 RelativePath="..\Modules\datetimemodule.c"
1063 >
1064 </File>
1065 <File
1066 RelativePath="..\Modules\errnomodule.c"
1067 >
1068 </File>
1069 <File
1070 RelativePath="..\Modules\gcmodule.c"
1071 >
1072 </File>
1073 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001074 RelativePath="..\Modules\itertoolsmodule.c"
1075 >
1076 </File>
1077 <File
1078 RelativePath="..\Modules\main.c"
1079 >
1080 </File>
1081 <File
1082 RelativePath="..\Modules\mathmodule.c"
1083 >
1084 </File>
1085 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001086 RelativePath="..\Modules\md5module.c"
1087 >
1088 </File>
1089 <File
1090 RelativePath="..\Modules\mmapmodule.c"
1091 >
1092 </File>
1093 <File
1094 RelativePath="..\Modules\operator.c"
1095 >
1096 </File>
1097 <File
1098 RelativePath="..\Modules\parsermodule.c"
1099 >
1100 </File>
1101 <File
1102 RelativePath="..\Modules\posixmodule.c"
1103 >
1104 </File>
1105 <File
1106 RelativePath="..\Modules\rotatingtree.c"
1107 >
1108 </File>
1109 <File
1110 RelativePath="..\Modules\rotatingtree.h"
1111 >
1112 </File>
1113 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001114 RelativePath="..\Modules\sha1module.c"
1115 >
1116 </File>
1117 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001118 RelativePath="..\Modules\sha256module.c"
1119 >
1120 </File>
1121 <File
1122 RelativePath="..\Modules\sha512module.c"
1123 >
1124 </File>
1125 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001126 RelativePath="..\Modules\signalmodule.c"
1127 >
1128 </File>
1129 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001130 RelativePath="..\Modules\symtablemodule.c"
1131 >
1132 </File>
1133 <File
Georg Brandl2067bfd2008-05-25 13:05:15 +00001134 RelativePath="..\Modules\_threadmodule.c"
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001135 >
1136 </File>
1137 <File
1138 RelativePath="..\Modules\timemodule.c"
1139 >
1140 </File>
1141 <File
1142 RelativePath="..\Modules\xxsubtype.c"
1143 >
1144 </File>
1145 <File
1146 RelativePath="..\Modules\yuv.h"
1147 >
1148 </File>
1149 <File
1150 RelativePath="..\Modules\yuvconvert.c"
1151 >
1152 </File>
1153 <File
1154 RelativePath="..\Modules\zipimport.c"
1155 >
1156 </File>
1157 <File
1158 RelativePath="..\Modules\zlibmodule.c"
1159 >
1160 </File>
1161 <Filter
1162 Name="zlib"
1163 >
1164 <File
1165 RelativePath="..\Modules\zlib\adler32.c"
1166 >
1167 </File>
1168 <File
1169 RelativePath="..\Modules\zlib\compress.c"
1170 >
1171 </File>
1172 <File
1173 RelativePath="..\Modules\zlib\crc32.c"
1174 >
1175 </File>
1176 <File
1177 RelativePath="..\Modules\zlib\crc32.h"
1178 >
1179 </File>
1180 <File
1181 RelativePath="..\Modules\zlib\deflate.c"
1182 >
1183 </File>
1184 <File
1185 RelativePath="..\Modules\zlib\deflate.h"
1186 >
1187 </File>
1188 <File
1189 RelativePath="..\Modules\zlib\gzio.c"
1190 >
1191 </File>
1192 <File
1193 RelativePath="..\Modules\zlib\infback.c"
1194 >
1195 </File>
1196 <File
1197 RelativePath="..\Modules\zlib\inffast.c"
1198 >
1199 </File>
1200 <File
1201 RelativePath="..\Modules\zlib\inffast.h"
1202 >
1203 </File>
1204 <File
1205 RelativePath="..\Modules\zlib\inffixed.h"
1206 >
1207 </File>
1208 <File
1209 RelativePath="..\Modules\zlib\inflate.c"
1210 >
1211 </File>
1212 <File
1213 RelativePath="..\Modules\zlib\inflate.h"
1214 >
1215 </File>
1216 <File
1217 RelativePath="..\Modules\zlib\inftrees.c"
1218 >
1219 </File>
1220 <File
1221 RelativePath="..\Modules\zlib\inftrees.h"
1222 >
1223 </File>
1224 <File
1225 RelativePath="..\Modules\zlib\trees.c"
1226 >
1227 </File>
1228 <File
1229 RelativePath="..\Modules\zlib\trees.h"
1230 >
1231 </File>
1232 <File
1233 RelativePath="..\Modules\zlib\uncompr.c"
1234 >
1235 </File>
1236 <File
1237 RelativePath="..\Modules\zlib\zconf.h"
1238 >
1239 </File>
1240 <File
1241 RelativePath="..\Modules\zlib\zconf.in.h"
1242 >
1243 </File>
1244 <File
1245 RelativePath="..\Modules\zlib\zlib.h"
1246 >
1247 </File>
1248 <File
1249 RelativePath="..\Modules\zlib\zutil.c"
1250 >
1251 </File>
1252 <File
1253 RelativePath="..\Modules\zlib\zutil.h"
1254 >
1255 </File>
1256 </Filter>
1257 <Filter
1258 Name="cjkcodecs"
1259 >
1260 <File
1261 RelativePath="..\Modules\cjkcodecs\_codecs_cn.c"
1262 >
1263 </File>
1264 <File
1265 RelativePath="..\Modules\cjkcodecs\_codecs_hk.c"
1266 >
1267 </File>
1268 <File
1269 RelativePath="..\Modules\cjkcodecs\_codecs_iso2022.c"
1270 >
1271 </File>
1272 <File
1273 RelativePath="..\Modules\cjkcodecs\_codecs_jp.c"
1274 >
1275 </File>
1276 <File
1277 RelativePath="..\Modules\cjkcodecs\_codecs_kr.c"
1278 >
1279 </File>
1280 <File
1281 RelativePath="..\Modules\cjkcodecs\_codecs_tw.c"
1282 >
1283 </File>
1284 <File
1285 RelativePath="..\Modules\cjkcodecs\alg_jisx0201.h"
1286 >
1287 </File>
1288 <File
1289 RelativePath="..\Modules\cjkcodecs\cjkcodecs.h"
1290 >
1291 </File>
1292 <File
1293 RelativePath="..\Modules\cjkcodecs\emu_jisx0213_2000.h"
1294 >
1295 </File>
1296 <File
1297 RelativePath="..\Modules\cjkcodecs\mappings_cn.h"
1298 >
1299 </File>
1300 <File
1301 RelativePath="..\Modules\cjkcodecs\mappings_hk.h"
1302 >
1303 </File>
1304 <File
1305 RelativePath="..\Modules\cjkcodecs\mappings_jisx0213_pair.h"
1306 >
1307 </File>
1308 <File
1309 RelativePath="..\Modules\cjkcodecs\mappings_jp.h"
1310 >
1311 </File>
1312 <File
1313 RelativePath="..\Modules\cjkcodecs\mappings_kr.h"
1314 >
1315 </File>
1316 <File
1317 RelativePath="..\Modules\cjkcodecs\mappings_tw.h"
1318 >
1319 </File>
1320 <File
1321 RelativePath="..\Modules\cjkcodecs\multibytecodec.c"
1322 >
1323 </File>
1324 <File
1325 RelativePath="..\Modules\cjkcodecs\multibytecodec.h"
1326 >
1327 </File>
1328 </Filter>
1329 </Filter>
1330 <Filter
1331 Name="Objects"
1332 >
1333 <File
1334 RelativePath="..\Objects\abstract.c"
1335 >
1336 </File>
1337 <File
1338 RelativePath="..\Objects\boolobject.c"
1339 >
1340 </File>
1341 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001342 RelativePath="..\Objects\bytes_methods.c"
1343 >
1344 </File>
1345 <File
1346 RelativePath="..\Objects\bytesobject.c"
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001347 >
1348 </File>
1349 <File
1350 RelativePath="..\Objects\cellobject.c"
1351 >
1352 </File>
1353 <File
1354 RelativePath="..\Objects\classobject.c"
1355 >
1356 </File>
1357 <File
1358 RelativePath="..\Objects\cobject.c"
1359 >
1360 </File>
1361 <File
1362 RelativePath="..\Objects\codeobject.c"
1363 >
1364 </File>
1365 <File
1366 RelativePath="..\Objects\complexobject.c"
1367 >
1368 </File>
1369 <File
1370 RelativePath="..\Objects\stringlib\count.h"
1371 >
1372 </File>
1373 <File
1374 RelativePath="..\Objects\descrobject.c"
1375 >
1376 </File>
1377 <File
1378 RelativePath="..\Objects\dictobject.c"
1379 >
1380 </File>
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001381 <File
1382 RelativePath="..\Objects\enumobject.c"
1383 >
1384 </File>
1385 <File
1386 RelativePath="..\Objects\exceptions.c"
1387 >
1388 </File>
1389 <File
1390 RelativePath="..\Objects\stringlib\fastsearch.h"
1391 >
1392 </File>
1393 <File
1394 RelativePath="..\Objects\fileobject.c"
1395 >
1396 </File>
1397 <File
1398 RelativePath="..\Objects\stringlib\find.h"
1399 >
1400 </File>
1401 <File
1402 RelativePath="..\Objects\floatobject.c"
1403 >
1404 </File>
1405 <File
1406 RelativePath="..\Objects\frameobject.c"
1407 >
1408 </File>
1409 <File
1410 RelativePath="..\Objects\funcobject.c"
1411 >
1412 </File>
1413 <File
1414 RelativePath="..\Objects\genobject.c"
1415 >
1416 </File>
1417 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001418 RelativePath="..\Objects\iterobject.c"
1419 >
1420 </File>
1421 <File
1422 RelativePath="..\Objects\listobject.c"
1423 >
1424 </File>
1425 <File
1426 RelativePath="..\Objects\longobject.c"
1427 >
1428 </File>
1429 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001430 RelativePath="..\Objects\memoryobject.c"
1431 >
1432 </File>
1433 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001434 RelativePath="..\Objects\methodobject.c"
1435 >
1436 </File>
1437 <File
1438 RelativePath="..\Objects\moduleobject.c"
1439 >
1440 </File>
1441 <File
1442 RelativePath="..\Objects\object.c"
1443 >
1444 </File>
1445 <File
1446 RelativePath="..\Objects\obmalloc.c"
1447 >
1448 </File>
1449 <File
1450 RelativePath="..\Objects\stringlib\partition.h"
1451 >
1452 </File>
1453 <File
1454 RelativePath="..\Objects\rangeobject.c"
1455 >
1456 </File>
1457 <File
1458 RelativePath="..\Objects\setobject.c"
1459 >
1460 </File>
1461 <File
1462 RelativePath="..\Objects\sliceobject.c"
1463 >
1464 </File>
1465 <File
1466 RelativePath="..\Objects\stringobject.c"
1467 >
1468 </File>
1469 <File
1470 RelativePath="..\Objects\structseq.c"
1471 >
1472 </File>
1473 <File
1474 RelativePath="..\Objects\tupleobject.c"
1475 >
1476 </File>
1477 <File
1478 RelativePath="..\Objects\typeobject.c"
1479 >
1480 </File>
1481 <File
1482 RelativePath="..\Objects\unicodectype.c"
1483 >
1484 </File>
1485 <File
1486 RelativePath="..\Objects\unicodeobject.c"
1487 >
1488 </File>
1489 <File
1490 RelativePath="..\Objects\unicodetype_db.h"
1491 >
1492 </File>
1493 <File
1494 RelativePath="..\Objects\weakrefobject.c"
1495 >
1496 </File>
1497 </Filter>
1498 <Filter
1499 Name="Parser"
1500 >
1501 <File
1502 RelativePath="..\Parser\acceler.c"
1503 >
1504 </File>
1505 <File
1506 RelativePath="..\Parser\bitset.c"
1507 >
1508 </File>
1509 <File
1510 RelativePath="..\Parser\firstsets.c"
1511 >
1512 </File>
1513 <File
1514 RelativePath="..\Parser\grammar.c"
1515 >
1516 </File>
1517 <File
1518 RelativePath="..\Parser\grammar1.c"
1519 >
1520 </File>
1521 <File
1522 RelativePath="..\Parser\listnode.c"
1523 >
1524 </File>
1525 <File
1526 RelativePath="..\Parser\metagrammar.c"
1527 >
1528 </File>
1529 <File
1530 RelativePath="..\Parser\myreadline.c"
1531 >
1532 </File>
1533 <File
1534 RelativePath="..\Parser\node.c"
1535 >
1536 </File>
1537 <File
1538 RelativePath="..\Parser\parser.c"
1539 >
1540 </File>
1541 <File
1542 RelativePath="..\Parser\parser.h"
1543 >
1544 </File>
1545 <File
1546 RelativePath="..\Parser\parsetok.c"
1547 >
1548 </File>
1549 <File
1550 RelativePath="..\Parser\tokenizer.c"
1551 >
1552 </File>
1553 <File
1554 RelativePath="..\Parser\tokenizer.h"
1555 >
1556 </File>
1557 </Filter>
1558 <Filter
1559 Name="PC"
1560 >
1561 <File
1562 RelativePath="..\PC\_subprocess.c"
1563 >
1564 </File>
1565 <File
Georg Brandl38feaf02008-05-25 07:45:51 +00001566 RelativePath="..\PC\winreg.c"
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001567 >
1568 </File>
1569 <File
1570 RelativePath="..\PC\config.c"
1571 >
1572 </File>
1573 <File
1574 RelativePath="..\PC\dl_nt.c"
1575 >
1576 </File>
1577 <File
1578 RelativePath="..\PC\errmap.h"
1579 >
1580 </File>
1581 <File
1582 RelativePath="..\PC\getpathp.c"
1583 >
1584 </File>
1585 <File
1586 RelativePath="..\PC\import_nt.c"
1587 >
1588 </File>
1589 <File
1590 RelativePath="..\PC\msvcrtmodule.c"
1591 >
1592 </File>
1593 <File
1594 RelativePath="..\PC\pyconfig.h"
1595 >
1596 </File>
1597 </Filter>
1598 <Filter
1599 Name="Python"
1600 >
1601 <File
Neal Norwitz32dde222008-04-15 06:43:13 +00001602 RelativePath="..\Python\_warnings.c"
1603 >
1604 </File>
1605 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001606 RelativePath="..\Python\asdl.c"
1607 >
1608 </File>
1609 <File
1610 RelativePath="..\Python\ast.c"
1611 >
1612 </File>
1613 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001614 RelativePath="..\Python\bltinmodule.c"
1615 >
1616 </File>
1617 <File
1618 RelativePath="..\Python\ceval.c"
1619 >
1620 </File>
1621 <File
1622 RelativePath="..\Python\codecs.c"
1623 >
1624 </File>
1625 <File
1626 RelativePath="..\Python\compile.c"
1627 >
1628 </File>
1629 <File
1630 RelativePath="..\Python\dynload_win.c"
1631 >
1632 </File>
1633 <File
1634 RelativePath="..\Python\errors.c"
1635 >
1636 </File>
1637 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001638 RelativePath="..\Python\formatter_unicode.c"
1639 >
1640 </File>
1641 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001642 RelativePath="..\Python\frozen.c"
1643 >
1644 </File>
1645 <File
1646 RelativePath="..\Python\future.c"
1647 >
1648 </File>
1649 <File
1650 RelativePath="..\Python\getargs.c"
1651 >
1652 </File>
1653 <File
1654 RelativePath="..\Python\getcompiler.c"
1655 >
1656 </File>
1657 <File
1658 RelativePath="..\Python\getcopyright.c"
1659 >
1660 </File>
1661 <File
1662 RelativePath="..\Python\getmtime.c"
1663 >
1664 </File>
1665 <File
1666 RelativePath="..\Python\getopt.c"
1667 >
1668 </File>
1669 <File
1670 RelativePath="..\Python\getplatform.c"
1671 >
1672 </File>
1673 <File
1674 RelativePath="..\Python\getversion.c"
1675 >
1676 </File>
1677 <File
1678 RelativePath="..\Python\graminit.c"
1679 >
1680 </File>
1681 <File
1682 RelativePath="..\Python\import.c"
1683 >
1684 </File>
1685 <File
1686 RelativePath="..\Python\importdl.c"
1687 >
1688 </File>
1689 <File
1690 RelativePath="..\Python\importdl.h"
1691 >
1692 </File>
1693 <File
1694 RelativePath="..\Python\marshal.c"
1695 >
1696 </File>
1697 <File
1698 RelativePath="..\Python\modsupport.c"
1699 >
1700 </File>
1701 <File
1702 RelativePath="..\Python\mysnprintf.c"
1703 >
1704 </File>
1705 <File
1706 RelativePath="..\Python\mystrtoul.c"
1707 >
1708 </File>
1709 <File
1710 RelativePath="..\Python\peephole.c"
1711 >
1712 </File>
1713 <File
1714 RelativePath="..\Python\pyarena.c"
1715 >
1716 </File>
1717 <File
1718 RelativePath="..\Python\pyfpe.c"
1719 >
1720 </File>
1721 <File
Christian Heimes53876d92008-04-19 00:31:39 +00001722 RelativePath="..\Python\pymath.c"
1723 >
1724 </File>
1725 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001726 RelativePath="..\Python\pystate.c"
1727 >
1728 </File>
1729 <File
1730 RelativePath="..\Python\pystrcmp.c"
1731 >
1732 </File>
1733 <File
1734 RelativePath="..\Python\pystrtod.c"
1735 >
1736 </File>
1737 <File
1738 RelativePath="..\Python\Python-ast.c"
1739 >
1740 </File>
1741 <File
1742 RelativePath="..\Python\pythonrun.c"
1743 >
1744 </File>
1745 <File
1746 RelativePath="..\Python\structmember.c"
1747 >
1748 </File>
1749 <File
1750 RelativePath="..\Python\symtable.c"
1751 >
1752 </File>
1753 <File
1754 RelativePath="..\Python\sysmodule.c"
1755 >
1756 </File>
1757 <File
1758 RelativePath="..\Python\thread.c"
1759 >
1760 </File>
1761 <File
1762 RelativePath="..\Python\thread_nt.h"
1763 >
1764 </File>
1765 <File
1766 RelativePath="..\Python\traceback.c"
1767 >
1768 </File>
1769 </Filter>
1770 <Filter
1771 Name="Resource Files"
1772 >
1773 <File
1774 RelativePath="..\PC\python_nt.rc"
1775 >
1776 </File>
1777 </Filter>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00001778 </Files>
1779 <Globals>
1780 </Globals>
1781</VisualStudioProject>