Blame SOURCES/libsodium-1.0.18/builds/msvc/properties/Debug.props

rdobuilder 775784
rdobuilder 775784
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
rdobuilder 775784
  
rdobuilder 775784
  <ImportGroup Label="PropertySheets">
rdobuilder 775784
    <Import Project="Common.props" />
rdobuilder 775784
  </ImportGroup>
rdobuilder 775784
  
rdobuilder 775784
  <PropertyGroup>
rdobuilder 775784
    <_PropertySheetDisplayName>Debug Settings</_PropertySheetDisplayName>
rdobuilder 775784
    <DebugOrRelease>Debug</DebugOrRelease>
rdobuilder 775784
  </PropertyGroup>
rdobuilder 775784
  
rdobuilder 775784
  <ItemDefinitionGroup>
rdobuilder 775784
    <ClCompile>
rdobuilder 775784
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
rdobuilder 775784
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
rdobuilder 775784
      <FunctionLevelLinking>true</FunctionLevelLinking>
rdobuilder 775784
      <Optimization>Disabled</Optimization>
rdobuilder 775784
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
rdobuilder 775784
    </ClCompile>
rdobuilder 775784
    <ResourceCompile>
rdobuilder 775784
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
rdobuilder 775784
    </ResourceCompile>
rdobuilder 775784
    <Link>
rdobuilder 775784
      <GenerateDebugInformation>true</GenerateDebugInformation>
rdobuilder 775784
    </Link>    
rdobuilder 775784
  </ItemDefinitionGroup>
rdobuilder 775784
  
rdobuilder 775784
</Project>