2011-06-20 14:41:04 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2011-08-16 12:32:08 +03:00
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2011-06-20 14:41:04 +03:00
|
|
|
<ProjectConfiguration Include="RD|Win32">
|
|
|
|
<Configuration>RD</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2011-08-16 12:32:08 +03:00
|
|
|
<ProjectConfiguration Include="RD|x64">
|
|
|
|
<Configuration>RD</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
2011-06-20 14:41:04 +03:00
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{8F202F43-106D-4F63-AD9D-B1D43E803E8C}</ProjectGuid>
|
|
|
|
<RootNamespace>ERM</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2011-08-16 12:32:08 +03:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" Label="Configuration">
|
2011-06-20 14:41:04 +03:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2011-08-16 12:32:08 +03:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="Configuration">
|
2011-06-20 14:41:04 +03:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-08-16 12:32:08 +03:00
|
|
|
<Import Project="..\..\VCMI_global.props" />
|
2011-06-20 14:41:04 +03:00
|
|
|
</ImportGroup>
|
2011-08-16 12:32:08 +03:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
2011-06-20 14:41:04 +03:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-08-16 12:32:08 +03:00
|
|
|
<Import Project="..\..\VCMI_global.props" />
|
2011-06-20 14:41:04 +03:00
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-08-16 12:32:08 +03:00
|
|
|
<Import Project="..\..\VCMI_global.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
<Import Project="..\..\VCMI_global.props" />
|
2011-06-20 14:41:04 +03:00
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2011-08-16 12:32:08 +03:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)\Scripting\</OutDir>
|
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<OutDir>$(SolutionDir)\Scripting\</OutDir>
|
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
|
|
|
</PropertyGroup>
|
2011-06-20 14:41:04 +03:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\bin\Scripting\</OutDir>
|
2011-08-16 12:32:08 +03:00
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
2011-06-20 14:41:04 +03:00
|
|
|
</PropertyGroup>
|
2011-08-16 12:32:08 +03:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\bin\Scripting\</OutDir>
|
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
2011-06-20 14:41:04 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<Optimization>Disabled</Optimization>
|
2011-08-16 12:32:08 +03:00
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2011-12-14 00:23:17 +03:00
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>StdInc.h</PrecompiledHeaderFile>
|
2011-06-20 14:41:04 +03:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<AdditionalLibraryDirectories>../../../libs; ../../;</AdditionalLibraryDirectories>
|
|
|
|
<AdditionalDependencies>VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<AdditionalIncludeDirectories>../../../include;</AdditionalIncludeDirectories>
|
2011-08-16 12:32:08 +03:00
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
2011-06-20 14:41:04 +03:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<AdditionalLibraryDirectories>../../../libs; ../../;</AdditionalLibraryDirectories>
|
|
|
|
<AdditionalDependencies>VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2011-08-16 12:32:08 +03:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
2011-06-20 14:41:04 +03:00
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="ERMInterpreter.h" />
|
|
|
|
<ClInclude Include="ERMParser.h" />
|
|
|
|
<ClInclude Include="ERMScriptModule.h" />
|
2011-12-14 00:23:17 +03:00
|
|
|
<ClInclude Include="StdInc.h" />
|
2011-06-20 14:41:04 +03:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="ERMInterpreter.cpp" />
|
|
|
|
<ClCompile Include="ERMParser.cpp" />
|
|
|
|
<ClCompile Include="ERMScriptModule.cpp" />
|
2011-12-14 00:23:17 +03:00
|
|
|
<ClCompile Include="StdInc.cpp">
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StdInc.h</PrecompiledHeaderFile>
|
|
|
|
</ClCompile>
|
2011-06-20 14:41:04 +03:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|