VCMI_global.props 655 B

1234567891011121314151617
  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. <PropertyGroup>
  6. <_PropertySheetDisplayName>VCMI_global</_PropertySheetDisplayName>
  7. <LibraryPath>$(SolutionDir)..\libs\$(PlatformShortName);$(VCMI_Out);$(LibraryPath)</LibraryPath>
  8. <IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath>
  9. </PropertyGroup>
  10. <ItemDefinitionGroup>
  11. <Link />
  12. <Link>
  13. <SubSystem>Console</SubSystem>
  14. </Link>
  15. </ItemDefinitionGroup>
  16. <ItemGroup />
  17. </Project>