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">
|
|
|
|
<ImportGroup Label="PropertySheets" />
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>VCMI_global</_PropertySheetDisplayName>
|
2012-12-19 21:23:21 +03:00
|
|
|
<LibraryPath>$(SolutionDir)..\libs\$(PlatformShortName);$(VCMI_Out);$(LibraryPath)</LibraryPath>
|
|
|
|
<IncludePath>$(SolutionDir)..\include;$(IncludePath)</IncludePath>
|
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>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup />
|
|
|
|
</Project>
|