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

ca16be
ca16be
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
ca16be
ca16be
  <PropertyGroup>
ca16be
    <_PropertySheetDisplayName>Dynamic Debug Library</_PropertySheetDisplayName>
ca16be
  </PropertyGroup>
ca16be
ca16be
  <ImportGroup Label="PropertySheets">
ca16be
    <Import Project="Debug.props" />
ca16be
    <Import Project="DLL.props" />
ca16be
  </ImportGroup>
ca16be
ca16be
  <ItemDefinitionGroup>
ca16be
    <ClCompile>
ca16be
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
ca16be
      <LinkIncremental>true</LinkIncremental>
ca16be
    </ClCompile>
ca16be
  </ItemDefinitionGroup>
ca16be
  
ca16be
</Project>