_tkinter.vcproj 9.34 KB
Newer Older
1 2 3
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
4
	Version="9,00"
5
	Name="_tkinter"
6 7 8 9 10
	ProjectGUID="{4946ECAC-2E69-4BF8-A90A-F5136F5094DF}"
	RootNamespace="_tkinter"
	Keyword="Win32Proj"
	TargetFrameworkVersion="196613"
	>
11 12
	<Platforms>
		<Platform
13 14 15 16 17
			Name="Win32"
		/>
		<Platform
			Name="x64"
		/>
18
	</Platforms>
19 20
	<ToolFiles>
	</ToolFiles>
21 22
	<Configurations>
		<Configuration
23
			Name="Debug|Win32"
24
			ConfigurationType="2"
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
			InheritedPropertySheets=".\pyd_d.vsprops"
			CharacterSet="0"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
43 44
			<Tool
				Name="VCCLCompilerTool"
45 46 47 48 49 50 51 52 53 54 55 56
				AdditionalIncludeDirectories="$(tcltkDir)\include"
				PreprocessorDefinitions="WITH_APPINIT"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
57 58
			<Tool
				Name="VCLinkerTool"
Christian Heimes's avatar
Christian Heimes committed
59
				AdditionalDependencies="$(tcltkLibDebug)"
60 61 62 63
			/>
			<Tool
				Name="VCALinkTool"
			/>
64
			<Tool
65 66
				Name="VCManifestTool"
			/>
67
			<Tool
68 69
				Name="VCXDCMakeTool"
			/>
70
			<Tool
71 72
				Name="VCBscMakeTool"
			/>
73
			<Tool
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="Debug|x64"
			ConfigurationType="2"
			InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops"
			CharacterSet="0"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
				TargetEnvironment="3"
			/>
			<Tool
				Name="VCCLCompilerTool"
Christian Heimes's avatar
Christian Heimes committed
107
				AdditionalIncludeDirectories="$(tcltk64Dir)\include"
108 109 110 111 112 113 114 115 116 117 118 119 120
				PreprocessorDefinitions="WITH_APPINIT"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
Christian Heimes's avatar
Christian Heimes committed
121
				AdditionalDependencies="$(tcltk64LibDebug)"
122
			/>
123
			<Tool
124 125
				Name="VCALinkTool"
			/>
126
			<Tool
127 128
				Name="VCManifestTool"
			/>
129
			<Tool
130 131
				Name="VCXDCMakeTool"
			/>
132
			<Tool
133 134
				Name="VCBscMakeTool"
			/>
135
			<Tool
136 137
				Name="VCFxCopTool"
			/>
138
			<Tool
139 140 141 142 143
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
144 145
		</Configuration>
		<Configuration
146
			Name="Release|Win32"
147
			ConfigurationType="2"
148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
			InheritedPropertySheets=".\pyd.vsprops"
			CharacterSet="0"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
167 168
			<Tool
				Name="VCCLCompilerTool"
169 170 171 172 173 174 175 176 177 178 179 180
				AdditionalIncludeDirectories="$(tcltkDir)\include"
				PreprocessorDefinitions="WITH_APPINIT"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
181 182
			<Tool
				Name="VCLinkerTool"
183 184 185 186 187 188 189 190 191 192 193
				AdditionalDependencies="$(tcltkLib)"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
194
			<Tool
195 196
				Name="VCBscMakeTool"
			/>
197
			<Tool
198 199
				Name="VCFxCopTool"
			/>
200
			<Tool
201 202
				Name="VCAppVerifierTool"
			/>
203
			<Tool
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="Release|x64"
			ConfigurationType="2"
			InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
			CharacterSet="0"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
226
			<Tool
227 228 229 230 231
				Name="VCMIDLTool"
				TargetEnvironment="3"
			/>
			<Tool
				Name="VCCLCompilerTool"
Christian Heimes's avatar
Christian Heimes committed
232
				AdditionalIncludeDirectories="$(tcltk64Dir)\include"
233 234 235 236 237 238 239 240 241 242 243 244 245 246 247
				PreprocessorDefinitions="WITH_APPINIT"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="$(tcltk64Lib)"
			/>
248
			<Tool
249 250
				Name="VCALinkTool"
			/>
251
			<Tool
252 253
				Name="VCManifestTool"
			/>
254
			<Tool
