VCMI_global_debug.props 719 B

12345678910111213141516171819202122
  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 Label="UserMacros">
  5. <VCMI_Out>$(SolutionDir)</VCMI_Out>
  6. </PropertyGroup>
  7. <PropertyGroup />
  8. <ItemDefinitionGroup>
  9. <ClCompile>
  10. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  11. </ClCompile>
  12. <Link>
  13. <GenerateDebugInformation>true</GenerateDebugInformation>
  14. </Link>
  15. </ItemDefinitionGroup>
  16. <ItemGroup>
  17. <BuildMacro Include="VCMI_Out">
  18. <Value>$(VCMI_Out)</Value>
  19. <EnvironmentVariable>true</EnvironmentVariable>
  20. </BuildMacro>
  21. </ItemGroup>
  22. </Project>