blob: 48800ce61e455405f9ec5847741eed8bc7278590 [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++"
4 Version="7.10"
5 Name="pythoncore"
Jeremy Hylton3e0055f2005-10-20 19:59:25 +00006 ProjectGUID="{7AFA1F0B-A8A1-455A-A832-BF263404BBEF}"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00007 SccProjectName="pythoncore"
8 SccLocalPath="..">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Release|Win32"
16 OutputDirectory=".\."
17 IntermediateDirectory=".\x86-temp-release\pythoncore"
18 ConfigurationType="2"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 AdditionalOptions="/Zm200 "
24 Optimization="2"
25 InlineFunctionExpansion="1"
26 AdditionalIncludeDirectories="..\Include,..\PC"
27 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT"
28 StringPooling="TRUE"
29 RuntimeLibrary="2"
30 EnableFunctionLevelLinking="TRUE"
31 UsePrecompiledHeader="2"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000032 WarningLevel="3"
33 SuppressStartupBanner="TRUE"
34 DebugInformationFormat="3"
35 CompileAs="0"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
Thomas Hellerfd77c6c2004-12-01 19:40:45 +000040 OutputFile="./python25.dll"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000041 LinkIncremental="1"
42 SuppressStartupBanner="TRUE"
43 IgnoreDefaultLibraryNames="libc"
44 GenerateDebugInformation="TRUE"
Thomas Hellerfd77c6c2004-12-01 19:40:45 +000045 ProgramDatabaseFile=".\./python25.pdb"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000046 SubSystem="2"
47 BaseAddress="0x1e000000"
Thomas Hellerfd77c6c2004-12-01 19:40:45 +000048 ImportLibrary=".\./python25.lib"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000049 TargetMachine="1"/>
50 <Tool
Martin v. Löwis532bc032006-01-03 07:38:51 +000051 Name="VCMIDLTool"/>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000052 <Tool
53 Name="VCPostBuildEventTool"/>
54 <Tool
55 Name="VCPreBuildEventTool"/>
56 <Tool
57 Name="VCPreLinkEventTool"/>
58 <Tool
59 Name="VCResourceCompilerTool"
60 PreprocessorDefinitions="NDEBUG"
61 Culture="1033"
62 AdditionalIncludeDirectories="..\Include"/>
63 <Tool
64 Name="VCWebServiceProxyGeneratorTool"/>
65 <Tool
66 Name="VCXMLDataGeneratorTool"/>
67 <Tool
68 Name="VCWebDeploymentTool"/>
69 <Tool
70 Name="VCManagedWrapperGeneratorTool"/>
71 <Tool
72 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
73 </Configuration>
74 <Configuration
75 Name="Debug|Win32"
76 OutputDirectory=".\."
77 IntermediateDirectory=".\x86-temp-debug\pythoncore"
78 ConfigurationType="2"
79 UseOfMFC="0"
80 ATLMinimizesCRunTimeLibraryUsage="FALSE">
81 <Tool
82 Name="VCCLCompilerTool"
83 AdditionalOptions="/Zm200 "
84 Optimization="0"
85 AdditionalIncludeDirectories="..\Include,..\PC"
86 PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS"
87 RuntimeLibrary="3"
88 UsePrecompiledHeader="2"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000089 WarningLevel="3"
90 SuppressStartupBanner="TRUE"
91 DebugInformationFormat="3"
92 CompileAs="0"/>
93 <Tool
94 Name="VCCustomBuildTool"/>
95 <Tool
96 Name="VCLinkerTool"
Thomas Hellerfd77c6c2004-12-01 19:40:45 +000097 OutputFile="./python25_d.dll"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000098 LinkIncremental="1"
99 SuppressStartupBanner="TRUE"
100 IgnoreDefaultLibraryNames="libc"
101 GenerateDebugInformation="TRUE"
Thomas Hellerfd77c6c2004-12-01 19:40:45 +0000102 ProgramDatabaseFile=".\./python25_d.pdb"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000103 SubSystem="2"
104 BaseAddress="0x1e000000"
Thomas Hellerfd77c6c2004-12-01 19:40:45 +0000105 ImportLibrary=".\./python25_d.lib"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000106 TargetMachine="1"/>
107 <Tool
Martin v. Löwis532bc032006-01-03 07:38:51 +0000108 Name="VCMIDLTool"/>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000109 <Tool
110 Name="VCPostBuildEventTool"/>
111 <Tool
112 Name="VCPreBuildEventTool"/>
113 <Tool
114 Name="VCPreLinkEventTool"/>
115 <Tool
116 Name="VCResourceCompilerTool"
117 PreprocessorDefinitions="_DEBUG"
118 Culture="1033"
119 AdditionalIncludeDirectories="..\Include"/>
120 <Tool
121 Name="VCWebServiceProxyGeneratorTool"/>
122 <Tool
123 Name="VCXMLDataGeneratorTool"/>
124 <Tool
125 Name="VCWebDeploymentTool"/>
126 <Tool
127 Name="VCManagedWrapperGeneratorTool"/>
128 <Tool
129 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
130 </Configuration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000131 <Configuration
132 Name="ReleaseItanium|Win32"
133 OutputDirectory="./."
134 IntermediateDirectory=".\ia64-temp-release\pythoncore"
135 ConfigurationType="2"
136 UseOfMFC="0"
137 ATLMinimizesCRunTimeLibraryUsage="FALSE">
138 <Tool
139 Name="VCCLCompilerTool"
140 AdditionalOptions=" /USECL:MS_ITANIUM"
141 Optimization="2"
142 InlineFunctionExpansion="1"
143 AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC"
144 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT"
145 StringPooling="TRUE"
146 BasicRuntimeChecks="0"
147 RuntimeLibrary="2"
148 BufferSecurityCheck="FALSE"
149 EnableFunctionLevelLinking="TRUE"
150 UsePrecompiledHeader="2"
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000151 WarningLevel="3"
152 SuppressStartupBanner="TRUE"
153 Detect64BitPortabilityProblems="TRUE"
154 DebugInformationFormat="3"
155 CompileAs="0"/>
156 <Tool
157 Name="VCCustomBuildTool"/>
158 <Tool
159 Name="VCLinkerTool"
160 AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
Thomas Hellerfd77c6c2004-12-01 19:40:45 +0000161 OutputFile="./python25.dll"
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000162 LinkIncremental="1"
163 SuppressStartupBanner="FALSE"
164 IgnoreDefaultLibraryNames="libc"
165 GenerateDebugInformation="TRUE"
Thomas Hellerfd77c6c2004-12-01 19:40:45 +0000166 ProgramDatabaseFile=".\./python25.pdb"
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000167 SubSystem="2"
168 BaseAddress="0x1e000000"
Thomas Hellerfd77c6c2004-12-01 19:40:45 +0000169 ImportLibrary=".\./python25.lib"
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000170 TargetMachine="0"/>
171 <Tool
Martin v. Löwis532bc032006-01-03 07:38:51 +0000172 Name="VCMIDLTool"/>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000173 <Tool
174 Name="VCPostBuildEventTool"/>
175 <Tool
176 Name="VCPreBuildEventTool"/>
177 <Tool
178 Name="VCPreLinkEventTool"/>
179 <Tool
180 Name="VCResourceCompilerTool"
181 PreprocessorDefinitions="NDEBUG"
182 Culture="1033"
183 AdditionalIncludeDirectories="..\Include"/>
184 <Tool
185 Name="VCWebServiceProxyGeneratorTool"/>
186 <Tool
187 Name="VCXMLDataGeneratorTool"/>
188 <Tool
189 Name="VCWebDeploymentTool"/>
190 <Tool
191 Name="VCManagedWrapperGeneratorTool"/>
192 <Tool
193 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
194 </Configuration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000195 </Configurations>
196 <References>
197 </References>
198 <Files>
Martin v. Löwis4e6aff52006-01-03 07:10:14 +0000199 <Filter
200 Name="zlib"
201 Filter="">
202 <File
203 RelativePath="..\Modules\zlib\adler32.c">
204 </File>
205 <File
206 RelativePath="..\Modules\zlib\compress.c">
207 </File>
208 <File
209 RelativePath="..\Modules\zlib\crc32.c">
210 </File>
211 <File
212 RelativePath="..\Modules\zlib\deflate.c">
213 </File>
214 <File
215 RelativePath="..\Modules\zlib\gzio.c">
216 </File>
217 <File
218 RelativePath="..\Modules\zlib\infback.c">
219 </File>
220 <File
221 RelativePath="..\Modules\zlib\inffast.c">
222 </File>
223 <File
224 RelativePath="..\Modules\zlib\inflate.c">
225 </File>
226 <File
227 RelativePath="..\Modules\zlib\inftrees.c">
228 </File>
229 <File
230 RelativePath="..\Modules\zlib\trees.c">
231 </File>
232 <File
233 RelativePath="..\Modules\zlib\uncompr.c">
234 </File>
235 <File
236 RelativePath="..\Modules\zlibmodule.c">
237 <FileConfiguration
238 Name="Release|Win32">
239 <Tool
240 Name="VCCLCompilerTool"
241 AdditionalIncludeDirectories="..\Modules\zlib"/>
242 </FileConfiguration>
243 <FileConfiguration
244 Name="Debug|Win32">
245 <Tool
246 Name="VCCLCompilerTool"
247 AdditionalIncludeDirectories="..\Modules\zlib"/>
248 </FileConfiguration>
249 <FileConfiguration
250 Name="ReleaseItanium|Win32">
251 <Tool
252 Name="VCCLCompilerTool"
253 AdditionalIncludeDirectories="..\Modules\zlib"/>
254 </FileConfiguration>
255 </File>
256 <File
257 RelativePath="..\Modules\zlib\zutil.c">
258 </File>
259 </Filter>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000260 <File
Tim Petersd0bcf352004-07-18 03:48:47 +0000261 RelativePath="..\Modules\_bisectmodule.c">
Martin v. Löwisdaea3e52004-01-21 07:54:02 +0000262 </File>
263 <File
Tim Petersd0bcf352004-07-18 03:48:47 +0000264 RelativePath="..\Modules\cjkcodecs\_codecs_cn.c">
265 </File>
266 <File
267 RelativePath="..\Modules\cjkcodecs\_codecs_hk.c">
268 </File>
269 <File
270 RelativePath="..\Modules\cjkcodecs\_codecs_iso2022.c">
271 </File>
272 <File
273 RelativePath="..\Modules\cjkcodecs\_codecs_jp.c">
274 </File>
275 <File
276 RelativePath="..\Modules\cjkcodecs\_codecs_kr.c">
277 </File>
278 <File
279 RelativePath="..\Modules\cjkcodecs\_codecs_tw.c">
280 </File>
281 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000282 RelativePath="..\Modules\_codecsmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000283 </File>
284 <File
285 RelativePath="..\Modules\_csv.c">
286 </File>
287 <File
Thomas Heller1a74a122004-04-27 18:34:08 +0000288 RelativePath="..\Modules\_heapqmodule.c">
Thomas Heller8598b102004-04-22 17:03:33 +0000289 </File>
290 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000291 RelativePath="..\Modules\_hotshot.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000292 </File>
293 <File
294 RelativePath="..\Modules\_localemodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000295 </File>
296 <File
297 RelativePath="..\Modules\_randommodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000298 </File>
299 <File
300 RelativePath="..\Modules\_sre.c">
301 </File>
302 <File
Tim Peters4eb59782004-10-12 21:48:57 +0000303 RelativePath="..\Pc\_subprocess.c">
304 </File>
305 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000306 RelativePath="..\Modules\_weakref.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000307 </File>
308 <File
309 RelativePath="..\Pc\_winreg.c">
310 </File>
311 <File
312 RelativePath="..\Objects\abstract.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000313 </File>
314 <File
315 RelativePath="..\Parser\acceler.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000316 </File>
317 <File
318 RelativePath="..\Modules\arraymodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000319 </File>
320 <File
Jeremy Hylton3e0055f2005-10-20 19:59:25 +0000321 RelativePath="..\Python\asdl.c">
322 </File>
323 <File
324 RelativePath="..\Python\ast.c">
325 </File>
326 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000327 RelativePath="..\Modules\audioop.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000328 </File>
329 <File
330 RelativePath="..\Modules\binascii.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000331 </File>
332 <File
333 RelativePath="..\Parser\bitset.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000334 </File>
335 <File
336 RelativePath="..\Python\bltinmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000337 </File>
338 <File
339 RelativePath="..\Objects\boolobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000340 </File>
341 <File
342 RelativePath="..\Objects\bufferobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000343 </File>
344 <File
345 RelativePath="..\Objects\cellobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000346 </File>
347 <File
348 RelativePath="..\Python\ceval.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000349 </File>
350 <File
351 RelativePath="..\Objects\classobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000352 </File>
353 <File
354 RelativePath="..\Modules\cmathmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000355 </File>
356 <File
357 RelativePath="..\Objects\cobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000358 </File>
359 <File
360 RelativePath="..\Python\codecs.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000361 </File>
362 <File
Jeremy Hylton3e0055f2005-10-20 19:59:25 +0000363 RelativePath="..\Objects\codeobject.c">
Martin v. Löwise2879c32004-02-01 18:02:48 +0000364 </File>
365 <File
Jeremy Hylton3e0055f2005-10-20 19:59:25 +0000366 RelativePath="..\Modules\collectionsmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000367 </File>
368 <File
Mark Hammond5da5b5b2005-10-23 10:50:04 +0000369 RelativePath="..\Python\compile.c">
370 </File>
371 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000372 RelativePath="..\Objects\complexobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000373 </File>
374 <File
375 RelativePath="..\PC\config.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000376 </File>
377 <File
378 RelativePath="..\Modules\cPickle.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000379 </File>
380 <File
381 RelativePath="..\Modules\cStringIO.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000382 </File>
383 <File
384 RelativePath="..\Modules\datetimemodule.c">
385 </File>
386 <File
387 RelativePath="..\Objects\descrobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000388 </File>
389 <File
390 RelativePath="..\Objects\dictobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000391 </File>
392 <File
393 RelativePath="..\PC\dl_nt.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000394 </File>
395 <File
396 RelativePath="..\Python\dynload_win.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000397 </File>
398 <File
399 RelativePath="..\Objects\enumobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000400 </File>
401 <File
402 RelativePath="..\Modules\errnomodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000403 </File>
404 <File
405 RelativePath="..\Python\errors.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000406 </File>
407 <File
408 RelativePath="..\Python\exceptions.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000409 </File>
410 <File
411 RelativePath="..\Objects\fileobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000412 </File>
413 <File
Jeremy Hylton3e0055f2005-10-20 19:59:25 +0000414 RelativePath="..\Parser\firstsets.c">
415 </File>
416 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000417 RelativePath="..\Objects\floatobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000418 </File>
419 <File
420 RelativePath="..\Objects\frameobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000421 </File>
422 <File
423 RelativePath="..\Python\frozen.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000424 </File>
425 <File
426 RelativePath="..\Objects\funcobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000427 </File>
428 <File
Raymond Hettinger9c323f82005-02-28 19:39:44 +0000429 RelativePath="..\Modules\functionalmodule.c">
Raymond Hettinger9c323f82005-02-28 19:39:44 +0000430 </File>
431 <File
Jeremy Hylton3e0055f2005-10-20 19:59:25 +0000432 RelativePath="..\Modules\functionalmodule.c">
Jeremy Hylton3e0055f2005-10-20 19:59:25 +0000433 </File>
434 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000435 RelativePath="..\Python\future.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000436 </File>
437 <File
438 RelativePath="..\Modules\gcmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000439 </File>
440 <File
Martin v. Löwis7897ff02004-06-01 17:21:13 +0000441 RelativePath="..\Objects\genobject.c">
442 </File>
443 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000444 RelativePath="..\Python\getargs.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000445 </File>
446 <File
447 RelativePath="..\Modules\getbuildinfo.c">
448 <FileConfiguration
449 Name="Release|Win32">
450 <Tool
451 Name="VCCLCompilerTool"
Thomas Heller7a9d1322005-12-21 15:46:29 +0000452 PreprocessorDefinitions="BUILD=\&quot;60\&quot;"/>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000453 </FileConfiguration>
454 <FileConfiguration
455 Name="Debug|Win32">
456 <Tool
457 Name="VCCLCompilerTool"
Thomas Heller7a9d1322005-12-21 15:46:29 +0000458 PreprocessorDefinitions="BUILD=\&quot;60\&quot;"/>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000459 </FileConfiguration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000460 <FileConfiguration
461 Name="ReleaseItanium|Win32">
462 <Tool
463 Name="VCCLCompilerTool"
Thomas Heller7a9d1322005-12-21 15:46:29 +0000464 PreprocessorDefinitions="BUILD=\&quot;60\&quot;"/>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000465 </FileConfiguration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000466 </File>
467 <File
468 RelativePath="..\Python\getcompiler.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000469 </File>
470 <File
471 RelativePath="..\Python\getcopyright.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000472 </File>
473 <File
474 RelativePath="..\Python\getmtime.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000475 </File>
476 <File
477 RelativePath="..\Python\getopt.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000478 </File>
479 <File
480 RelativePath="..\PC\getpathp.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000481 </File>
482 <File
483 RelativePath="..\Python\getplatform.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000484 </File>
485 <File
486 RelativePath="..\Python\getversion.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000487 </File>
488 <File
489 RelativePath="..\Python\graminit.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000490 </File>
491 <File
Jeremy Hylton3e0055f2005-10-20 19:59:25 +0000492 RelativePath="..\Parser\grammar.c">
493 </File>
494 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000495 RelativePath="..\Parser\grammar1.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000496 </File>
497 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000498 RelativePath="..\Modules\imageop.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000499 </File>
500 <File
501 RelativePath="..\Python\import.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000502 </File>
503 <File
504 RelativePath="..\PC\import_nt.c">
505 <FileConfiguration
506 Name="Release|Win32">
507 <Tool
508 Name="VCCLCompilerTool"
Martin v. Löwis21d418b2006-01-15 09:26:43 +0000509 AdditionalIncludeDirectories="..\Python"/>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000510 </FileConfiguration>
511 <FileConfiguration
512 Name="Debug|Win32">
513 <Tool
514 Name="VCCLCompilerTool"
Martin v. Löwis21d418b2006-01-15 09:26:43 +0000515 AdditionalIncludeDirectories="..\Python"/>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000516 </FileConfiguration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000517 <FileConfiguration
518 Name="ReleaseItanium|Win32">
519 <Tool
520 Name="VCCLCompilerTool"
Martin v. Löwis21d418b2006-01-15 09:26:43 +0000521 AdditionalIncludeDirectories="..\Python"/>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000522 </FileConfiguration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000523 </File>
524 <File
525 RelativePath="..\Python\importdl.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000526 </File>
527 <File
528 RelativePath="..\Objects\intobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000529 </File>
530 <File
531 RelativePath="..\Objects\iterobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000532 </File>
533 <File
534 RelativePath="..\Modules\itertoolsmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000535 </File>
536 <File
537 RelativePath="..\Parser\listnode.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000538 </File>
539 <File
540 RelativePath="..\Objects\listobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000541 </File>
542 <File
543 RelativePath="..\Objects\longobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000544 </File>
545 <File
546 RelativePath="..\Modules\main.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000547 </File>
548 <File
549 RelativePath="..\Python\marshal.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000550 </File>
551 <File
552 RelativePath="..\Modules\mathmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000553 </File>
554 <File
555 RelativePath="..\Modules\md5c.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000556 </File>
557 <File
558 RelativePath="..\Modules\md5module.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000559 </File>
560 <File
561 RelativePath="..\Parser\metagrammar.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000562 </File>
563 <File
564 RelativePath="..\Objects\methodobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000565 </File>
566 <File
567 RelativePath="..\Modules\mmapmodule.c">
568 </File>
569 <File
570 RelativePath="..\Python\modsupport.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000571 </File>
572 <File
573 RelativePath="..\Objects\moduleobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000574 </File>
575 <File
576 RelativePath="..\PC\msvcrtmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000577 </File>
578 <File
Martin v. Löwisdaea3e52004-01-21 07:54:02 +0000579 RelativePath="..\Modules\cjkcodecs\multibytecodec.c">
580 </File>
581 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000582 RelativePath="..\Parser\myreadline.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000583 </File>
584 <File
585 RelativePath="..\Python\mysnprintf.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000586 </File>
587 <File
588 RelativePath="..\Python\mystrtoul.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000589 </File>
590 <File
591 RelativePath="..\Parser\node.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000592 </File>
593 <File
594 RelativePath="..\Objects\object.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000595 </File>
596 <File
597 RelativePath="..\Objects\obmalloc.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000598 </File>
599 <File
600 RelativePath="..\Modules\operator.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000601 </File>
602 <File
603 RelativePath="..\Parser\parser.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000604 </File>
605 <File
Mark Hammond5da5b5b2005-10-23 10:50:04 +0000606 RelativePath="..\Modules\parsermodule.c">
607 </File>
608 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000609 RelativePath="..\Parser\parsetok.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000610 </File>
611 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000612 RelativePath="..\Modules\posixmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000613 </File>
614 <File
Thomas Heller7a9d1322005-12-21 15:46:29 +0000615 RelativePath="..\Python\pyarena.c">
616 </File>
617 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000618 RelativePath="..\Python\pyfpe.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000619 </File>
620 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000621 RelativePath="..\Python\pystate.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000622 </File>
623 <File
Tim Peters3d1f6bb2004-06-14 01:05:46 +0000624 RelativePath="..\Python\pystrtod.c">
625 </File>
626 <File
Jeremy Hylton3e0055f2005-10-20 19:59:25 +0000627 RelativePath="..\Python\Python-ast.c">
628 </File>
629 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000630 RelativePath="..\PC\python_nt.rc">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000631 </File>
632 <File
633 RelativePath="..\Python\pythonrun.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000634 </File>
635 <File
636 RelativePath="..\Objects\rangeobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000637 </File>
638 <File
639 RelativePath="..\Modules\regexmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000640 </File>
641 <File
642 RelativePath="..\Modules\regexpr.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000643 </File>
644 <File
645 RelativePath="..\Modules\rgbimgmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000646 </File>
647 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000648 RelativePath="..\Objects\setobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000649 </File>
650 <File
Mark Hammond5da5b5b2005-10-23 10:50:04 +0000651 RelativePath="..\Modules\sha256module.c">
Mark Hammond5da5b5b2005-10-23 10:50:04 +0000652 </File>
653 <File
654 RelativePath="..\Modules\sha512module.c">
Mark Hammond5da5b5b2005-10-23 10:50:04 +0000655 </File>
656 <File
657 RelativePath="..\Modules\sha512module.c">
Mark Hammond5da5b5b2005-10-23 10:50:04 +0000658 </File>
659 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000660 RelativePath="..\Modules\shamodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000661 </File>
662 <File
663 RelativePath="..\Modules\signalmodule.c">
Jeremy Hylton3e0055f2005-10-20 19:59:25 +0000664 </File>
665 <File
666 RelativePath="..\Modules\signalmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000667 </File>
668 <File
669 RelativePath="..\Objects\sliceobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000670 </File>
671 <File
672 RelativePath="..\Objects\stringobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000673 </File>
674 <File
675 RelativePath="..\Modules\stropmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000676 </File>
677 <File
678 RelativePath="..\Python\structmember.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000679 </File>
680 <File
681 RelativePath="..\Modules\structmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000682 </File>
683 <File
684 RelativePath="..\Objects\structseq.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000685 </File>
686 <File
687 RelativePath="..\Python\symtable.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000688 </File>
689 <File
690 RelativePath="..\Modules\symtablemodule.c">
691 </File>
692 <File
693 RelativePath="..\Python\sysmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000694 </File>
695 <File
696 RelativePath="..\Python\thread.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000697 </File>
698 <File
699 RelativePath="..\Modules\threadmodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000700 </File>
701 <File
702 RelativePath="..\Modules\timemodule.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000703 </File>
704 <File
Tim Peters903a9442005-12-25 16:28:48 +0000705 RelativePath="..\Parser\tokenizer.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000706 </File>
707 <File
708 RelativePath="..\Python\traceback.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000709 </File>
710 <File
711 RelativePath="..\Objects\tupleobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000712 </File>
713 <File
714 RelativePath="..\Objects\typeobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000715 </File>
716 <File
717 RelativePath="..\Objects\unicodectype.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000718 </File>
719 <File
720 RelativePath="..\Objects\unicodeobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000721 </File>
722 <File
723 RelativePath="..\Objects\weakrefobject.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000724 </File>
725 <File
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000726 RelativePath="..\Modules\xxsubtype.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000727 </File>
728 <File
729 RelativePath="..\Modules\yuvconvert.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000730 </File>
731 <File
732 RelativePath="..\Modules\zipimport.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000733 </File>
734 </Files>
735 <Globals>
736 </Globals>
737</VisualStudioProject>