blob: fde5cd16917272472a7c02e6fe0d09efbe66a789 [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
Christian Heimes2c9c7a52008-05-26 13:42:13 +0000658 RelativePath="..\Include\bytearrayobject.h"
659 >
660 </File>
661 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +0000662 RelativePath="..\Include\bytesobject.h"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000663 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000664 </File>
665 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000666 RelativePath="..\Include\cellobject.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\ceval.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\classobject.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
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000694 RelativePath="..\Include\datetime.h"
695 >
696 </File>
697 <File
698 RelativePath="..\Include\descrobject.h"
699 >
700 </File>
701 <File
702 RelativePath="..\Include\dictobject.h"
703 >
704 </File>
705 <File
706 RelativePath="..\Include\enumobject.h"
707 >
708 </File>
709 <File
710 RelativePath="..\Include\errcode.h"
711 >
712 </File>
713 <File
714 RelativePath="..\Include\eval.h"
715 >
716 </File>
717 <File
718 RelativePath="..\Include\fileobject.h"
719 >
720 </File>
721 <File
722 RelativePath="..\Include\floatobject.h"
723 >
724 </File>
725 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +0000726 RelativePath="..\Include\formatter_unicode.h"
727 >
728 </File>
729 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000730 RelativePath="..\Include\frameobject.h"
731 >
732 </File>
733 <File
734 RelativePath="..\Include\funcobject.h"
735 >
736 </File>
737 <File
738 RelativePath="..\Include\genobject.h"
739 >
740 </File>
741 <File
742 RelativePath="..\Include\graminit.h"
743 >
744 </File>
745 <File
746 RelativePath="..\Include\grammar.h"
747 >
748 </File>
749 <File
750 RelativePath="..\Include\import.h"
751 >
752 </File>
753 <File
754 RelativePath="..\Include\intobject.h"
755 >
756 </File>
757 <File
758 RelativePath="..\Include\intrcheck.h"
759 >
760 </File>
761 <File
762 RelativePath="..\Include\iterobject.h"
763 >
764 </File>
765 <File
766 RelativePath="..\Include\listobject.h"
767 >
768 </File>
769 <File
770 RelativePath="..\Include\longintrepr.h"
771 >
772 </File>
773 <File
774 RelativePath="..\Include\longobject.h"
775 >
776 </File>
777 <File
778 RelativePath="..\Include\marshal.h"
779 >
780 </File>
781 <File
782 RelativePath="..\Include\memoryobject.h"
783 >
784 </File>
785 <File
786 RelativePath="..\Include\metagrammar.h"
787 >
788 </File>
789 <File
790 RelativePath="..\Include\methodobject.h"
791 >
792 </File>
793 <File
794 RelativePath="..\Include\modsupport.h"
795 >
796 </File>
797 <File
798 RelativePath="..\Include\moduleobject.h"
799 >
800 </File>
801 <File
802 RelativePath="..\Include\node.h"
803 >
804 </File>
805 <File
806 RelativePath="..\Include\object.h"
807 >
808 </File>
809 <File
810 RelativePath="..\Include\objimpl.h"
811 >
812 </File>
813 <File
814 RelativePath="..\Include\opcode.h"
815 >
816 </File>
817 <File
818 RelativePath="..\Include\osdefs.h"
819 >
820 </File>
821 <File
822 RelativePath="..\Include\parsetok.h"
823 >
824 </File>
825 <File
826 RelativePath="..\Include\patchlevel.h"
827 >
828 </File>
829 <File
830 RelativePath="..\Include\pgen.h"
831 >
832 </File>
833 <File
834 RelativePath="..\Include\pgenheaders.h"
835 >
836 </File>
837 <File
838 RelativePath="..\Include\py_curses.h"
839 >
840 </File>
841 <File
842 RelativePath="..\Include\pyarena.h"
843 >
844 </File>
Benjamin Petersonb173f782009-05-05 22:31:58 +0000845 <File RelativePath="..\Include\pycapsule.h"></File>
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000846 <File
Eric Smith6dc46f52009-04-27 20:39:49 +0000847 RelativePath="..\Include\pyctype.h"
848 >
849 </File>
850 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000851 RelativePath="..\Include\pydebug.h"
852 >
853 </File>
854 <File
855 RelativePath="..\Include\pyerrors.h"
856 >
857 </File>
858 <File
859 RelativePath="..\Include\pyexpat.h"
860 >
861 </File>
862 <File
863 RelativePath="..\Include\pyfpe.h"
864 >
865 </File>
866 <File
867 RelativePath="..\Include\pygetopt.h"
868 >
869 </File>
870 <File
871 RelativePath="..\Include\pymactoolbox.h"
872 >
873 </File>
874 <File
Christian Heimes53876d92008-04-19 00:31:39 +0000875 RelativePath="..\Include\pymath.h"
876 >
877 </File>
878 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000879 RelativePath="..\Include\pymem.h"
880 >
881 </File>
882 <File
883 RelativePath="..\Include\pyport.h"
884 >
885 </File>
886 <File
887 RelativePath="..\Include\pystate.h"
888 >
889 </File>
890 <File
891 RelativePath="..\Include\pystrcmp.h"
892 >
893 </File>
894 <File
895 RelativePath="..\Include\pystrtod.h"
896 >
897 </File>
898 <File
Mark Dickinsonb08a53a2009-04-16 19:52:09 +0000899 RelativePath="..\Include\dtoa.h"
900 >
901 </File>
902 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000903 RelativePath="..\Include\Python-ast.h"
904 >
905 </File>
906 <File
907 RelativePath="..\Include\Python.h"
908 >
909 </File>
910 <File
911 RelativePath="..\Include\pythonrun.h"
912 >
913 </File>
914 <File
915 RelativePath="..\Include\pythread.h"
916 >
917 </File>
918 <File
919 RelativePath="..\Include\rangeobject.h"
920 >
921 </File>
922 <File
923 RelativePath="..\Include\setobject.h"
924 >
925 </File>
926 <File
927 RelativePath="..\Include\sliceobject.h"
928 >
929 </File>
930 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000931 RelativePath="..\Include\structmember.h"
932 >
933 </File>
934 <File
935 RelativePath="..\Include\structseq.h"
936 >
937 </File>
938 <File
939 RelativePath="..\Include\symtable.h"
940 >
941 </File>
942 <File
943 RelativePath="..\Include\sysmodule.h"
944 >
945 </File>
946 <File
947 RelativePath="..\Include\timefuncs.h"
948 >
949 </File>
950 <File
951 RelativePath="..\Include\token.h"
952 >
953 </File>
954 <File
955 RelativePath="..\Include\traceback.h"
956 >
957 </File>
958 <File
959 RelativePath="..\Include\tupleobject.h"
960 >
961 </File>
962 <File
963 RelativePath="..\Include\ucnhash.h"
964 >
965 </File>
966 <File
967 RelativePath="..\Include\unicodeobject.h"
968 >
969 </File>
970 <File
971 RelativePath="..\Include\weakrefobject.h"
972 >
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000973 </File>
974 </Filter>
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000975 <Filter
976 Name="Modules"
Christian Heimes99170a52007-12-19 02:07:34 +0000977 >
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000978 <File
979 RelativePath="..\Modules\_bisectmodule.c"
980 >
981 </File>
982 <File
983 RelativePath="..\Modules\_codecsmodule.c"
984 >
985 </File>
986 <File
987 RelativePath="..\Modules\_collectionsmodule.c"
988 >
989 </File>
990 <File
991 RelativePath="..\Modules\_csv.c"
992 >
993 </File>
994 <File
995 RelativePath="..\Modules\_functoolsmodule.c"
996 >
997 </File>
998 <File
999 RelativePath="..\Modules\_heapqmodule.c"
1000 >
1001 </File>
1002 <File
Christian Heimes90540002008-05-08 14:29:10 +00001003 RelativePath="..\Modules\_json.c"
1004 >
1005 </File>
1006 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001007 RelativePath="..\Modules\_localemodule.c"
1008 >
1009 </File>
1010 <File
1011 RelativePath="..\Modules\_lsprof.c"
1012 >
1013 </File>
1014 <File
Mark Dickinson664b5112009-12-16 20:23:42 +00001015 RelativePath="..\Modules\_math.c"
1016 >
1017 </File>
1018 <File
1019 RelativePath="..\Modules\_math.h"
1020 >
1021 </File>
1022 <File
Amaury Forgeot d'Arc9d865c92008-06-12 22:27:27 +00001023 RelativePath="..\Modules\_pickle.c"
1024 >
1025 </File>
1026 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001027 RelativePath="..\Modules\_randommodule.c"
1028 >
1029 </File>
1030 <File
1031 RelativePath="..\Modules\_sre.c"
1032 >
1033 </File>
1034 <File
1035 RelativePath="..\Modules\_struct.c"
1036 >
1037 </File>
1038 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001039 RelativePath="..\Modules\_weakref.c"
1040 >
1041 </File>
1042 <File
1043 RelativePath="..\Modules\arraymodule.c"
1044 >
1045 </File>
1046 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001047 RelativePath="..\Modules\atexitmodule.c"
1048 >
1049 </File>
1050 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001051 RelativePath="..\Modules\audioop.c"
1052 >
1053 </File>
1054 <File
1055 RelativePath="..\Modules\binascii.c"
1056 >
1057 </File>
1058 <File
1059 RelativePath="..\Modules\cmathmodule.c"
1060 >
1061 </File>
1062 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001063 RelativePath="..\Modules\datetimemodule.c"
1064 >
1065 </File>
1066 <File
1067 RelativePath="..\Modules\errnomodule.c"
1068 >
1069 </File>
1070 <File
1071 RelativePath="..\Modules\gcmodule.c"
1072 >
1073 </File>
1074 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001075 RelativePath="..\Modules\itertoolsmodule.c"
1076 >
1077 </File>
1078 <File
1079 RelativePath="..\Modules\main.c"
1080 >
1081 </File>
1082 <File
1083 RelativePath="..\Modules\mathmodule.c"
1084 >
1085 </File>
1086 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001087 RelativePath="..\Modules\md5module.c"
1088 >
1089 </File>
1090 <File
1091 RelativePath="..\Modules\mmapmodule.c"
1092 >
1093 </File>
1094 <File
1095 RelativePath="..\Modules\operator.c"
1096 >
1097 </File>
1098 <File
1099 RelativePath="..\Modules\parsermodule.c"
1100 >
1101 </File>
1102 <File
1103 RelativePath="..\Modules\posixmodule.c"
1104 >
1105 </File>
1106 <File
1107 RelativePath="..\Modules\rotatingtree.c"
1108 >
1109 </File>
1110 <File
1111 RelativePath="..\Modules\rotatingtree.h"
1112 >
1113 </File>
1114 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001115 RelativePath="..\Modules\sha1module.c"
1116 >
1117 </File>
1118 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001119 RelativePath="..\Modules\sha256module.c"
1120 >
1121 </File>
1122 <File
1123 RelativePath="..\Modules\sha512module.c"
1124 >
1125 </File>
1126 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001127 RelativePath="..\Modules\signalmodule.c"
1128 >
1129 </File>
1130 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001131 RelativePath="..\Modules\symtablemodule.c"
1132 >
1133 </File>
1134 <File
Georg Brandl2067bfd2008-05-25 13:05:15 +00001135 RelativePath="..\Modules\_threadmodule.c"
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001136 >
1137 </File>
1138 <File
1139 RelativePath="..\Modules\timemodule.c"
1140 >
1141 </File>
1142 <File
1143 RelativePath="..\Modules\xxsubtype.c"
1144 >
1145 </File>
1146 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001147 RelativePath="..\Modules\zipimport.c"
1148 >
1149 </File>
1150 <File
1151 RelativePath="..\Modules\zlibmodule.c"
1152 >
1153 </File>
1154 <Filter
Alexandre Vassalotti8d8d6302009-04-04 19:58:40 +00001155 Name="_io"
1156 >
1157 <File
1158 RelativePath="..\Modules\_io\fileio.c"
1159 >
1160 </File>
1161 <File
1162 RelativePath="..\Modules\_io\bytesio.c"
1163 >
1164 </File>
1165 <File
1166 RelativePath="..\Modules\_io\stringio.c"
1167 >
1168 </File>
1169 <File
1170 RelativePath="..\Modules\_io\bufferedio.c"
1171 >
1172 </File>
1173 <File
1174 RelativePath="..\Modules\_io\iobase.c"
1175 >
1176 </File>
1177 <File
1178 RelativePath="..\Modules\_io\textio.c"
1179 >
1180 </File>
1181 <File
1182 RelativePath="..\Modules\_io\_iomodule.c"
1183 >
1184 </File>
1185 <File
1186 RelativePath="..\Modules\_io\_iomodule.h"
1187 >
1188 </File>
1189 </Filter>
1190 <Filter
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001191 Name="zlib"
1192 >
1193 <File
1194 RelativePath="..\Modules\zlib\adler32.c"
1195 >
1196 </File>
1197 <File
1198 RelativePath="..\Modules\zlib\compress.c"
1199 >
1200 </File>
1201 <File
1202 RelativePath="..\Modules\zlib\crc32.c"
1203 >
1204 </File>
1205 <File
1206 RelativePath="..\Modules\zlib\crc32.h"
1207 >
1208 </File>
1209 <File
1210 RelativePath="..\Modules\zlib\deflate.c"
1211 >
1212 </File>
1213 <File
1214 RelativePath="..\Modules\zlib\deflate.h"
1215 >
1216 </File>
1217 <File
1218 RelativePath="..\Modules\zlib\gzio.c"
1219 >
1220 </File>
1221 <File
1222 RelativePath="..\Modules\zlib\infback.c"
1223 >
1224 </File>
1225 <File
1226 RelativePath="..\Modules\zlib\inffast.c"
1227 >
1228 </File>
1229 <File
1230 RelativePath="..\Modules\zlib\inffast.h"
1231 >
1232 </File>
1233 <File
1234 RelativePath="..\Modules\zlib\inffixed.h"
1235 >
1236 </File>
1237 <File
1238 RelativePath="..\Modules\zlib\inflate.c"
1239 >
1240 </File>
1241 <File
1242 RelativePath="..\Modules\zlib\inflate.h"
1243 >
1244 </File>
1245 <File
1246 RelativePath="..\Modules\zlib\inftrees.c"
1247 >
1248 </File>
1249 <File
1250 RelativePath="..\Modules\zlib\inftrees.h"
1251 >
1252 </File>
1253 <File
1254 RelativePath="..\Modules\zlib\trees.c"
1255 >
1256 </File>
1257 <File
1258 RelativePath="..\Modules\zlib\trees.h"
1259 >
1260 </File>
1261 <File
1262 RelativePath="..\Modules\zlib\uncompr.c"
1263 >
1264 </File>
1265 <File
1266 RelativePath="..\Modules\zlib\zconf.h"
1267 >
1268 </File>
1269 <File
1270 RelativePath="..\Modules\zlib\zconf.in.h"
1271 >
1272 </File>
1273 <File
1274 RelativePath="..\Modules\zlib\zlib.h"
1275 >
1276 </File>
1277 <File
1278 RelativePath="..\Modules\zlib\zutil.c"
1279 >
1280 </File>
1281 <File
1282 RelativePath="..\Modules\zlib\zutil.h"
1283 >
1284 </File>
1285 </Filter>
1286 <Filter
1287 Name="cjkcodecs"
1288 >
1289 <File
1290 RelativePath="..\Modules\cjkcodecs\_codecs_cn.c"
1291 >
1292 </File>
1293 <File
1294 RelativePath="..\Modules\cjkcodecs\_codecs_hk.c"
1295 >
1296 </File>
1297 <File
1298 RelativePath="..\Modules\cjkcodecs\_codecs_iso2022.c"
1299 >
1300 </File>
1301 <File
1302 RelativePath="..\Modules\cjkcodecs\_codecs_jp.c"
1303 >
1304 </File>
1305 <File
1306 RelativePath="..\Modules\cjkcodecs\_codecs_kr.c"
1307 >
1308 </File>
1309 <File
1310 RelativePath="..\Modules\cjkcodecs\_codecs_tw.c"
1311 >
1312 </File>
1313 <File
1314 RelativePath="..\Modules\cjkcodecs\alg_jisx0201.h"
1315 >
1316 </File>
1317 <File
1318 RelativePath="..\Modules\cjkcodecs\cjkcodecs.h"
1319 >
1320 </File>
1321 <File
1322 RelativePath="..\Modules\cjkcodecs\emu_jisx0213_2000.h"
1323 >
1324 </File>
1325 <File
1326 RelativePath="..\Modules\cjkcodecs\mappings_cn.h"
1327 >
1328 </File>
1329 <File
1330 RelativePath="..\Modules\cjkcodecs\mappings_hk.h"
1331 >
1332 </File>
1333 <File
1334 RelativePath="..\Modules\cjkcodecs\mappings_jisx0213_pair.h"
1335 >
1336 </File>
1337 <File
1338 RelativePath="..\Modules\cjkcodecs\mappings_jp.h"
1339 >
1340 </File>
1341 <File
1342 RelativePath="..\Modules\cjkcodecs\mappings_kr.h"
1343 >
1344 </File>
1345 <File
1346 RelativePath="..\Modules\cjkcodecs\mappings_tw.h"
1347 >
1348 </File>
1349 <File
1350 RelativePath="..\Modules\cjkcodecs\multibytecodec.c"
1351 >
1352 </File>
1353 <File
1354 RelativePath="..\Modules\cjkcodecs\multibytecodec.h"
1355 >
1356 </File>
1357 </Filter>
1358 </Filter>
1359 <Filter
1360 Name="Objects"
1361 >
1362 <File
1363 RelativePath="..\Objects\abstract.c"
1364 >
1365 </File>
1366 <File
1367 RelativePath="..\Objects\boolobject.c"
1368 >
1369 </File>
1370 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001371 RelativePath="..\Objects\bytes_methods.c"
1372 >
1373 </File>
1374 <File
Christian Heimes2c9c7a52008-05-26 13:42:13 +00001375 RelativePath="..\Objects\bytearrayobject.c"
1376 >
1377 </File>
1378 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001379 RelativePath="..\Objects\bytesobject.c"
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001380 >
1381 </File>
Benjamin Petersonb173f782009-05-05 22:31:58 +00001382 <File
1383 RelativePath="..\Objects\capsule.c"
1384 >
1385 </File>
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001386 <File
1387 RelativePath="..\Objects\cellobject.c"
1388 >
1389 </File>
1390 <File
1391 RelativePath="..\Objects\classobject.c"
1392 >
1393 </File>
1394 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001395 RelativePath="..\Objects\codeobject.c"
1396 >
1397 </File>
1398 <File
1399 RelativePath="..\Objects\complexobject.c"
1400 >
1401 </File>
1402 <File
1403 RelativePath="..\Objects\stringlib\count.h"
1404 >
1405 </File>
1406 <File
1407 RelativePath="..\Objects\descrobject.c"
1408 >
1409 </File>
1410 <File
1411 RelativePath="..\Objects\dictobject.c"
1412 >
1413 </File>
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001414 <File
1415 RelativePath="..\Objects\enumobject.c"
1416 >
1417 </File>
1418 <File
1419 RelativePath="..\Objects\exceptions.c"
1420 >
1421 </File>
1422 <File
1423 RelativePath="..\Objects\stringlib\fastsearch.h"
1424 >
1425 </File>
1426 <File
1427 RelativePath="..\Objects\fileobject.c"
1428 >
1429 </File>
1430 <File
1431 RelativePath="..\Objects\stringlib\find.h"
1432 >
1433 </File>
1434 <File
1435 RelativePath="..\Objects\floatobject.c"
1436 >
1437 </File>
1438 <File
1439 RelativePath="..\Objects\frameobject.c"
1440 >
1441 </File>
1442 <File
1443 RelativePath="..\Objects\funcobject.c"
1444 >
1445 </File>
1446 <File
1447 RelativePath="..\Objects\genobject.c"
1448 >
1449 </File>
1450 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001451 RelativePath="..\Objects\iterobject.c"
1452 >
1453 </File>
1454 <File
1455 RelativePath="..\Objects\listobject.c"
1456 >
1457 </File>
1458 <File
1459 RelativePath="..\Objects\longobject.c"
1460 >
1461 </File>
1462 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001463 RelativePath="..\Objects\memoryobject.c"
1464 >
1465 </File>
1466 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001467 RelativePath="..\Objects\methodobject.c"
1468 >
1469 </File>
1470 <File
1471 RelativePath="..\Objects\moduleobject.c"
1472 >
1473 </File>
1474 <File
1475 RelativePath="..\Objects\object.c"
1476 >
1477 </File>
1478 <File
1479 RelativePath="..\Objects\obmalloc.c"
1480 >
1481 </File>
1482 <File
1483 RelativePath="..\Objects\stringlib\partition.h"
1484 >
1485 </File>
1486 <File
1487 RelativePath="..\Objects\rangeobject.c"
1488 >
1489 </File>
1490 <File
1491 RelativePath="..\Objects\setobject.c"
1492 >
1493 </File>
1494 <File
1495 RelativePath="..\Objects\sliceobject.c"
1496 >
1497 </File>
1498 <File
Antoine Pitrouf2c54842010-01-13 08:07:53 +00001499 RelativePath="..\Objects\stringlib\split.h"
1500 >
1501 </File>
1502 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001503 RelativePath="..\Objects\structseq.c"
1504 >
1505 </File>
1506 <File
1507 RelativePath="..\Objects\tupleobject.c"
1508 >
1509 </File>
1510 <File
1511 RelativePath="..\Objects\typeobject.c"
1512 >
1513 </File>
1514 <File
1515 RelativePath="..\Objects\unicodectype.c"
1516 >
1517 </File>
1518 <File
1519 RelativePath="..\Objects\unicodeobject.c"
1520 >
1521 </File>
1522 <File
1523 RelativePath="..\Objects\unicodetype_db.h"
1524 >
1525 </File>
1526 <File
1527 RelativePath="..\Objects\weakrefobject.c"
1528 >
1529 </File>
1530 </Filter>
1531 <Filter
1532 Name="Parser"
1533 >
1534 <File
1535 RelativePath="..\Parser\acceler.c"
1536 >
1537 </File>
1538 <File
1539 RelativePath="..\Parser\bitset.c"
1540 >
1541 </File>
1542 <File
1543 RelativePath="..\Parser\firstsets.c"
1544 >
1545 </File>
1546 <File
1547 RelativePath="..\Parser\grammar.c"
1548 >
1549 </File>
1550 <File
1551 RelativePath="..\Parser\grammar1.c"
1552 >
1553 </File>
1554 <File
1555 RelativePath="..\Parser\listnode.c"
1556 >
1557 </File>
1558 <File
1559 RelativePath="..\Parser\metagrammar.c"
1560 >
1561 </File>
1562 <File
1563 RelativePath="..\Parser\myreadline.c"
1564 >
1565 </File>
1566 <File
1567 RelativePath="..\Parser\node.c"
1568 >
1569 </File>
1570 <File
1571 RelativePath="..\Parser\parser.c"
1572 >
1573 </File>
1574 <File
1575 RelativePath="..\Parser\parser.h"
1576 >
1577 </File>
1578 <File
1579 RelativePath="..\Parser\parsetok.c"
1580 >
1581 </File>
1582 <File
1583 RelativePath="..\Parser\tokenizer.c"
1584 >
1585 </File>
1586 <File
1587 RelativePath="..\Parser\tokenizer.h"
1588 >
1589 </File>
1590 </Filter>
1591 <Filter
1592 Name="PC"
1593 >
1594 <File
1595 RelativePath="..\PC\_subprocess.c"
1596 >
1597 </File>
1598 <File
Georg Brandl38feaf02008-05-25 07:45:51 +00001599 RelativePath="..\PC\winreg.c"
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001600 >
1601 </File>
1602 <File
1603 RelativePath="..\PC\config.c"
1604 >
1605 </File>
1606 <File
1607 RelativePath="..\PC\dl_nt.c"
1608 >
1609 </File>
1610 <File
1611 RelativePath="..\PC\errmap.h"
1612 >
1613 </File>
1614 <File
1615 RelativePath="..\PC\getpathp.c"
1616 >
1617 </File>
1618 <File
1619 RelativePath="..\PC\import_nt.c"
1620 >
1621 </File>
1622 <File
1623 RelativePath="..\PC\msvcrtmodule.c"
1624 >
1625 </File>
1626 <File
1627 RelativePath="..\PC\pyconfig.h"
1628 >
1629 </File>
1630 </Filter>
1631 <Filter
1632 Name="Python"
1633 >
1634 <File
Neal Norwitz32dde222008-04-15 06:43:13 +00001635 RelativePath="..\Python\_warnings.c"
1636 >
1637 </File>
1638 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001639 RelativePath="..\Python\asdl.c"
1640 >
1641 </File>
1642 <File
1643 RelativePath="..\Python\ast.c"
1644 >
1645 </File>
1646 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001647 RelativePath="..\Python\bltinmodule.c"
1648 >
1649 </File>
1650 <File
1651 RelativePath="..\Python\ceval.c"
1652 >
1653 </File>
1654 <File
1655 RelativePath="..\Python\codecs.c"
1656 >
1657 </File>
1658 <File
1659 RelativePath="..\Python\compile.c"
1660 >
1661 </File>
1662 <File
1663 RelativePath="..\Python\dynload_win.c"
1664 >
1665 </File>
1666 <File
1667 RelativePath="..\Python\errors.c"
1668 >
1669 </File>
1670 <File
Christian Heimesb6b3ecc2007-12-31 16:44:35 +00001671 RelativePath="..\Python\formatter_unicode.c"
1672 >
1673 </File>
1674 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001675 RelativePath="..\Python\frozen.c"
1676 >
1677 </File>
1678 <File
1679 RelativePath="..\Python\future.c"
1680 >
1681 </File>
1682 <File
1683 RelativePath="..\Python\getargs.c"
1684 >
1685 </File>
1686 <File
1687 RelativePath="..\Python\getcompiler.c"
1688 >
1689 </File>
1690 <File
1691 RelativePath="..\Python\getcopyright.c"
1692 >
1693 </File>
1694 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001695 RelativePath="..\Python\getopt.c"
1696 >
1697 </File>
1698 <File
1699 RelativePath="..\Python\getplatform.c"
1700 >
1701 </File>
1702 <File
1703 RelativePath="..\Python\getversion.c"
1704 >
1705 </File>
1706 <File
1707 RelativePath="..\Python\graminit.c"
1708 >
1709 </File>
1710 <File
1711 RelativePath="..\Python\import.c"
1712 >
1713 </File>
1714 <File
1715 RelativePath="..\Python\importdl.c"
1716 >
1717 </File>
1718 <File
1719 RelativePath="..\Python\importdl.h"
1720 >
1721 </File>
1722 <File
1723 RelativePath="..\Python\marshal.c"
1724 >
1725 </File>
1726 <File
1727 RelativePath="..\Python\modsupport.c"
1728 >
1729 </File>
1730 <File
1731 RelativePath="..\Python\mysnprintf.c"
1732 >
1733 </File>
1734 <File
1735 RelativePath="..\Python\mystrtoul.c"
1736 >
1737 </File>
1738 <File
1739 RelativePath="..\Python\peephole.c"
1740 >
1741 </File>
1742 <File
1743 RelativePath="..\Python\pyarena.c"
1744 >
1745 </File>
1746 <File
Eric Smith6dc46f52009-04-27 20:39:49 +00001747 RelativePath="..\Python\pyctype.c"
1748 >
1749 </File>
1750 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001751 RelativePath="..\Python\pyfpe.c"
1752 >
1753 </File>
1754 <File
Christian Heimes53876d92008-04-19 00:31:39 +00001755 RelativePath="..\Python\pymath.c"
1756 >
1757 </File>
1758 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001759 RelativePath="..\Python\pystate.c"
1760 >
1761 </File>
1762 <File
1763 RelativePath="..\Python\pystrcmp.c"
1764 >
1765 </File>
1766 <File
1767 RelativePath="..\Python\pystrtod.c"
1768 >
1769 </File>
1770 <File
Mark Dickinsonb08a53a2009-04-16 19:52:09 +00001771 RelativePath="..\Python\dtoa.c"
1772 >
1773 </File>
1774 <File
Christian Heimes5b5e81c2007-12-31 16:14:33 +00001775 RelativePath="..\Python\Python-ast.c"
1776 >
1777 </File>
1778 <File
1779 RelativePath="..\Python\pythonrun.c"
1780 >
1781 </File>
1782 <File
1783 RelativePath="..\Python\structmember.c"
1784 >
1785 </File>
1786 <File
1787 RelativePath="..\Python\symtable.c"
1788 >
1789 </File>
1790 <File
1791 RelativePath="..\Python\sysmodule.c"
1792 >
1793 </File>
1794 <File
1795 RelativePath="..\Python\thread.c"
1796 >
1797 </File>
1798 <File
1799 RelativePath="..\Python\thread_nt.h"
1800 >
1801 </File>
1802 <File
1803 RelativePath="..\Python\traceback.c"
1804 >
1805 </File>
1806 </Filter>
1807 <Filter
1808 Name="Resource Files"
1809 >
1810 <File
1811 RelativePath="..\PC\python_nt.rc"
1812 >
1813 </File>
1814 </Filter>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00001815 </Files>
1816 <Globals>
1817 </Globals>
1818</VisualStudioProject>