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

ca16be
ca16be
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
ca16be
  
ca16be
  <PropertyGroup>
ca16be
    <_PropertySheetDisplayName>Static Debug Link Time Code Generation Library</_PropertySheetDisplayName>
ca16be
  </PropertyGroup>
ca16be
  
ca16be
  <ImportGroup Label="PropertySheets">
ca16be
    <Import Project="Debug.props" />
ca16be
    <Import Project="LTCG.props" />
ca16be
  </ImportGroup>
ca16be
ca16be
  <ItemDefinitionGroup>
ca16be
    <ClCompile>
ca16be
      <DebugInformationFormat>OldStyle</DebugInformationFormat>
ca16be
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
ca16be
    </ClCompile>
ca16be
  </ItemDefinitionGroup>
ca16be
ca16be
</Project>