You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
586 B

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