VCMI_global_debug.props 444 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets" />
  4. <PropertyGroup />
  5. <ItemDefinitionGroup>
  6. <ClCompile>
  7. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  8. </ClCompile>
  9. <Link>
  10. <GenerateDebugInformation>true</GenerateDebugInformation>
  11. </Link>
  12. </ItemDefinitionGroup>
  13. </Project>