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

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