2011-08-16 00:53:03 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-09-02 20:26:52 +03:00
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="VCMI_global_user.props" />
|
|
|
|
</ImportGroup>
|
2011-08-16 00:53:03 +03:00
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>VCMI_global</_PropertySheetDisplayName>
|
2012-12-19 21:23:21 +03:00
|
|
|
<LibraryPath>$(SolutionDir)..\libs\$(PlatformShortName);$(VCMI_Out);$(LibraryPath)</LibraryPath>
|
2016-08-12 08:38:26 +02:00
|
|
|
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)include;$(IncludePath)</IncludePath>
|
2013-09-02 20:26:52 +03:00
|
|
|
<OutDir>$(VCMI_Out)\</OutDir>
|
2011-08-16 00:53:03 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup>
|
2012-12-19 21:23:21 +03:00
|
|
|
<Link />
|
2011-08-16 00:53:03 +03:00
|
|
|
<Link>
|
2012-12-19 21:23:21 +03:00
|
|
|
<SubSystem>Console</SubSystem>
|
2011-08-16 00:53:03 +03:00
|
|
|
</Link>
|
2013-02-27 06:11:45 +03:00
|
|
|
<ClCompile>
|
|
|
|
<DisableSpecificWarnings>4275</DisableSpecificWarnings>
|
|
|
|
</ClCompile>
|
2011-08-16 00:53:03 +03:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup />
|
2013-09-02 20:26:52 +03:00
|
|
|
</Project>
|