Staging
v0.5.1
Revision 6c003210943fc91e5911bcbabe1fe4b0030cf38b authored by Benjamin Peterson on 15 October 2014, 22:07:54 UTC, committed by Benjamin Peterson on 15 October 2014, 22:07:54 UTC
1 parent d69a010
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