VCMI_global_debug.props 1.2 KB

12345678910111213141516171819202122232425
  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. <IncludePath>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include;$(IncludePath)</IncludePath>
  9. <LibraryPath>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib;G:\boost\SDL_mixer-1.2.11\lib;G:\boost\zlib125-dll\lib;G:\boost\SDL-1.2.14\lib;G:\boost\SDL_image-1.2.10\lib;G:\boost\SDL_ttf-2.0.10\lib;G:\boost\boost_1_51_0\stage\lib;$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath>
  10. </PropertyGroup>
  11. <ItemDefinitionGroup>
  12. <ClCompile>
  13. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  14. </ClCompile>
  15. <Link>
  16. <GenerateDebugInformation>true</GenerateDebugInformation>
  17. </Link>
  18. </ItemDefinitionGroup>
  19. <ItemGroup>
  20. <BuildMacro Include="VCMI_Out">
  21. <Value>$(VCMI_Out)</Value>
  22. <EnvironmentVariable>true</EnvironmentVariable>
  23. </BuildMacro>
  24. </ItemGroup>
  25. </Project>