_ctypes.vcproj 8.66 KB
Newer Older
1 2 3 4 5 6
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8,00"
	Name="_ctypes"
	ProjectGUID="{F22F40F4-D318-40DC-96B3-88DC81CE0894}"
7
	RootNamespace="_ctypes"
8 9 10 11 12 13
	Keyword="Win32Proj"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
14 15 16
		<Platform
			Name="x64"
		/>
17 18 19 20 21 22
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
23 24
			OutputDirectory="$(PlatformName)"
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\_ctypes"
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
			ConfigurationType="2"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\_ctypes\libffi_msvc"
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
				MinimalRebuild="false"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="false"
				DebugInformationFormat="3"
				CompileAs="0"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
70
				OutputFile="$(OutDir)\_ctypes_d.pyd"
71 72
				LinkIncremental="1"
				SuppressStartupBanner="true"
73
				AdditionalLibraryDirectories="$(OutDir)"
74
				GenerateDebugInformation="true"
75
				ProgramDatabaseFile=""
76 77
				SubSystem="0"
				BaseAddress="0x1D1A0000"
78
				ImportLibrary=""
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
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
107 108 109
			Name="Debug|x64"
			OutputDirectory="$(PlatformName)"
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\_ctypes"
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
			ConfigurationType="2"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
128
				TargetEnvironment="3"
129 130 131
			/>
			<Tool
				Name="VCCLCompilerTool"
132
				Optimization="0"
133
				AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\_ctypes\libffi_msvc"
134 135 136 137
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
				MinimalRebuild="false"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
138 139 140
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="false"
141
				DebugInformationFormat="3"
142 143 144 145 146 147 148 149 150 151 152 153 154 155
				CompileAs="0"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
156
				OutputFile="$(OutDir)\_ctypes_d.pyd"
157 158
				LinkIncremental="1"
				SuppressStartupBanner="true"
159 160 161
				AdditionalLibraryDirectories="$(OutDir)"
				GenerateDebugInformation="true"
				ProgramDatabaseFile=""
162 163
				SubSystem="0"
				BaseAddress="0x1D1A0000"
164 165
				ImportLibrary=""
				TargetMachine="17"
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
193 194 195
			Name="Release|Win32"
			OutputDirectory="$(PlatformName)"
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\_ctypes"
196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
			ConfigurationType="2"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
217
				WholeProgramOptimization="true"
218 219 220 221 222 223 224
				AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\_ctypes\libffi_msvc"
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
				StringPooling="true"
				RuntimeLibrary="2"
				EnableFunctionLevelLinking="true"
				UsePrecompiledHeader="0"
				WarningLevel="3"
225 226
				Detect64BitPortabilityProblems="false"
				DebugInformationFormat="0"
227 228 229 230 231 232 233 234 235 236 237 238 239
				CompileAs="0"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
240 241
				AdditionalOptions="/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
				OutputFile="$(OutDir)\_ctypes.pyd"
242 243
				LinkIncremental="1"
				SuppressStartupBanner="true"
244 245 246
				AdditionalLibraryDirectories="$(OutDir)"
				GenerateDebugInformation="true"
				ProgramDatabaseFile=""
247 248 249
				SubSystem="0"
				OptimizeReferences="0"
				EnableCOMDATFolding="0"
250
				LinkTimeCodeGeneration="1"
251
				BaseAddress="0x1D1A0000"
252 253
				ImportLibrary=""
				TargetMachine="1"
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
281 282 283
			Name="Release|x64"
			OutputDirectory="$(PlatformName)"
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\_ctypes"
284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301
			ConfigurationType="2"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
302
				TargetEnvironment="3"
303 304 305
			/>
			<Tool
				Name="VCCLCompilerTool"
306
				WholeProgramOptimization="true"
307 308 309 310 311 312 313
				AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\_ctypes\libffi_msvc"
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
				StringPooling="true"
				RuntimeLibrary="2"
				EnableFunctionLevelLinking="true"
				UsePrecompiledHeader="0"
				WarningLevel="3"
314 315
				Detect64BitPortabilityProblems="false"
				DebugInformationFormat="0"
316 317 318 319 320 321 322 323 324 325 326 327 328
				CompileAs="0"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
329 330
				AdditionalOptions="/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
				OutputFile="$(OutDir)\_ctypes.pyd"
331 332
				LinkIncremental="1"
				SuppressStartupBanner="true"
333 334 335
				AdditionalLibraryDirectories="$(OutDir)"
				GenerateDebugInformation="true"
				ProgramDatabaseFile=""
336 337 338
				SubSystem="0"
				OptimizeReferences="0"
				EnableCOMDATFolding="0"
339
				LinkTimeCodeGeneration="1"
340
				BaseAddress="0x1D1A0000"
341 342
				ImportLibrary=""
				TargetMachine="17"
343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath="..\Modules\_ctypes\_ctypes.c"
			>
		</File>
		<File
			RelativePath="..\Modules\_ctypes\callbacks.c"
			>
		</File>
		<File
			RelativePath="..\Modules\_ctypes\callproc.c"
			>
		</File>
		<File
			RelativePath="..\Modules\_ctypes\cfield.c"
			>
		</File>
		<File
			RelativePath="..\Modules\_ctypes\libffi_msvc\ffi.c"
			>
		</File>
		<File
			RelativePath="..\Modules\_ctypes\malloc_closure.c"
			>
		</File>
		<File
			RelativePath="..\Modules\_ctypes\libffi_msvc\prep_cif.c"
			>
		</File>
		<File
			RelativePath="..\Modules\_ctypes\stgdict.c"
			>
		</File>
		<File
			RelativePath="..\Modules\_ctypes\libffi_msvc\win32.c"
			>
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>