blob: 7d13c4355172989a36dd77b99a03b6bfe8350116 [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="python"
6 SccProjectName="python"
7 SccLocalPath="..">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\."
16 IntermediateDirectory=".\x86-temp-release\python"
17 ConfigurationType="1"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE"
20 CharacterSet="2">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="2"
24 InlineFunctionExpansion="1"
25 AdditionalIncludeDirectories="..\Include,..\PC"
26 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
27 StringPooling="TRUE"
28 RuntimeLibrary="2"
29 EnableFunctionLevelLinking="TRUE"
30 UsePrecompiledHeader="2"
31 PrecompiledHeaderFile=".\x86-temp-release\python/python.pch"
32 AssemblerListingLocation=".\x86-temp-release\python/"
33 ObjectFile=".\x86-temp-release\python/"
34 ProgramDataBaseFileName=".\x86-temp-release\python/"
35 WarningLevel="3"
36 SuppressStartupBanner="TRUE"
37 DebugInformationFormat="3"
38 CompileAs="0"/>
39 <Tool
40 Name="VCCustomBuildTool"/>
41 <Tool
42 Name="VCLinkerTool"
43 AdditionalDependencies="odbc32.lib odbccp32.lib"
44 OutputFile=".\./python.exe"
45 LinkIncremental="1"
46 SuppressStartupBanner="TRUE"
47 GenerateDebugInformation="TRUE"
48 ProgramDatabaseFile=".\./python.pdb"
49 SubSystem="1"
50 BaseAddress="0x1d000000"
51 TargetMachine="1"/>
52 <Tool
53 Name="VCMIDLTool"
54 TypeLibraryName=".\./python.tlb"
55 HeaderFileName=""/>
56 <Tool
57 Name="VCPostBuildEventTool"/>
58 <Tool
59 Name="VCPreBuildEventTool"/>
60 <Tool
61 Name="VCPreLinkEventTool"/>
62 <Tool
63 Name="VCResourceCompilerTool"
64 PreprocessorDefinitions="NDEBUG"
65 Culture="1033"/>
66 <Tool
67 Name="VCWebServiceProxyGeneratorTool"/>
68 <Tool
69 Name="VCXMLDataGeneratorTool"/>
70 <Tool
71 Name="VCWebDeploymentTool"/>
72 <Tool
73 Name="VCManagedWrapperGeneratorTool"/>
74 <Tool
75 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
76 </Configuration>
77 <Configuration
78 Name="Debug|Win32"
79 OutputDirectory=".\."
80 IntermediateDirectory=".\x86-temp-debug\python"
81 ConfigurationType="1"
82 UseOfMFC="0"
83 ATLMinimizesCRunTimeLibraryUsage="FALSE"
84 CharacterSet="2">
85 <Tool
86 Name="VCCLCompilerTool"
87 Optimization="0"
88 AdditionalIncludeDirectories="..\Include,..\PC"
89 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
90 RuntimeLibrary="3"
91 UsePrecompiledHeader="2"
92 PrecompiledHeaderFile=".\x86-temp-debug\python/python.pch"
93 AssemblerListingLocation=".\x86-temp-debug\python/"
94 ObjectFile=".\x86-temp-debug\python/"
95 ProgramDataBaseFileName=".\x86-temp-debug\python/"
96 BrowseInformation="1"
97 WarningLevel="3"
98 SuppressStartupBanner="TRUE"
99 DebugInformationFormat="3"
100 CompileAs="0"/>
101 <Tool
102 Name="VCCustomBuildTool"/>
103 <Tool
104 Name="VCLinkerTool"
105 AdditionalDependencies="odbc32.lib odbccp32.lib"
106 OutputFile="./python_d.exe"
107 LinkIncremental="1"
108 SuppressStartupBanner="TRUE"
109 GenerateDebugInformation="TRUE"
110 ProgramDatabaseFile=".\./python_d.pdb"
111 SubSystem="1"
112 BaseAddress="0x1d000000"
113 TargetMachine="1"/>
114 <Tool
115 Name="VCMIDLTool"
116 TypeLibraryName=".\./python.tlb"
117 HeaderFileName=""/>
118 <Tool
119 Name="VCPostBuildEventTool"/>
120 <Tool
121 Name="VCPreBuildEventTool"/>
122 <Tool
123 Name="VCPreLinkEventTool"/>
124 <Tool
125 Name="VCResourceCompilerTool"
126 PreprocessorDefinitions="_DEBUG"
127 Culture="1033"
128 AdditionalIncludeDirectories="..\Include"/>
129 <Tool
130 Name="VCWebServiceProxyGeneratorTool"/>
131 <Tool
132 Name="VCXMLDataGeneratorTool"/>
133 <Tool
134 Name="VCWebDeploymentTool"/>
135 <Tool
136 Name="VCManagedWrapperGeneratorTool"/>
137 <Tool
138 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
139 </Configuration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000140 <Configuration
141 Name="ReleaseItanium|Win32"
142 OutputDirectory=".\."
143 IntermediateDirectory=".\ia64-temp-release\python"
144 ConfigurationType="1"
145 UseOfMFC="0"
146 ATLMinimizesCRunTimeLibraryUsage="FALSE"
147 CharacterSet="2">
148 <Tool
149 Name="VCCLCompilerTool"
150 AdditionalOptions=" /USECL:MS_ITANIUM /VSEXTCOMP_VERBOSE"
151 Optimization="2"
152 InlineFunctionExpansion="1"
153 AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC"
154 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
155 StringPooling="TRUE"
156 BasicRuntimeChecks="0"
157 RuntimeLibrary="2"
158 BufferSecurityCheck="FALSE"
159 EnableFunctionLevelLinking="TRUE"
160 UsePrecompiledHeader="2"
161 PrecompiledHeaderFile=".\ia64-temp-release\python/python.pch"
162 AssemblerListingLocation=".\ia64-temp-release\python/"
163 ObjectFile=".\ia64-temp-release\python/"
164 ProgramDataBaseFileName=".\ia64-temp-release\python/"
165 WarningLevel="3"
166 SuppressStartupBanner="TRUE"
167 Detect64BitPortabilityProblems="TRUE"
168 DebugInformationFormat="3"
169 CompileAs="0"/>
170 <Tool
171 Name="VCCustomBuildTool"/>
172 <Tool
173 Name="VCLinkerTool"
174 AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK /VSEXTCOMP_VERBOSE"
175 AdditionalDependencies="odbc32.lib odbccp32.lib"
176 OutputFile=".\./python.exe"
177 LinkIncremental="1"
178 SuppressStartupBanner="TRUE"
179 GenerateDebugInformation="TRUE"
180 ProgramDatabaseFile=".\./python.pdb"
181 SubSystem="1"
182 BaseAddress="0x1d000000"
183 TargetMachine="0"/>
184 <Tool
185 Name="VCMIDLTool"
186 TypeLibraryName=".\./python.tlb"
187 HeaderFileName=""/>
188 <Tool
189 Name="VCPostBuildEventTool"/>
190 <Tool
191 Name="VCPreBuildEventTool"/>
192 <Tool
193 Name="VCPreLinkEventTool"/>
194 <Tool
195 Name="VCResourceCompilerTool"
196 PreprocessorDefinitions="NDEBUG"
197 Culture="1033"/>
198 <Tool
199 Name="VCWebServiceProxyGeneratorTool"/>
200 <Tool
201 Name="VCXMLDataGeneratorTool"/>
202 <Tool
203 Name="VCWebDeploymentTool"/>
204 <Tool
205 Name="VCManagedWrapperGeneratorTool"/>
206 <Tool
207 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
208 </Configuration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000209 </Configurations>
210 <References>
211 </References>
212 <Files>
213 <File
214 RelativePath="..\PC\pycon.ico">
215 </File>
216 <File
217 RelativePath="..\Modules\python.c">
218 <FileConfiguration
219 Name="Release|Win32">
220 <Tool
221 Name="VCCLCompilerTool"
222 Optimization="2"
223 AdditionalIncludeDirectories=""
224 PreprocessorDefinitions=""/>
225 </FileConfiguration>
226 <FileConfiguration
227 Name="Debug|Win32">
228 <Tool
229 Name="VCCLCompilerTool"
230 Optimization="0"
231 AdditionalIncludeDirectories=""
232 PreprocessorDefinitions=""
233 BrowseInformation="1"/>
234 </FileConfiguration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000235 <FileConfiguration
236 Name="ReleaseItanium|Win32">
237 <Tool
238 Name="VCCLCompilerTool"
239 Optimization="2"
240 AdditionalIncludeDirectories=""
241 PreprocessorDefinitions=""/>
242 </FileConfiguration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000243 </File>
244 <File
245 RelativePath="..\PC\python_exe.rc">
246 <FileConfiguration
247 Name="Release|Win32">
248 <Tool
249 Name="VCResourceCompilerTool"
250 PreprocessorDefinitions=""
251 AdditionalIncludeDirectories="\Pyinst\python\PC"/>
252 </FileConfiguration>
253 <FileConfiguration
254 Name="Debug|Win32">
255 <Tool
256 Name="VCResourceCompilerTool"
257 PreprocessorDefinitions=""
258 AdditionalIncludeDirectories="\Pyinst\python\PC"/>
259 </FileConfiguration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000260 <FileConfiguration
261 Name="ReleaseItanium|Win32">
262 <Tool
263 Name="VCResourceCompilerTool"
264 PreprocessorDefinitions=""
265 AdditionalIncludeDirectories="\Pyinst\python\PC"/>
266 </FileConfiguration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000267 </File>
268 </Files>
269 <Globals>
270 </Globals>
271</VisualStudioProject>