2010-12-22 22:14:40 +02: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 00:53:03 +03:00
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2010-12-23 02:33:48 +02:00
|
|
|
<ProjectConfiguration Include="RD|Win32">
|
|
|
|
<Configuration>RD</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2011-08-16 00:53:03 +03:00
|
|
|
<ProjectConfiguration Include="RD|x64">
|
|
|
|
<Configuration>RD</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
2010-12-22 22:14:40 +02:00
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{15DABC90-234A-4B6B-9EEB-777C4768B82B}</ProjectGuid>
|
|
|
|
<RootNamespace>StupidAI</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 00:53:03 +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">
|
2010-12-22 22:14:40 +02:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2011-08-16 00:53:03 +03:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="Configuration">
|
2010-12-23 02:33:48 +02:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2010-12-22 22:14:40 +02:00
|
|
|
<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 00:53:03 +03:00
|
|
|
<Import Project="..\..\VCMI_global.props" />
|
2010-12-22 22:14:40 +02:00
|
|
|
</ImportGroup>
|
2011-08-16 00:53:03 +03:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
2010-12-22 22:14:40 +02:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-08-16 00:53:03 +03:00
|
|
|
<Import Project="..\..\VCMI_global.props" />
|
2010-12-22 22:14:40 +02:00
|
|
|
</ImportGroup>
|
2010-12-23 02:33:48 +02:00
|
|
|
<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 00:53:03 +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" />
|
2010-12-23 02:33:48 +02:00
|
|
|
</ImportGroup>
|
2010-12-22 22:14:40 +02:00
|
|
|
<PropertyGroup Label="UserMacros" />
|
2011-03-18 01:06:48 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)\AI\</OutDir>
|
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
|
|
|
</PropertyGroup>
|
2011-08-16 00:53:03 +03:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<OutDir>$(SolutionDir)\AI\</OutDir>
|
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
|
|
|
</PropertyGroup>
|
2011-03-18 01:06:48 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\bin\AI\</OutDir>
|
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
|
|
|
</PropertyGroup>
|
2011-08-16 00:53:03 +03:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\bin\AI\</OutDir>
|
2011-03-18 01:06:48 +02:00
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
|
|
|
</PropertyGroup>
|
2010-12-22 22:14:40 +02:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<Optimization>Disabled</Optimization>
|
2011-08-16 00:53:03 +03:00
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2011-12-14 00:23:17 +03:00
|
|
|
<PrecompiledHeaderFile>StdInc.h</PrecompiledHeaderFile>
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-08-16 00:53:03 +03:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<AdditionalDependencies>VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<AdditionalLibraryDirectories>$(OutDir)..;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<OutputFile>$(OutDir)StupidAI.dll</OutputFile>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2010-12-22 22:14:40 +02:00
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<AdditionalDependencies>VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-08-16 00:53:03 +03:00
|
|
|
<AdditionalLibraryDirectories>$(OutDir)..;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2010-12-23 02:33:48 +02:00
|
|
|
<OutputFile>$(OutDir)StupidAI.dll</OutputFile>
|
2010-12-22 22:14:40 +02:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2011-08-16 00:53:03 +03:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
|
2010-12-22 22:14:40 +02:00
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2011-08-16 00:53:03 +03:00
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2010-12-22 22:14:40 +02:00
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<AdditionalDependencies>VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-08-16 00:53:03 +03:00
|
|
|
<AdditionalLibraryDirectories>$(OutDir)..;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<OutputFile>$(OutDir)StupidAI.dll</OutputFile>
|
2010-12-23 02:33:48 +02:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2011-08-16 00:53:03 +03:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
|
2010-12-23 02:33:48 +02:00
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2011-08-16 00:53:03 +03:00
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2010-12-23 02:33:48 +02:00
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<AdditionalDependencies>VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2011-08-16 00:53:03 +03:00
|
|
|
<AdditionalLibraryDirectories>$(OutDir)..;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2010-12-23 02:33:48 +02:00
|
|
|
<OutputFile>$(OutDir)StupidAI.dll</OutputFile>
|
2010-12-22 22:14:40 +02:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="main.cpp" />
|
2011-12-14 00:23:17 +03:00
|
|
|
<ClCompile Include="StdInc.cpp">
|
|
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2010-12-22 22:14:40 +02:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
2011-12-14 00:23:17 +03:00
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StdInc.h</PrecompiledHeaderFile>
|
2010-12-22 22:14:40 +02:00
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="StupidAI.cpp" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2011-12-14 00:23:17 +03:00
|
|
|
<ClInclude Include="StdInc.h" />
|
2010-12-22 22:14:40 +02:00
|
|
|
<ClInclude Include="StupidAI.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|