Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <PropertyGroup Label="UserMacros"> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 4 | <PyDebugExt /> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 5 | </PropertyGroup> |
| 6 | <PropertyGroup> |
| 7 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 8 | </PropertyGroup> |
| 9 | <ItemDefinitionGroup> |
| 10 | <ClCompile> |
| 11 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 12 | </ClCompile> |
| 13 | </ItemDefinitionGroup> |
| 14 | <ItemGroup> |
Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 15 | <BuildMacro Include="PyDebugExt"> |
| 16 | <Value>$(PyDebugExt)</Value> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 17 | </BuildMacro> |
| 18 | </ItemGroup> |
| 19 | </Project> |