VCMI_global.props 875 B

1234567891011121314151617181920212223
  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. <Import Project="VCMI_global_user.props" />
  5. </ImportGroup>
  6. <PropertyGroup Label="UserMacros" />
  7. <PropertyGroup>
  8. <_PropertySheetDisplayName>VCMI_global</_PropertySheetDisplayName>
  9. <LibraryPath>$(SolutionDir)..\libs\$(PlatformShortName);$(VCMI_Out);$(LibraryPath)</LibraryPath>
  10. <IncludePath>$(SolutionDir)..\include;$(SolutionDir)include;$(IncludePath)</IncludePath>
  11. <OutDir>$(VCMI_Out)\</OutDir>
  12. </PropertyGroup>
  13. <ItemDefinitionGroup>
  14. <Link />
  15. <Link>
  16. <SubSystem>Console</SubSystem>
  17. </Link>
  18. <ClCompile>
  19. <DisableSpecificWarnings>4275</DisableSpecificWarnings>
  20. </ClCompile>
  21. </ItemDefinitionGroup>
  22. <ItemGroup />
  23. </Project>