2014-04-07 22:06:10 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-04-14 20:54:49 -04:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-04-07 22:06:10 -04:00
|
|
|
|
2014-05-10 06:47:35 -04:00
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="Common.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
|
2014-04-07 22:06:10 -04:00
|
|
|
<PropertyGroup>
|
2014-05-10 06:47:35 -04:00
|
|
|
<_PropertySheetDisplayName>Debug Settings</_PropertySheetDisplayName>
|
2014-05-11 17:25:55 -04:00
|
|
|
<DebugOrRelease>Debug</DebugOrRelease>
|
2014-04-07 22:06:10 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
2014-05-27 00:16:54 -04:00
|
|
|
<ClCompile>
|
2014-04-07 22:06:10 -04:00
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ClCompile>
|
|
|
|
<ResourceCompile>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ResourceCompile>
|
|
|
|
<Link>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2014-05-10 06:47:35 -04:00
|
|
|
</Link>
|
2014-04-07 22:06:10 -04:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
|
</Project>
|