2011-12-15 14:03:43 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-04-15 04:18:36 +02:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-04-06 11:39:15 +02:00
|
|
|
|
2014-05-13 12:17:48 +02:00
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="Common.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
|
2011-12-15 14:03:43 +01:00
|
|
|
<PropertyGroup>
|
2014-05-13 12:17:48 +02:00
|
|
|
<_PropertySheetDisplayName>Debug Settings</_PropertySheetDisplayName>
|
|
|
|
<DebugOrRelease>Debug</DebugOrRelease>
|
2011-12-15 14:03:43 +01:00
|
|
|
</PropertyGroup>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
2011-12-15 14:03:43 +01:00
|
|
|
<ItemDefinitionGroup>
|
2014-05-27 06:16:43 +02:00
|
|
|
<ClCompile>
|
2014-04-06 11:39:15 +02:00
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
2011-12-15 14:03:43 +01:00
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ClCompile>
|
|
|
|
<ResourceCompile>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ResourceCompile>
|
2014-04-06 11:39:15 +02:00
|
|
|
<Link>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2014-05-13 12:17:48 +02:00
|
|
|
</Link>
|
2011-12-15 14:03:43 +01:00
|
|
|
</ItemDefinitionGroup>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
2014-06-04 10:25:41 +02:00
|
|
|
</Project>
|