blob: 7233375391940b3b46ba8becab9a609a38b456a5 [file] [log] [blame]
Tim Petersa37722c2006-05-28 01:52:38 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="_tkinter"
6 ProjectGUID="{5B51DFF7-5DC0-41F8-8791-A4AB7114A151}"
7 SccProjectName="_tkinter"
8 SccLocalPath="..\.."
9 SccProvider="MSSCCI:Perforce SCM"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Release|Win32"
21 OutputDirectory=".\."
22 IntermediateDirectory=".\x86-temp-release\_tkinter"
23 ConfigurationType="2"
24 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
25 UseOfMFC="0"
26 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 />
43 <Tool
44 Name="VCCLCompilerTool"
45 Optimization="2"
46 InlineFunctionExpansion="1"
47 AdditionalIncludeDirectories="..\..\tcltk\include,..\Include,..\PC"
48 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT"
49 StringPooling="true"
50 RuntimeLibrary="2"
51 EnableFunctionLevelLinking="true"
52 UsePrecompiledHeader="0"
53 WarningLevel="3"
54 SuppressStartupBanner="true"
55 DebugInformationFormat="3"
56 CompileAs="0"
57 />
58 <Tool
59 Name="VCManagedResourceCompilerTool"
60 />
61 <Tool
62 Name="VCResourceCompilerTool"
63 />
64 <Tool
65 Name="VCPreLinkEventTool"
66 />
67 <Tool
68 Name="VCLinkerTool"
69 AdditionalDependencies="..\..\tcltk\lib\tk84.lib ..\..\tcltk\lib\tcl84.lib odbccp32.lib"
70 OutputFile="./_tkinter.pyd"
71 LinkIncremental="1"
72 SuppressStartupBanner="true"
73 AdditionalLibraryDirectories=""
74 GenerateDebugInformation="true"
75 ProgramDatabaseFile=".\./_tkinter.pdb"
76 SubSystem="2"
77 BaseAddress="0x1e190000"
78 ImportLibrary=".\./_tkinter.lib"
79 TargetMachine="1"
80 />
81 <Tool
82 Name="VCALinkTool"
83 />
84 <Tool
85 Name="VCManifestTool"
86 />
87 <Tool
88 Name="VCXDCMakeTool"
89 />
90 <Tool
91 Name="VCBscMakeTool"
92 />
93 <Tool
94 Name="VCFxCopTool"
95 />
96 <Tool
97 Name="VCAppVerifierTool"
98 />
99 <Tool
100 Name="VCWebDeploymentTool"
101 />
102 <Tool
103 Name="VCPostBuildEventTool"
104 />
105 </Configuration>
106 <Configuration
107 Name="Debug|Win32"
108 OutputDirectory=".\."
109 IntermediateDirectory=".\x86-temp-debug\_tkinter"
110 ConfigurationType="2"
111 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
112 UseOfMFC="0"
113 ATLMinimizesCRunTimeLibraryUsage="false"
114 >
115 <Tool
116 Name="VCPreBuildEventTool"
117 />
118 <Tool
119 Name="VCCustomBuildTool"
120 />
121 <Tool
122 Name="VCXMLDataGeneratorTool"
123 />
124 <Tool
125 Name="VCWebServiceProxyGeneratorTool"
126 />
127 <Tool
128 Name="VCMIDLTool"
129 />
130 <Tool
131 Name="VCCLCompilerTool"
132 Optimization="0"
133 AdditionalIncludeDirectories="..\..\tcltk\include,..\Include,..\PC"
134 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT"
135 RuntimeLibrary="3"
136 UsePrecompiledHeader="0"
137 WarningLevel="3"
138 SuppressStartupBanner="true"
139 DebugInformationFormat="3"
140 CompileAs="0"
141 />
142 <Tool
143 Name="VCManagedResourceCompilerTool"
144 />
145 <Tool
146 Name="VCResourceCompilerTool"
147 />
148 <Tool
149 Name="VCPreLinkEventTool"
150 />
151 <Tool
152 Name="VCLinkerTool"
153 AdditionalDependencies="..\..\tcltk\lib\tk84.lib ..\..\tcltk\lib\tcl84.lib odbccp32.lib"
154 OutputFile="./_tkinter_d.pyd"
155 LinkIncremental="1"
156 SuppressStartupBanner="true"
157 AdditionalLibraryDirectories=""
158 GenerateDebugInformation="true"
159 ProgramDatabaseFile=".\./_tkinter_d.pdb"
160 SubSystem="2"
161 BaseAddress="0x1e190000"
162 ImportLibrary=".\./_tkinter_d.lib"
163 TargetMachine="1"
164 />
165 <Tool
166 Name="VCALinkTool"
167 />
168 <Tool
169 Name="VCManifestTool"
170 />
171 <Tool
172 Name="VCXDCMakeTool"
173 />
174 <Tool
175 Name="VCBscMakeTool"
176 />
177 <Tool
178 Name="VCFxCopTool"
179 />
180 <Tool
181 Name="VCAppVerifierTool"
182 />
183 <Tool
184 Name="VCWebDeploymentTool"
185 />
186 <Tool
187 Name="VCPostBuildEventTool"
188 />
189 </Configuration>
190 <Configuration
191 Name="ReleaseItanium|Win32"
192 OutputDirectory="./."
193 IntermediateDirectory=".\ia64-temp-release\_tkinter"
194 ConfigurationType="2"
195 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
196 UseOfMFC="0"
197 ATLMinimizesCRunTimeLibraryUsage="false"
198 >
199 <Tool
200 Name="VCPreBuildEventTool"
201 />
202 <Tool
203 Name="VCCustomBuildTool"
204 />
205 <Tool
206 Name="VCXMLDataGeneratorTool"
207 />
208 <Tool
209 Name="VCWebServiceProxyGeneratorTool"
210 />
211 <Tool
212 Name="VCMIDLTool"
213 />
214 <Tool
215 Name="VCCLCompilerTool"
216 AdditionalOptions=" /USECL:MS_ITANIUM"
217 Optimization="2"
218 InlineFunctionExpansion="1"
219 AdditionalIncludeDirectories="..\..\tcltk\include,..\Include,..\PC"
220 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT"
221 StringPooling="true"
222 BasicRuntimeChecks="0"
223 RuntimeLibrary="2"
224 BufferSecurityCheck="false"
225 EnableFunctionLevelLinking="true"
226 UsePrecompiledHeader="0"
227 WarningLevel="3"
228 SuppressStartupBanner="true"
229 Detect64BitPortabilityProblems="true"
230 DebugInformationFormat="3"
231 CompileAs="0"
232 />
233 <Tool
234 Name="VCManagedResourceCompilerTool"
235 />
236 <Tool
237 Name="VCResourceCompilerTool"
238 />
239 <Tool
240 Name="VCPreLinkEventTool"
241 />
242 <Tool
243 Name="VCLinkerTool"
244 AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
245 AdditionalDependencies="..\..\tcltk\lib\tk84.lib ..\..\tcltk\lib\tcl84.lib odbccp32.lib"
246 OutputFile="./_tkinter.pyd"
247 LinkIncremental="1"
248 SuppressStartupBanner="true"
249 AdditionalLibraryDirectories=""
250 GenerateDebugInformation="true"
251 ProgramDatabaseFile=".\./_tkinter.pdb"
252 SubSystem="2"
253 BaseAddress="0x1e190000"
254 ImportLibrary=".\./_tkinter.lib"
255 TargetMachine="0"
256 />
257 <Tool
258 Name="VCALinkTool"
259 />
260 <Tool
261 Name="VCManifestTool"
262 />
263 <Tool
264 Name="VCXDCMakeTool"
265 />
266 <Tool
267 Name="VCBscMakeTool"
268 />
269 <Tool
270 Name="VCFxCopTool"
271 />
272 <Tool
273 Name="VCAppVerifierTool"
274 />
275 <Tool
276 Name="VCWebDeploymentTool"
277 />
278 <Tool
279 Name="VCPostBuildEventTool"
280 />
281 </Configuration>
282 <Configuration
283 Name="ReleaseAMD64|Win32"
284 OutputDirectory="."
285 IntermediateDirectory="amd64-temp-release\_tkinter"
286 ConfigurationType="2"
287 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
288 UseOfMFC="0"
289 ATLMinimizesCRunTimeLibraryUsage="false"
290 >
291 <Tool
292 Name="VCPreBuildEventTool"
293 />
294 <Tool
295 Name="VCCustomBuildTool"
296 />
297 <Tool
298 Name="VCXMLDataGeneratorTool"
299 />
300 <Tool
301 Name="VCWebServiceProxyGeneratorTool"
302 />
303 <Tool
304 Name="VCMIDLTool"
305 />
306 <Tool
307 Name="VCCLCompilerTool"
308 AdditionalOptions=" /USECL:MS_OPTERON /GS-"
309 Optimization="2"
310 InlineFunctionExpansion="1"
311 AdditionalIncludeDirectories="..\..\tcltk\include,..\Include,..\PC"
312 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT"
313 StringPooling="true"
314 BasicRuntimeChecks="0"
315 RuntimeLibrary="2"
316 BufferSecurityCheck="false"
317 EnableFunctionLevelLinking="true"
318 UsePrecompiledHeader="0"
319 WarningLevel="3"
320 SuppressStartupBanner="true"
321 Detect64BitPortabilityProblems="true"
322 DebugInformationFormat="3"
323 CompileAs="0"
324 />
325 <Tool
326 Name="VCManagedResourceCompilerTool"
327 />
328 <Tool
329 Name="VCResourceCompilerTool"
330 />
331 <Tool
332 Name="VCPreLinkEventTool"
333 />
334 <Tool
335 Name="VCLinkerTool"
336 AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK"
337 AdditionalDependencies="..\..\tcltk\lib\tk84.lib ..\..\tcltk\lib\tcl84.lib odbccp32.lib"
338 OutputFile="./_tkinter.pyd"
339 LinkIncremental="1"
340 SuppressStartupBanner="true"
341 AdditionalLibraryDirectories=""
342 GenerateDebugInformation="true"
343 ProgramDatabaseFile=".\./_tkinter.pdb"
344 SubSystem="2"
345 BaseAddress="0x1e190000"
346 ImportLibrary=".\./_tkinter.lib"
347 TargetMachine="0"
348 />
349 <Tool
350 Name="VCALinkTool"
351 />
352 <Tool
353 Name="VCManifestTool"
354 />
355 <Tool
356 Name="VCXDCMakeTool"
357 />
358 <Tool
359 Name="VCBscMakeTool"
360 />
361 <Tool
362 Name="VCFxCopTool"
363 />
364 <Tool
365 Name="VCAppVerifierTool"
366 />
367 <Tool
368 Name="VCWebDeploymentTool"
369 />
370 <Tool
371 Name="VCPostBuildEventTool"
372 />
373 </Configuration>
374 </Configurations>
375 <References>
376 </References>
377 <Files>
378 <File
379 RelativePath="..\Modules\_tkinter.c"
380 >
381 </File>
382 <File
383 RelativePath="..\Modules\tkappinit.c"
384 >
385 </File>
386 </Files>
387 <Globals>
388 </Globals>
389</VisualStudioProject>