180 lines
9.2 KiB
XML
180 lines
9.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{2E63AE74-758A-4607-9DE4-D28E814A6E13}</ProjectGuid>
|
|
<RootNamespace>KoraBot</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(PlatformToolset)'=='v141_xp'">
|
|
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>../BWAPILIB/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>NOMINMAX;WIN32;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010300;_DEBUG;_WINDOWS;_USRDLL;KORABOT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions>
|
|
</ClCompile>
|
|
<PreLinkEvent />
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<AdditionalIncludeDirectories>../BWAPILIB/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>NOMINMAX;WIN32;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010300;NDEBUG;_WINDOWS;_USRDLL;KORABOT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions>
|
|
</ClCompile>
|
|
<PreLinkEvent />
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Source\Analysis.cpp" />
|
|
<ClCompile Include="Source\BuildingPlacement.cpp" />
|
|
<ClCompile Include="Source\BWEM\EasyBMP_1.06\EasyBMP.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\area.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\base.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\bwapiExt.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\bwem.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\cp.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\examples.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\exampleWall.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\graph.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\gridMap.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\map.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\mapDrawer.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\mapImpl.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\mapPrinter.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\neutral.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\tiles.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\utils.cpp" />
|
|
<ClCompile Include="Source\BWEM\src\winutils.cpp" />
|
|
<ClCompile Include="Source\CBase.cpp" />
|
|
<ClCompile Include="Source\CheckItem.cpp" />
|
|
<ClCompile Include="Source\CPlayer.cpp" />
|
|
<ClCompile Include="Source\CUnit.cpp" />
|
|
<ClCompile Include="Source\Dll.cpp" />
|
|
<ClCompile Include="Source\KoraBot.cpp" />
|
|
<ClCompile Include="Source\Location.cpp" />
|
|
<ClCompile Include="Source\Macro.cpp" />
|
|
<ClCompile Include="Source\CMap.cpp" />
|
|
<ClCompile Include="Source\Military.cpp" />
|
|
<ClCompile Include="Source\Mining.cpp" />
|
|
<ClCompile Include="Source\PlayerAssessment.cpp" />
|
|
<ClCompile Include="Source\QueueEntry.cpp" />
|
|
<ClCompile Include="Source\Scouting.cpp" />
|
|
<ClCompile Include="Source\Squad.cpp" />
|
|
<ClCompile Include="Source\Util.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="Source\Analysis.h" />
|
|
<ClInclude Include="Source\BuildingPlacement.h" />
|
|
<ClInclude Include="Source\BWEM\EasyBMP_1.06\EasyBMP.h" />
|
|
<ClInclude Include="Source\BWEM\src\area.h" />
|
|
<ClInclude Include="Source\BWEM\src\base.h" />
|
|
<ClInclude Include="Source\BWEM\src\bwapiExt.h" />
|
|
<ClInclude Include="Source\BWEM\src\bwem.h" />
|
|
<ClInclude Include="Source\BWEM\src\cp.h" />
|
|
<ClInclude Include="Source\BWEM\src\defs.h" />
|
|
<ClInclude Include="Source\BWEM\src\examples.h" />
|
|
<ClInclude Include="Source\BWEM\src\exampleWall.h" />
|
|
<ClInclude Include="Source\BWEM\src\graph.h" />
|
|
<ClInclude Include="Source\BWEM\src\gridMap.h" />
|
|
<ClInclude Include="Source\BWEM\src\map.h" />
|
|
<ClInclude Include="Source\BWEM\src\mapDrawer.h" />
|
|
<ClInclude Include="Source\BWEM\src\mapImpl.h" />
|
|
<ClInclude Include="Source\BWEM\src\mapPrinter.h" />
|
|
<ClInclude Include="Source\BWEM\src\neutral.h" />
|
|
<ClInclude Include="Source\BWEM\src\tiles.h" />
|
|
<ClInclude Include="Source\BWEM\src\utils.h" />
|
|
<ClInclude Include="Source\BWEM\src\winutils.h" />
|
|
<ClInclude Include="Source\CBase.h" />
|
|
<ClInclude Include="Source\CheckItem.h" />
|
|
<ClInclude Include="Source\CPlayer.h" />
|
|
<ClInclude Include="Source\CUnit.h" />
|
|
<ClInclude Include="Source\KoraBot.h" />
|
|
<ClInclude Include="Source\Location.h" />
|
|
<ClInclude Include="Source\Macro.h" />
|
|
<ClInclude Include="Source\CMap.h" />
|
|
<ClInclude Include="Source\Military.h" />
|
|
<ClInclude Include="Source\Mining.h" />
|
|
<ClInclude Include="Source\PlayerAssessment.h" />
|
|
<ClInclude Include="Source\QueueEntry.h" />
|
|
<ClInclude Include="Source\Scouting.h" />
|
|
<ClInclude Include="Source\Squad.h" />
|
|
<ClInclude Include="Source\Util.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BWAPILIB\BWAPILIB.vcxproj">
|
|
<Project>{843656fd-9bfd-47bf-8460-7bfe9710ea2c}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |