Staging
v0.8.1
Revision 3b94c0bb10451d1a243ec60e21478890fa078cb0 authored by Benjamin Peterson on 05 December 2009, 17:46:33 UTC, committed by Benjamin Peterson on 05 December 2009, 17:46:33 UTC
1 parent c0321aa
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