OpenGTA/OpenGTA-win/OpenGTA-win.vcxproj

280 lines
15 KiB
XML
Raw Normal View History

2018-09-14 15:42:44 +00:00
<?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>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{029D8A0B-123A-400E-9954-700F8CFF3F81}</ProjectGuid>
<RootNamespace>OpenGTAwin</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
2018-09-14 16:13:23 +00:00
<CharacterSet>MultiByte</CharacterSet>
2018-09-14 15:42:44 +00:00
<CLRSupport>false</CLRSupport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<CLRSupport>false</CLRSupport>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</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" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>..\;..\math;..\coldet\;..\util;..\..\SDL2-2.0.8\include;..\..\physfs-3.0.1\build\install\include</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
2018-09-23 05:57:34 +00:00
<AdditionalIncludeDirectories>../../libs/boost-gil-extension;../../tes-engine;../../eigen;../../boost_1_67_0/;../../libs/jpeg-9;../../libs/jpeg-9/vc10;../../libs/lpng1510;..\;..\math;..\coldet\;..\util;..\..\SDL2-2.0.8\include;..\..\physfs-3.0.1\build\install\include;..\opensteer\include;..\replaceLoki</AdditionalIncludeDirectories>
2018-09-22 21:26:15 +00:00
<PreprocessorDefinitions>WIN32;_WINDOWS;TARGET_WIN32;_WIN32_WINNT=0x0501;WIN32_LEAN_AND_MEAN;EIGEN_DONT_ALIGN_STATICALLY;_CONSOLE;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2018-09-14 15:42:44 +00:00
<CompileAsWinRT>false</CompileAsWinRT>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
2018-09-23 05:57:34 +00:00
<AdditionalLibraryDirectories>../../tes-engine/windows/Engine/x64/Debug;../../boost_1_67_0/stage/lib;..\..\SDL2-2.0.8\lib\x64;..\..\physfs-3.0.1\build\install\lib</AdditionalLibraryDirectories>
<AdditionalDependencies>libjpeg.lib;libpng.lib;Engine.lib;physfs.lib;SDL2.lib;SDL2main.lib;opengl32.lib;glu32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
2018-09-14 15:42:44 +00:00
<EntryPointSymbol>
</EntryPointSymbol>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>..\;..\math;..\coldet\;..\util;..\..\SDL2-2.0.8\include;..\..\physfs-3.0.1\build\install\include</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
2018-09-23 05:57:34 +00:00
<AdditionalIncludeDirectories>../../libs/boost-gil-extension;../../tes-engine;../../eigen;../../boost_1_67_0/;../../libs/jpeg-9;../../libs/jpeg-9/vc10;../../libs/lpng1510;..\;..\math;..\coldet\;..\util;..\..\SDL2-2.0.8\include;..\..\physfs-3.0.1\build\install\include;..\opensteer\include;..\replaceLoki</AdditionalIncludeDirectories>
2018-09-22 21:26:15 +00:00
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;TARGET_WIN32;_WIN32_WINNT=0x0501;WIN32_LEAN_AND_MEAN;EIGEN_DONT_ALIGN_STATICALLY;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2018-09-14 15:42:44 +00:00
<CompileAsWinRT>false</CompileAsWinRT>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<SubSystem>Console</SubSystem>
2018-09-22 21:26:15 +00:00
<AdditionalLibraryDirectories>../../tes-engine/windows/Engine/x64/Release;../../boost_1_67_0/stage/lib;..\..\SDL2-2.0.8\lib\x64;..\..\loki-0.1.7\lib;..\..\physfs-3.0.1\build\install\lib</AdditionalLibraryDirectories>
2018-09-23 05:22:55 +00:00
<AdditionalDependencies>libjpeg.lib;libpng.lib;Engine.lib;physfs.lib;loki.lib;SDL2.lib;opengl32.lib;glu32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
2018-09-14 15:42:44 +00:00
<EntryPointSymbol>
</EntryPointSymbol>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\ai.cpp" />
<ClCompile Include="..\blockanim.cpp" />
<ClCompile Include="..\blockdata.cpp" />
<ClCompile Include="..\coldet\math3d.cpp" />
<ClCompile Include="..\common_sdl_gl.cpp" />
<ClCompile Include="..\datahelper.cpp" />
<ClCompile Include="..\dataholder.cpp" />
<ClCompile Include="..\entity_controller.cpp" />
<ClCompile Include="..\font_cache.cpp" />
<ClCompile Include="..\game_objects.cpp" />
<ClCompile Include="..\gl_base.cpp" />
<ClCompile Include="..\gl_camera.cpp" />
<ClCompile Include="..\gl_cityview.cpp" />
<ClCompile Include="..\gl_font.cpp" />
<ClCompile Include="..\gl_frustum.cpp" />
<ClCompile Include="..\gl_screen.cpp" />
<ClCompile Include="..\gl_spritecache.cpp" />
<ClCompile Include="..\gl_texturecache.cpp" />
<ClCompile Include="..\id_sys.cpp" />
<ClCompile Include="..\localplayer.cpp" />
2018-09-14 16:13:23 +00:00
<ClCompile Include="..\main2.cpp" />
2018-09-14 15:42:44 +00:00
<ClCompile Include="..\math\obb.cpp" />
<ClCompile Include="..\math\obox.cpp" />
<ClCompile Include="..\math\plane.cpp" />
<ClCompile Include="..\math\weighted_set.cpp" />
<ClCompile Include="..\navdata.cpp" />
<ClCompile Include="..\opensteer\src\Clock.cpp" />
<ClCompile Include="..\opensteer\src\Vec3.cpp" />
<ClCompile Include="..\read_cmp.cpp" />
<ClCompile Include="..\read_fnt.cpp" />
<ClCompile Include="..\read_fxt.cpp" />
<ClCompile Include="..\read_g24.cpp" />
<ClCompile Include="..\read_gry.cpp" />
<ClCompile Include="..\read_ini.cpp" />
<ClCompile Include="..\read_sdt.cpp" />
<ClCompile Include="..\slope_height_func.cpp" />
<ClCompile Include="..\spritemanager.cpp" />
<ClCompile Include="..\train_system.cpp" />
<ClCompile Include="..\util\animation.cpp" />
<ClCompile Include="..\util\buffercache.cpp" />
<ClCompile Include="..\util\cell_iterator.cpp" />
<ClCompile Include="..\util\file_helper.cpp" />
<ClCompile Include="..\util\gui.cpp" />
<ClCompile Include="..\util\image_loader.cpp" />
<ClCompile Include="..\util\key_handler.cpp" />
<ClCompile Include="..\util\log.cpp" />
<ClCompile Include="..\util\map_helper.cpp" />
<ClCompile Include="..\util\m_exceptions.cpp" />
<ClCompile Include="..\util\pf_tree.cpp" />
<ClCompile Include="..\util\physfsrwops.c" />
<ClCompile Include="..\util\set.cpp" />
<ClCompile Include="..\util\sound_device.cpp" />
<ClCompile Include="..\util\sound_fx_cache.cpp" />
<ClCompile Include="..\util\sound_music_player.cpp" />
<ClCompile Include="..\util\sound_resample2.cpp" />
<ClCompile Include="..\util\sound_system.cpp" />
<ClCompile Include="..\util\timer.cpp" />
<ClCompile Include="..\viewer.cpp" />
2018-09-22 21:26:15 +00:00
<ClCompile Include="frgbridge.cpp" />
2018-09-14 15:42:44 +00:00
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\ai.h" />
<ClInclude Include="..\blockanim.h" />
<ClInclude Include="..\blockdata.h" />
<ClInclude Include="..\coldet\math3d.h" />
<ClInclude Include="..\common_sdl_gl.h" />
<ClInclude Include="..\datahelper.h" />
<ClInclude Include="..\dataholder.h" />
<ClInclude Include="..\entity_controller.h" />
<ClInclude Include="..\font_cache.h" />
<ClInclude Include="..\fx_sdt.h" />
<ClInclude Include="..\game_objects.h" />
<ClInclude Include="..\gl_base.h" />
<ClInclude Include="..\gl_camera.h" />
<ClInclude Include="..\gl_cityview.h" />
<ClInclude Include="..\gl_font.h" />
<ClInclude Include="..\gl_frustum.h" />
<ClInclude Include="..\gl_pagedtexture.h" />
<ClInclude Include="..\gl_screen.h" />
<ClInclude Include="..\gl_spritecache.h" />
<ClInclude Include="..\gl_texturecache.h" />
<ClInclude Include="..\id_sys.h" />
<ClInclude Include="..\lid_normal_data.h" />
<ClInclude Include="..\localplayer.h" />
<ClInclude Include="..\math\basis.hpp" />
<ClInclude Include="..\math\coord_frame.hpp" />
<ClInclude Include="..\math\interpolate.hpp" />
<ClInclude Include="..\math\matrix.hpp" />
<ClInclude Include="..\math\obb.hpp" />
<ClInclude Include="..\math\obox.h" />
<ClInclude Include="..\math\plane.h" />
<ClInclude Include="..\math\quaternion.h" />
<ClInclude Include="..\math\rectangle.hpp" />
<ClInclude Include="..\math\vector.hpp" />
<ClInclude Include="..\math\weighted_set.h" />
<ClInclude Include="..\navdata.h" />
<ClInclude Include="..\opengta.h" />
<ClInclude Include="..\read_ini.h" />
2018-09-23 05:57:34 +00:00
<ClInclude Include="..\replaceLoki\Singleton.h" />
2018-09-14 15:42:44 +00:00
<ClInclude Include="..\slope1_data.h" />
<ClInclude Include="..\slope1_tcoords.h" />
<ClInclude Include="..\spritemanager.h" />
<ClInclude Include="..\train_system.h" />
<ClInclude Include="..\util\abstract_container.h" />
<ClInclude Include="..\util\animation.h" />
<ClInclude Include="..\util\buffercache.h" />
<ClInclude Include="..\util\cell_iterator.h" />
<ClInclude Include="..\util\cistring.h" />
<ClInclude Include="..\util\file_helper.h" />
<ClInclude Include="..\util\gui.h" />
<ClInclude Include="..\util\image_loader.h" />
<ClInclude Include="..\util\key_handler.h" />
<ClInclude Include="..\util\log.h" />
<ClInclude Include="..\util\map_helper.h" />
<ClInclude Include="..\util\m_exceptions.h" />
<ClInclude Include="..\util\pf_tree.hpp" />
<ClInclude Include="..\util\physfsrwops.h" />
<ClInclude Include="..\util\sample_cache.h" />
<ClInclude Include="..\util\set.h" />
<ClInclude Include="..\util\sound_device.h" />
<ClInclude Include="..\util\sound_fx_cache.h" />
<ClInclude Include="..\util\sound_mixer.h" />
<ClInclude Include="..\util\sound_music_player.h" />
<ClInclude Include="..\util\sound_resample2.h" />
<ClInclude Include="..\util\sound_system.h" />
<ClInclude Include="..\util\timer.h" />
2018-09-22 21:26:15 +00:00
<ClInclude Include="frgbridge.h" />
2018-09-14 15:42:44 +00:00
</ItemGroup>
<ItemGroup>
<None Include="..\Doxyfile" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>