Home | History | Annotate | Line # | Download | only in properties
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   
      4   <ImportGroup Label="PropertySheets">
      5     <Import Project="Common.props" />
      6   </ImportGroup>
      7   
      8   <PropertyGroup>
      9     <_PropertySheetDisplayName>Debug Settings</_PropertySheetDisplayName>
     10     <DebugOrRelease>Debug</DebugOrRelease>
     11   </PropertyGroup>
     12   
     13   <ItemDefinitionGroup>
     14     <ClCompile>
     15       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
     16       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     17       <FunctionLevelLinking>true</FunctionLevelLinking>
     18       <Optimization>Disabled</Optimization>
     19       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     20     </ClCompile>
     21     <ResourceCompile>
     22       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     23     </ResourceCompile>
     24     <Link>
     25       <GenerateDebugInformation>true</GenerateDebugInformation>
     26     </Link>    
     27   </ItemDefinitionGroup>
     28   
     29 </Project>