| 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 |   <ImportGroup Label="PropertySheets"> | 
| Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 4 |     <Import Project="debug.props" /> | 
| Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 5 |     <Import Project="pyproject.props" /> | 
| Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 6 |   </ImportGroup> | 
| Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 7 |   <PropertyGroup Label="UserMacros" /> | 
| Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 8 |   <PropertyGroup> | 
 | 9 |     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | 
 | 10 |     <LinkIncremental>false</LinkIncremental> | 
 | 11 |     <GenerateManifest>false</GenerateManifest> | 
 | 12 |     <EmbedManifest>false</EmbedManifest> | 
 | 13 |     <TargetExt>.pyd</TargetExt> | 
 | 14 |     <TargetName>$(ProjectName)_d</TargetName> | 
 | 15 |   </PropertyGroup> | 
 | 16 |   <ItemDefinitionGroup> | 
 | 17 |     <ClCompile> | 
 | 18 |       <Optimization>Disabled</Optimization> | 
 | 19 |       <InlineFunctionExpansion>Default</InlineFunctionExpansion> | 
 | 20 |       <IntrinsicFunctions>false</IntrinsicFunctions> | 
 | 21 |       <PreprocessorDefinitions>Py_BUILD_CORE_MODULE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 | 22 |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 
 | 23 |     </ClCompile> | 
| Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 24 |     <Link /> | 
| Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 25 |     <PostBuildEvent> | 
 | 26 |       <Command> | 
 | 27 |       </Command> | 
 | 28 |     </PostBuildEvent> | 
 | 29 |   </ItemDefinitionGroup> | 
| Kristján Valur Jónsson | c45ea9e | 2012-05-19 21:10:14 +0000 | [diff] [blame] | 30 |   <ItemGroup /> | 
| Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 31 | </Project> |