pyd_d.vsprops 833 Bytes
Newer Older
1 2 3 4 5
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyd_d"
6
	InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
7 8 9 10 11
	>
	<Tool
		Name="VCCLCompilerTool"
		Optimization="0"
		InlineFunctionExpansion="0"
12
		EnableIntrinsicFunctions="false"
Christian Heimes's avatar
Christian Heimes committed
13
		PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
14 15 16 17 18 19 20
		RuntimeLibrary="3"
	/>
	<Tool
		Name="VCLinkerTool"
		OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
		LinkIncremental="1"
		ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
21
		ImportLibrary="$(OutDir)\$(TargetName).lib"
22 23 24 25 26
		GenerateManifest="false"
	/>
	<Tool
		Name="VCManifestTool"
		EmbedManifest="false"
27 28 29
	/>
	<Tool
		Name="VCPostBuildEventTool"
30
		CommandLine=""
31
	/>
32 33
	<UserMacro
		Name="PythonExe"
Christian Heimes's avatar
Christian Heimes committed
34
		Value="$(SolutionDir)python_d.exe"
35
	/>
36
</VisualStudioPropertySheet>