MegaGlest/mk/windoze/glest_game.vcxproj

367 lines
29 KiB
XML

<?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>
<ProjectConfiguration Include="Release_NO_STREFLOP|Win32">
<Configuration>Release_NO_STREFLOP</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{6B0C65F1-D031-46AF-AC0D-7C38892D2952}</ProjectGuid>
<RootNamespace>glest_game</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_NO_STREFLOP|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>NotSet</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>NotSet</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>NotSet</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_NO_STREFLOP|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)'=='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>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\data\glest_game\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)/$(ProjectName)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\data\glest_game\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)/$(ProjectName)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release_NO_STREFLOP|Win32'">$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release_NO_STREFLOP|Win32'">$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_NO_STREFLOP|Win32'">false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>../../source/shared_lib/include/graphics;../../source/shared_lib/include/graphics/gl;../../source/shared_lib/include/platform;../../source/shared_lib/include/platform/win32;../../source/shared_lib/include/sound;../../source/shared_lib/include/sound/ds8;../../source/shared_lib/include/util;../../source/shared_lib/include/lua;../../source/shared_lib/include/xml;../../source/shared_lib/include/tinyxml;../../source/glest_game/ai;../../source/glest_game/facilities;../../source/glest_game/game;../../source/glest_game/global;../../source/glest_game/graphics;../../source/glest_game/gui;../../source/glest_game/main;../../source/glest_game/menu;../../source/glest_game/network;../../source/glest_game/sound;../../source/glest_game/type_instances;../../source/glest_game/types;../../source/glest_game/world;../../source/win32_deps/include;../../source/win32_deps/xerces-c-3.0.1/src;../../source/win32_deps/SDL-1.2.x/include;../../source/shared_lib/include/platform/sdl;../../source/shared_lib/include/sound/openal;../../source/win32_deps/openal-soft-1.12.854/include;../../source/shared_lib/include/platform/posix;../../source/shared_lib/include/streflop;../../source/shared_lib/include/platform/common;../../source/win32_deps/curl-7.21.3/include;../../source/shared_lib/include/map;../../source/win32_deps/libircclient/include</AdditionalIncludeDirectories>
<AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;XML_LIBRARY;USE_PCH=1;_CRT_SECURE_NO_WARNINGS;USE_STREFLOP;STREFLOP_SSE;LIBM_COMPILING_FLT32;CURL_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<SmallerTypeCheck>true</SmallerTypeCheck>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
<FloatingPointModel>Fast</FloatingPointModel>
<PrecompiledHeader>
</PrecompiledHeader>
<PrecompiledHeaderFile>
</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>
</PrecompiledHeaderOutputFile>
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
<BrowseInformation>true</BrowseInformation>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4018;4244;4250;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
<AdditionalDependencies>dsound.lib;dxguid.lib;ogg_static.lib;vorbis_static.lib;vorbisfile_static.lib;opengl32.lib;glu32.lib;wsock32.lib;libglest.lib;mmc.lib;lua5.1.lib;xerces-c_3.lib;Dbghelp.lib;libpng.lib;jpeg.lib;zlib.lib;sdl.lib;sdlmain.lib;winmm.lib;openal32.lib;iphlpapi.lib;libstreflop.lib;libcurl.lib;ws2_32.lib;libircclient.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>../../source/win32_deps/lib;../../build/$(Configuration)/libglest;../../source/shared_lib/sources/streflop/libstreflop;../../source/win32_deps/libircclient/build/lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<GenerateDebugInformation>true</GenerateDebugInformation>
<LinkTimeCodeGeneration>
</LinkTimeCodeGeneration>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalOptions>/arch:SSE2 %(AdditionalOptions)</AdditionalOptions>
<Optimization>MaxSpeed</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>../../source/shared_lib/include/graphics;../../source/shared_lib/include/graphics/gl;../../source/shared_lib/include/platform;../../source/shared_lib/include/platform/win32;../../source/shared_lib/include/sound;../../source/shared_lib/include/sound/ds8;../../source/shared_lib/include/util;../../source/shared_lib/include/lua;../../source/shared_lib/include/xml;../../source/shared_lib/include/tinyxml;../../source/glest_game/ai;../../source/glest_game/facilities;../../source/glest_game/game;../../source/glest_game/global;../../source/glest_game/graphics;../../source/glest_game/gui;../../source/glest_game/main;../../source/glest_game/menu;../../source/glest_game/network;../../source/glest_game/sound;../../source/glest_game/type_instances;../../source/glest_game/types;../../source/glest_game/world;../../source/win32_deps/include;../../source/win32_deps/xerces-c-3.0.1/src;../../source/win32_deps/SDL-1.2.x/include;../../source/shared_lib/include/platform/sdl;../../source/shared_lib/include/sound/openal;../../source/win32_deps/openal-soft-1.12.854/include;../../source/shared_lib/include/platform/posix;../../source/shared_lib/include/streflop;../../source/shared_lib/include/platform/common;../../source/win32_deps/curl-7.21.3/include;../../source/shared_lib/include/map;../../source/win32_deps/libircclient/include</AdditionalIncludeDirectories>
<AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;XML_LIBRARY;USE_PCH=1;_CRT_SECURE_NO_WARNINGS;USE_STREFLOP;STREFLOP_SSE;LIBM_COMPILING_FLT32;CURL_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<ExceptionHandling>Async</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
<FloatingPointModel>Precise</FloatingPointModel>
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4018;4244;4250;4503;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
<AdditionalDependencies>dsound.lib;dxguid.lib;ogg_static.lib;vorbis_static.lib;vorbisfile_static.lib;opengl32.lib;glu32.lib;wsock32.lib;libglest.lib;mmc.lib;lua5.1.lib;xerces-c_3.lib;Dbghelp.lib;libpng.lib;jpeg.lib;zlib.lib;sdl.lib;sdlmain.lib;winmm.lib;openal32.lib;iphlpapi.lib;libstreflop.lib;libcurl.lib;ws2_32.lib;libircclient.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>../../source/win32_deps/lib;../../build/$(Configuration)/libglest;../../source/shared_lib/sources/streflop/libstreflop;../../source/win32_deps/libircclient/build/lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<OptimizeReferences>
</OptimizeReferences>
<EnableCOMDATFolding>
</EnableCOMDATFolding>
<LinkTimeCodeGeneration>
</LinkTimeCodeGeneration>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>NotSet</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_NO_STREFLOP|Win32'">
<ClCompile>
<AdditionalOptions>/arch:SSE2 %(AdditionalOptions)</AdditionalOptions>
<Optimization>MaxSpeed</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<WholeProgramOptimization>false</WholeProgramOptimization>
<AdditionalIncludeDirectories>../../../deps/include/lua;../../../deps/include;../../source/shared_lib/include/graphics;../../source/shared_lib/include/graphics/gl;../../source/shared_lib/include/platform;../../source/shared_lib/include/platform/win32;../../source/shared_lib/include/sound;../../source/shared_lib/include/sound/ds8;../../source/shared_lib/include/util;../../source/shared_lib/include/lua;../../source/shared_lib/include/xml;../../source/shared_lib/include/tinyxml;../../source/glest_game/ai;../../source/glest_game/facilities;../../source/glest_game/game;../../source/glest_game/global;../../source/glest_game/graphics;../../source/glest_game/gui;../../source/glest_game/main;../../source/glest_game/menu;../../source/glest_game/network;../../source/glest_game/sound;../../source/glest_game/type_instances;../../source/glest_game/types;../../source/glest_game/world;../../source/win32_deps/include;../../source/win32_deps/xerces-c-3.0.1/src;../../source/win32_deps/SDL-1.2.x/include;../../source/shared_lib/include/platform/sdl;../../source/shared_lib/include/sound/openal;../../source/win32_deps/openal-soft-1.12.854/include;../../source/shared_lib/include/platform/posix;../../source/shared_lib/include/streflop;../../source/shared_lib/include/platform/common;../../source/win32_deps/curl-7.21.3/include;../../source/shared_lib/include/map</AdditionalIncludeDirectories>
<AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;XML_LIBRARY;USE_PCH=1;_CRT_SECURE_NO_WARNINGS;STREFLOP_SSE;LIBM_COMPILING_FLT32;CURL_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<ExceptionHandling>Async</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<FloatingPointModel>Precise</FloatingPointModel>
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>dsound.lib;dxguid.lib;ogg_static.lib;vorbis_static.lib;vorbisfile_static.lib;opengl32.lib;glu32.lib;wsock32.lib;libglest.lib;mmc.lib;lua5.1.lib;xerces-c_3.lib;Dbghelp.lib;libpng.lib;jpeg.lib;zlib.lib;sdl.lib;sdlmain.lib;winmm.lib;openal32.lib;iphlpapi.lib;libstreflop.lib;libcurl.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>../../source/win32_deps/lib;../../build/$(Configuration)/libglest;../../source/shared_lib/sources/streflop/libstreflop;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<GenerateDebugInformation>false</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<OptimizeReferences>
</OptimizeReferences>
<EnableCOMDATFolding>
</EnableCOMDATFolding>
<LinkTimeCodeGeneration>
</LinkTimeCodeGeneration>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>NotSet</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\source\glest_game\facilities\auto_test.cpp" />
<ClCompile Include="..\..\source\glest_game\facilities\components.cpp" />
<ClCompile Include="..\..\source\glest_game\facilities\game_util.cpp" />
<ClCompile Include="..\..\source\glest_game\facilities\logger.cpp" />
<ClCompile Include="..\..\source\glest_game\facilities\pos_iterator.cpp" />
<ClCompile Include="..\..\source\glest_game\ai\ai.cpp" />
<ClCompile Include="..\..\source\glest_game\ai\ai_interface.cpp" />
<ClCompile Include="..\..\source\glest_game\ai\ai_rule.cpp" />
<ClCompile Include="..\..\source\glest_game\ai\annotated_map.cpp" />
<ClCompile Include="..\..\source\glest_game\ai\cartographer.cpp" />
<ClCompile Include="..\..\source\glest_game\ai\cluster_map.cpp" />
<ClCompile Include="..\..\source\glest_game\ai\node_pool.cpp" />
<ClCompile Include="..\..\source\glest_game\ai\path_finder.cpp" />
<ClCompile Include="..\..\source\glest_game\ai\route_planner.cpp" />
<ClCompile Include="..\..\source\glest_game\game\chat_manager.cpp" />
<ClCompile Include="..\..\source\glest_game\game\commander.cpp" />
<ClCompile Include="..\..\source\glest_game\game\console.cpp" />
<ClCompile Include="..\..\source\glest_game\game\game.cpp" />
<ClCompile Include="..\..\source\glest_game\game\game_camera.cpp" />
<ClCompile Include="..\..\source\glest_game\game\script_manager.cpp" />
<ClCompile Include="..\..\source\glest_game\game\stats.cpp" />
<ClCompile Include="..\..\source\glest_game\global\config.cpp" />
<ClCompile Include="..\..\source\glest_game\global\core_data.cpp" />
<ClCompile Include="..\..\source\glest_game\global\lang.cpp" />
<ClCompile Include="..\..\source\glest_game\global\metrics.cpp" />
<ClCompile Include="..\..\source\glest_game\graphics\debug_renderer.cpp" />
<ClCompile Include="..\..\source\glest_game\graphics\particle_type.cpp" />
<ClCompile Include="..\..\source\glest_game\graphics\renderer.cpp" />
<ClCompile Include="..\..\source\glest_game\graphics\unit_particle_type.cpp" />
<ClCompile Include="..\..\source\glest_game\gui\display.cpp" />
<ClCompile Include="..\..\source\glest_game\gui\gui.cpp" />
<ClCompile Include="..\..\source\glest_game\gui\selection.cpp" />
<ClCompile Include="..\..\source\glest_game\main\battle_end.cpp" />
<ClCompile Include="..\..\source\glest_game\main\intro.cpp" />
<ClCompile Include="..\..\source\glest_game\main\main.cpp" />
<ClCompile Include="..\..\source\glest_game\main\program.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\main_menu.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_background.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_about.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_connected_game.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_custom_game.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_graphic_info.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_join_game.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_keysetup.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_masterserver.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_mods.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_new_game.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_options.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_root.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_scenario.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\server_line.cpp" />
<ClCompile Include="..\..\source\glest_game\network\client_interface.cpp" />
<ClCompile Include="..\..\source\glest_game\network\connection_slot.cpp" />
<ClCompile Include="..\..\source\glest_game\network\network_interface.cpp" />
<ClCompile Include="..\..\source\glest_game\network\network_manager.cpp" />
<ClCompile Include="..\..\source\glest_game\network\network_message.cpp" />
<ClCompile Include="..\..\source\glest_game\network\network_types.cpp" />
<ClCompile Include="..\..\source\glest_game\network\server_interface.cpp" />
<ClCompile Include="..\..\source\glest_game\sound\sound_container.cpp" />
<ClCompile Include="..\..\source\glest_game\sound\sound_renderer.cpp" />
<ClCompile Include="..\..\source\glest_game\type_instances\command.cpp" />
<ClCompile Include="..\..\source\glest_game\type_instances\faction.cpp" />
<ClCompile Include="..\..\source\glest_game\type_instances\object.cpp" />
<ClCompile Include="..\..\source\glest_game\type_instances\resource.cpp" />
<ClCompile Include="..\..\source\glest_game\type_instances\unit.cpp" />
<ClCompile Include="..\..\source\glest_game\type_instances\upgrade.cpp" />
<ClCompile Include="..\..\source\glest_game\types\command_type.cpp" />
<ClCompile Include="..\..\source\glest_game\types\damage_multiplier.cpp" />
<ClCompile Include="..\..\source\glest_game\types\element_type.cpp" />
<ClCompile Include="..\..\source\glest_game\types\faction_type.cpp" />
<ClCompile Include="..\..\source\glest_game\types\object_type.cpp" />
<ClCompile Include="..\..\source\glest_game\types\resource_type.cpp" />
<ClCompile Include="..\..\source\glest_game\types\skill_type.cpp" />
<ClCompile Include="..\..\source\glest_game\types\tech_tree.cpp" />
<ClCompile Include="..\..\source\glest_game\types\unit_type.cpp" />
<ClCompile Include="..\..\source\glest_game\types\upgrade_type.cpp" />
<ClCompile Include="..\..\source\glest_game\world\map.cpp" />
<ClCompile Include="..\..\source\glest_game\world\minimap.cpp" />
<ClCompile Include="..\..\source\glest_game\world\scenario.cpp" />
<ClCompile Include="..\..\source\glest_game\world\surface_atlas.cpp" />
<ClCompile Include="..\..\source\glest_game\world\tileset.cpp" />
<ClCompile Include="..\..\source\glest_game\world\time_flow.cpp" />
<ClCompile Include="..\..\source\glest_game\world\unit_updater.cpp" />
<ClCompile Include="..\..\source\glest_game\world\water_effects.cpp" />
<ClCompile Include="..\..\source\glest_game\world\world.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\source\glest_game\facilities\auto_test.h" />
<ClInclude Include="..\..\source\glest_game\facilities\components.h" />
<ClInclude Include="..\..\source\glest_game\facilities\game_util.h" />
<ClInclude Include="..\..\source\glest_game\facilities\logger.h" />
<ClInclude Include="..\..\source\glest_game\facilities\pos_iterator.h" />
<ClInclude Include="..\..\source\glest_game\ai\ai.h" />
<ClInclude Include="..\..\source\glest_game\ai\ai_interface.h" />
<ClInclude Include="..\..\source\glest_game\ai\ai_rule.h" />
<ClInclude Include="..\..\source\glest_game\ai\annotated_map.h" />
<ClInclude Include="..\..\source\glest_game\ai\cartographer.h" />
<ClInclude Include="..\..\source\glest_game\ai\cluster_map.h" />
<ClInclude Include="..\..\source\glest_game\ai\influence_map.h" />
<ClInclude Include="..\..\source\glest_game\ai\node_pool.h" />
<ClInclude Include="..\..\source\glest_game\ai\path_finder.h" />
<ClInclude Include="..\..\source\glest_game\ai\route_planner.h" />
<ClInclude Include="..\..\source\glest_game\ai\search_engine.h" />
<ClInclude Include="..\..\source\glest_game\game\chat_manager.h" />
<ClInclude Include="..\..\source\glest_game\game\commander.h" />
<ClInclude Include="..\..\source\glest_game\game\console.h" />
<ClInclude Include="..\..\source\glest_game\game\game.h" />
<ClInclude Include="..\..\source\glest_game\game\game_camera.h" />
<ClInclude Include="..\..\source\glest_game\game\game_constants.h" />
<ClInclude Include="..\..\source\glest_game\game\game_settings.h" />
<ClInclude Include="..\..\source\glest_game\main\intro.h" />
<ClInclude Include="..\..\source\glest_game\game\script_manager.h" />
<ClInclude Include="..\..\source\glest_game\game\stats.h" />
<ClInclude Include="..\..\source\glest_game\global\config.h" />
<ClInclude Include="..\..\source\glest_game\global\core_data.h" />
<ClInclude Include="..\..\source\glest_game\global\lang.h" />
<ClInclude Include="..\..\source\glest_game\global\metrics.h" />
<ClInclude Include="..\..\source\glest_game\graphics\debug_renderer.h" />
<ClInclude Include="..\..\source\glest_game\graphics\particle_type.h" />
<ClInclude Include="..\..\source\glest_game\graphics\renderer.h" />
<ClInclude Include="..\..\source\glest_game\gui\display.h" />
<ClInclude Include="..\..\source\glest_game\gui\gui.h" />
<ClInclude Include="..\..\source\glest_game\gui\selection.h" />
<ClInclude Include="..\..\source\glest_game\main\battle_end.h" />
<ClInclude Include="..\..\source\glest_game\main\main.h" />
<ClInclude Include="..\..\source\glest_game\main\program.h" />
<ClInclude Include="..\..\source\glest_game\menu\main_menu.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_background.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_about.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_connected_game.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_custom_game.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_graphic_info.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_join_game.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_masterserver.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_mods.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_new_game.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_options.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_root.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_scenario.h" />
<ClInclude Include="..\..\source\glest_game\network\client_interface.h" />
<ClInclude Include="..\..\source\glest_game\network\connection_slot.h" />
<ClInclude Include="..\..\source\glest_game\network\network_interface.h" />
<ClInclude Include="..\..\source\glest_game\network\network_manager.h" />
<ClInclude Include="..\..\source\glest_game\network\network_message.h" />
<ClInclude Include="..\..\source\glest_game\network\network_types.h" />
<ClInclude Include="..\..\source\glest_game\network\server_interface.h" />
<ClInclude Include="..\..\source\glest_game\sound\sound_container.h" />
<ClInclude Include="..\..\source\glest_game\sound\sound_renderer.h" />
<ClInclude Include="..\..\source\glest_game\type_instances\command.h" />
<ClInclude Include="..\..\source\glest_game\type_instances\faction.h" />
<ClInclude Include="..\..\source\glest_game\type_instances\object.h" />
<ClInclude Include="..\..\source\glest_game\type_instances\resource.h" />
<ClInclude Include="..\..\source\glest_game\type_instances\unit.h" />
<ClInclude Include="..\..\source\glest_game\type_instances\upgrade.h" />
<ClInclude Include="..\..\source\glest_game\types\command_type.h" />
<ClInclude Include="..\..\source\glest_game\types\damage_multiplier.h" />
<ClInclude Include="..\..\source\glest_game\types\element_type.h" />
<ClInclude Include="..\..\source\glest_game\types\faction_type.h" />
<ClInclude Include="..\..\source\glest_game\types\object_type.h" />
<ClInclude Include="..\..\source\glest_game\types\resource_type.h" />
<ClInclude Include="..\..\source\glest_game\types\skill_type.h" />
<ClInclude Include="..\..\source\glest_game\types\tech_tree.h" />
<ClInclude Include="..\..\source\glest_game\types\unit_type.h" />
<ClInclude Include="..\..\source\glest_game\types\upgrade_type.h" />
<ClInclude Include="..\..\source\glest_game\world\map.h" />
<ClInclude Include="..\..\source\glest_game\world\minimap.h" />
<ClInclude Include="..\..\source\glest_game\world\scenario.h" />
<ClInclude Include="..\..\source\glest_game\world\surface_atlas.h" />
<ClInclude Include="..\..\source\glest_game\world\tileset.h" />
<ClInclude Include="..\..\source\glest_game\world\time_flow.h" />
<ClInclude Include="..\..\source\glest_game\world\unit_updater.h" />
<ClInclude Include="..\..\source\glest_game\world\water_effects.h" />
<ClInclude Include="..\..\source\glest_game\world\world.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="glest.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="shared_lib.vcxproj">
<Project>{8daa0c24-95cd-4f66-b4c5-19abdd771746}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>