blob: dcb922bf1e85e4ba69308a695ff46483d486027f [file] [log] [blame]
Christian Heimese8954f82007-11-22 11:21:16 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="make_versioninfo"
6 ProjectGUID="{F0E0541E-F17D-430B-97C4-93ADF0DD284E}"
7 RootNamespace="make_versioninfo"
8 TargetFrameworkVersion="131072"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 <Platform
15 Name="x64"
16 />
17 </Platforms>
18 <ToolFiles>
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Release|Win32"
23 ConfigurationType="1"
Christian Heimes3971f6b2007-11-30 19:18:08 +000024 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +000025 UseOfMFC="0"
26 ATLMinimizesCRunTimeLibraryUsage="false"
27 CharacterSet="2"
28 >
29 <Tool
30 Name="VCPreBuildEventTool"
31 />
32 <Tool
33 Name="VCCustomBuildTool"
34 Description="Build PC/pythonnt_rc(_d).h"
35 CommandLine="cd $(SolutionDir)&#x0D;&#x0A;make_versioninfo.exe &gt; ..\PC\pythonnt_rc.h&#x0D;&#x0A;"
36 Outputs="$(SolutionDir)..\PC\pythonnt_rc.h"
37 />
38 <Tool
39 Name="VCXMLDataGeneratorTool"
40 />
41 <Tool
42 Name="VCWebServiceProxyGeneratorTool"
43 />
44 <Tool
45 Name="VCMIDLTool"
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 Optimization="2"
50 InlineFunctionExpansion="1"
51 EnableIntrinsicFunctions="true"
52 AdditionalIncludeDirectories=""
Christian Heimes3971f6b2007-11-30 19:18:08 +000053 PreprocessorDefinitions="_CONSOLE"
Christian Heimese8954f82007-11-22 11:21:16 +000054 StringPooling="true"
55 RuntimeLibrary="2"
56 EnableFunctionLevelLinking="true"
57 CompileAs="0"
58 />
59 <Tool
60 Name="VCManagedResourceCompilerTool"
61 />
62 <Tool
63 Name="VCResourceCompilerTool"
64 />
65 <Tool
66 Name="VCPreLinkEventTool"
67 />
68 <Tool
69 Name="VCLinkerTool"
70 AdditionalDependencies="odbccp32.lib"
71 OutputFile="$(SolutionDir)make_versioninfo.exe"
72 ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
73 SubSystem="1"
74 BaseAddress="0x1d000000"
75 />
76 <Tool
77 Name="VCALinkTool"
78 />
79 <Tool
80 Name="VCManifestTool"
81 />
82 <Tool
83 Name="VCXDCMakeTool"
84 />
85 <Tool
86 Name="VCBscMakeTool"
87 />
88 <Tool
89 Name="VCFxCopTool"
90 />
91 <Tool
92 Name="VCAppVerifierTool"
93 />
94 <Tool
95 Name="VCPostBuildEventTool"
96 CommandLine="cd $(SolutionDir)&#x0D;&#x0A;make_versioninfo.exe &gt; ..\PC\python_nt.h&#x0D;&#x0A;"
97 />
98 </Configuration>
99 <Configuration
100 Name="Release|x64"
101 ConfigurationType="1"
Christian Heimes3971f6b2007-11-30 19:18:08 +0000102 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +0000103 >
104 <Tool
105 Name="VCPreBuildEventTool"
106 />
107 <Tool
108 Name="VCCustomBuildTool"
109 Description="Build PC/pythonnt_rc(_d).h"
110 CommandLine="cd $(SolutionDir)&#x0D;&#x0A;make_versioninfo.exe &gt; ..\PC\pythonnt_rc.h&#x0D;&#x0A;"
111 Outputs="$(SolutionDir)..\PC\pythonnt_rc.h"
112 />
113 <Tool
114 Name="VCXMLDataGeneratorTool"
115 />
116 <Tool
117 Name="VCWebServiceProxyGeneratorTool"
118 />
119 <Tool
120 Name="VCMIDLTool"
121 />
122 <Tool
123 Name="VCCLCompilerTool"
124 Optimization="2"
125 InlineFunctionExpansion="1"
126 EnableIntrinsicFunctions="true"
Christian Heimes3971f6b2007-11-30 19:18:08 +0000127 PreprocessorDefinitions="_CONSOLE"
Christian Heimese8954f82007-11-22 11:21:16 +0000128 />
129 <Tool
130 Name="VCManagedResourceCompilerTool"
131 />
132 <Tool
133 Name="VCResourceCompilerTool"
134 />
135 <Tool
136 Name="VCPreLinkEventTool"
137 />
138 <Tool
139 Name="VCLinkerTool"
140 OutputFile="$(SolutionDir)make_versioninfo.exe"
141 />
142 <Tool
143 Name="VCALinkTool"
144 />
145 <Tool
146 Name="VCManifestTool"
147 />
148 <Tool
149 Name="VCXDCMakeTool"
150 />
151 <Tool
152 Name="VCBscMakeTool"
153 />
154 <Tool
155 Name="VCFxCopTool"
156 />
157 <Tool
158 Name="VCAppVerifierTool"
159 />
160 <Tool
161 Name="VCPostBuildEventTool"
162 CommandLine="cd $(SolutionDir)&#x0D;&#x0A;make_versioninfo.exe &gt; ..\PC\python_nt.h&#x0D;&#x0A;"
163 />
164 </Configuration>
165 <Configuration
166 Name="Debug|Win32"
167 ConfigurationType="1"
Christian Heimes3971f6b2007-11-30 19:18:08 +0000168 InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +0000169 UseOfMFC="0"
170 ATLMinimizesCRunTimeLibraryUsage="false"
171 CharacterSet="0"
172 >
173 <Tool
174 Name="VCPreBuildEventTool"
175 />
176 <Tool
177 Name="VCCustomBuildTool"
178 Description="Build PC/pythonnt_rc(_d).h"
179 CommandLine="cd $(SolutionDir)&#x0D;&#x0A;make_versioninfo_d.exe &gt; ..\PC\pythonnt_rc_d.h&#x0D;&#x0A;"
180 Outputs="$(SolutionDir)..\PC\pythonnt_rc_d.h"
181 />
182 <Tool
183 Name="VCXMLDataGeneratorTool"
184 />
185 <Tool
186 Name="VCWebServiceProxyGeneratorTool"
187 />
188 <Tool
189 Name="VCMIDLTool"
190 />
191 <Tool
192 Name="VCCLCompilerTool"
193 Optimization="0"
194 InlineFunctionExpansion="1"
195 EnableIntrinsicFunctions="false"
196 AdditionalIncludeDirectories=""
Christian Heimes3971f6b2007-11-30 19:18:08 +0000197 PreprocessorDefinitions="_CONSOLE"
Christian Heimese8954f82007-11-22 11:21:16 +0000198 StringPooling="true"
199 RuntimeLibrary="2"
200 EnableFunctionLevelLinking="true"
201 CompileAs="0"
202 />
203 <Tool
204 Name="VCManagedResourceCompilerTool"
205 />
206 <Tool
207 Name="VCResourceCompilerTool"
208 />
209 <Tool
210 Name="VCPreLinkEventTool"
211 />
212 <Tool
213 Name="VCLinkerTool"
214 AdditionalDependencies="odbccp32.lib"
215 OutputFile="$(SolutionDir)make_versioninfo_d.exe"
216 ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
217 SubSystem="1"
218 BaseAddress="0x1d000000"
219 />
220 <Tool
221 Name="VCALinkTool"
222 />
223 <Tool
224 Name="VCManifestTool"
225 />
226 <Tool
227 Name="VCXDCMakeTool"
228 />
229 <Tool
230 Name="VCBscMakeTool"
231 />
232 <Tool
233 Name="VCFxCopTool"
234 />
235 <Tool
236 Name="VCAppVerifierTool"
237 />
238 <Tool
239 Name="VCPostBuildEventTool"
240 CommandLine="cd $(SolutionDir)&#x0D;&#x0A;make_versioninfo_d.exe &gt; ..\PC\python_nt_d.h&#x0D;&#x0A;"
241 />
242 </Configuration>
243 <Configuration
244 Name="Debug|x64"
245 ConfigurationType="1"
Christian Heimes3971f6b2007-11-30 19:18:08 +0000246 InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\debug.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +0000247 >
248 <Tool
249 Name="VCPreBuildEventTool"
250 />
251 <Tool
252 Name="VCCustomBuildTool"
253 Description="Build PC/pythonnt_rc(_d).h"
254 CommandLine="cd $(SolutionDir)&#x0D;&#x0A;make_versioninfo_d.exe &gt; ..\PC\pythonnt_rc_d.h&#x0D;&#x0A;"
255 Outputs="$(SolutionDir)..\PC\pythonnt_rc_d.h"
256 />
257 <Tool
258 Name="VCXMLDataGeneratorTool"
259 />
260 <Tool
261 Name="VCWebServiceProxyGeneratorTool"
262 />
263 <Tool
264 Name="VCMIDLTool"
265 TargetEnvironment="3"
266 />
267 <Tool
268 Name="VCCLCompilerTool"
269 Optimization="0"
270 InlineFunctionExpansion="1"
271 EnableIntrinsicFunctions="false"
Christian Heimes3971f6b2007-11-30 19:18:08 +0000272 PreprocessorDefinitions="_CONSOLE"
Christian Heimese8954f82007-11-22 11:21:16 +0000273 />
274 <Tool
275 Name="VCManagedResourceCompilerTool"
276 />
277 <Tool
278 Name="VCResourceCompilerTool"
279 />
280 <Tool
281 Name="VCPreLinkEventTool"
282 />
283 <Tool
284 Name="VCLinkerTool"
285 OutputFile="$(SolutionDir)make_versioninfo_d.exe"
286 TargetMachine="17"
287 />
288 <Tool
289 Name="VCALinkTool"
290 />
291 <Tool
292 Name="VCManifestTool"
293 />
294 <Tool
295 Name="VCXDCMakeTool"
296 />
297 <Tool
298 Name="VCBscMakeTool"
299 />
300 <Tool
301 Name="VCFxCopTool"
302 />
303 <Tool
304 Name="VCAppVerifierTool"
305 />
306 <Tool
307 Name="VCPostBuildEventTool"
308 CommandLine="cd $(SolutionDir)&#x0D;&#x0A;make_versioninfo_d.exe &gt; ..\PC\python_nt_d.h&#x0D;&#x0A;"
309 />
310 </Configuration>
311 </Configurations>
312 <References>
313 </References>
314 <Files>
315 <Filter
316 Name="Source Files"
317 >
318 <File
319 RelativePath="..\PC\make_versioninfo.c"
320 >
321 </File>
322 </Filter>
323 </Files>
324 <Globals>
325 </Globals>
326</VisualStudioProject>