DebugDEXE.props 633 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <_PropertySheetDisplayName>Console Debug Dynamic</_PropertySheetDisplayName>
  5. <DefaultLinkage>dynamic</DefaultLinkage>
  6. </PropertyGroup>
  7. <ImportGroup Label="PropertySheets">
  8. <Import Project="Debug.props" />
  9. <Import Project="EXE.props" />
  10. </ImportGroup>
  11. <ItemDefinitionGroup>
  12. <ClCompile>
  13. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  14. <LinkIncremental>true</LinkIncremental>
  15. </ClCompile>
  16. </ItemDefinitionGroup>
  17. </Project>