Staging
v0.8.1
Revision c251607d591ad8c0f117eb5e6118027c4ae1e8c6 authored by Benjamin Peterson on 08 May 2010, 17:08:17 UTC, committed by Benjamin Peterson on 08 May 2010, 17:08:17 UTC
1 parent 9c164af
Raw File
release.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="release"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="NDEBUG"
	/>
	<UserMacro
		Name="KillPythonExe"
		Value="$(OutDir)\kill_python.exe"
	/>	
</VisualStudioPropertySheet>
back to top