Staging
v0.5.1
https://github.com/python/cpython
Revision 0100702b9a77000c03934208e9131ef5914dcf63 authored by Michael Foord on 05 June 2010, 11:23:51 UTC, committed by Michael Foord on 05 June 2010, 11:23:51 UTC
1 parent 9ef5d33
Raw File
Tip revision: 0100702b9a77000c03934208e9131ef5914dcf63 authored by Michael Foord on 05 June 2010, 11:23:51 UTC
Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual.
Tip revision: 0100702
pyd.vsprops

<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyd"
	InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
		RuntimeLibrary="2"
	/>
	<Tool
		Name="VCLinkerTool"
		OutputFile="$(OutDir)\$(ProjectName).pyd"
		ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
		ImportLibrary="$(OutDir)\$(TargetName).lib"
		GenerateManifest="false"
	/>
	<Tool
		Name="VCManifestTool"
		EmbedManifest="false"
	/>
	<Tool
		Name="VCPostBuildEventTool"
		CommandLine=""
	/>
</VisualStudioPropertySheet>
back to top