Staging
v0.5.1
Revision 8dd2a40bc7feb3b3c2213ed9b7ea7a5bd58ff101 authored by Vinay Sajip on 07 March 2011, 15:02:11 UTC, committed by Vinay Sajip on 07 March 2011, 15:02:11 UTC
1 parent df8e75e
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