255 256
				Name="VCXDCMakeTool"
			/>
257
			<Tool
258 259
				Name="VCBscMakeTool"
			/>
260
			<Tool
261 262 263 264 265 266 267 268
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
269
		</Configuration>
Martin v. Löwis's avatar
Martin v. Löwis committed
270
		<Configuration
271
			Name="PGInstrument|Win32"
Martin v. Löwis's avatar
Martin v. Löwis committed
272
			ConfigurationType="2"
273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
			InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
			CharacterSet="0"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
292 293
			<Tool
				Name="VCCLCompilerTool"
294 295 296 297 298 299 300 301 302 303 304 305
				AdditionalIncludeDirectories="$(tcltkDir)\include"
				PreprocessorDefinitions="WITH_APPINIT"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
306 307
			<Tool
				Name="VCLinkerTool"
308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356
				AdditionalDependencies="$(tcltkLib)"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="PGInstrument|x64"
			ConfigurationType="2"
			InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
			CharacterSet="0"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
				TargetEnvironment="3"
			/>
			<Tool
				Name="VCCLCompilerTool"
Christian Heimes's avatar
Christian Heimes committed
357
				AdditionalIncludeDirectories="$(tcltk64Dir)\include"
358 359 360 361 362
				PreprocessorDefinitions="WITH_APPINIT"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
363
			<Tool
364 365
				Name="VCResourceCompilerTool"
			/>
366
			<Tool
367 368
				Name="VCPreLinkEventTool"
			/>
369
			<Tool
370 371 372 373
				Name="VCLinkerTool"
				AdditionalDependencies="$(tcltk64Lib)"
				TargetMachine="17"
			/>
374
			<Tool
375 376
				Name="VCALinkTool"
			/>
377
			<Tool
378 379
				Name="VCManifestTool"
			/>
380
			<Tool
381 382
				Name="VCXDCMakeTool"
			/>
383
			<Tool
384 385
				Name="VCBscMakeTool"
			/>
386
			<Tool
387 388
				Name="VCFxCopTool"
			/>
389
			<Tool
390 391
				Name="VCAppVerifierTool"
			/>
392
			<Tool
393 394
				Name="VCPostBuildEventTool"
			/>
395 396
		</Configuration>
		<Configuration
397
			Name="PGUpdate|Win32"
398
			ConfigurationType="2"
399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417
			InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
			CharacterSet="0"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
418 419
			<Tool
				Name="VCCLCompilerTool"
420 421 422 423 424 425 426 427 428 429 430 431
				AdditionalIncludeDirectories="$(tcltkDir)\include"
				PreprocessorDefinitions="WITH_APPINIT"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
432 433
			<Tool
				Name="VCLinkerTool"
434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450
				AdditionalDependencies="$(tcltkLib)"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
451
			<Tool
452 453
				Name="VCAppVerifierTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
454
			<Tool
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="PGUpdate|x64"
			ConfigurationType="2"
			InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
			CharacterSet="0"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
477
			<Tool
478 479 480 481 482
				Name="VCMIDLTool"
				TargetEnvironment="3"
			/>
			<Tool
				Name="VCCLCompilerTool"
Christian Heimes's avatar
Christian Heimes committed
483
				AdditionalIncludeDirectories="$(tcltk64Dir)\include"
484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499
				PreprocessorDefinitions="WITH_APPINIT"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="$(tcltk64Lib)"
				TargetMachine="17"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
500
			<Tool
501 502
				Name="VCALinkTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
503
			<Tool
504 505
				Name="VCManifestTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
506
			<Tool
507 508
				Name="VCXDCMakeTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
509
			<Tool
510 511
				Name="VCBscMakeTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
512
			<Tool
513 514
				Name="VCFxCopTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
515
			<Tool
516 517
				Name="VCAppVerifierTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
518
			<Tool
519 520
				Name="VCPostBuildEventTool"
			/>
Martin v. Löwis's avatar
Martin v. Löwis committed
521
		</Configuration>
522 523 524 525
	</Configurations>
	<References>
	</References>
	<Files>
526 527 528 529 530 531 532 533 534 535 536 537
		<Filter
			Name="Source Files"
			>
			<File
				RelativePath="..\Modules\_tkinter.c"
				>
			</File>
			<File
				RelativePath="..\Modules\tkappinit.c"
				>
			</File>
		</Filter>
538 539 540 541
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>