mirror of
https://github.com/Q3Rally-Team/rallyunlimited-engine.git
synced 2025-02-06 16:41:49 +00:00
430 lines
24 KiB
XML
430 lines
24 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|ARM64">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>ARM64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Debug|Win32">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Debug|x64">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|ARM64">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>ARM64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|x64">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{81CB51C4-B434-4E12-B69B-BAEE102F2852}</ProjectGuid>
|
|||
|
<RootNamespace>quake3e</RootNamespace>
|
|||
|
<ProjectName>quake3e</ProjectName>
|
|||
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|||
|
<PlatformToolset>v141</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
|||
|
<PlatformToolset>v141</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|||
|
<PlatformToolset>v141</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
|||
|
<PlatformToolset>v141</PlatformToolset>
|
|||
|
</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>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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|ARM64'" 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|x64'" 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|ARM64'" 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>14.0.25431.1</_ProjectFileVersion>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<OutDir>.\output\</OutDir>
|
|||
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|||
|
<LinkIncremental>true</LinkIncremental>
|
|||
|
<EmbedManifest>false</EmbedManifest>
|
|||
|
<TargetName>quake3e-debug</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<OutDir>.\output\</OutDir>
|
|||
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|||
|
<LinkIncremental>true</LinkIncremental>
|
|||
|
<EmbedManifest>false</EmbedManifest>
|
|||
|
<TargetName>quake3e-debug.x64</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|||
|
<LinkIncremental>true</LinkIncremental>
|
|||
|
<EmbedManifest>false</EmbedManifest>
|
|||
|
<OutDir>.\output\</OutDir>
|
|||
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|||
|
<TargetName>quake3e-debug.arm64</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<OutDir>.\output\</OutDir>
|
|||
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|||
|
<EmbedManifest>false</EmbedManifest>
|
|||
|
<TargetName>quake3e</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<OutDir>.\output\</OutDir>
|
|||
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|||
|
<EmbedManifest>false</EmbedManifest>
|
|||
|
<TargetName>quake3e.x64</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|||
|
<EmbedManifest>false</EmbedManifest>
|
|||
|
<OutDir>.\output\</OutDir>
|
|||
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|||
|
<TargetName>quake3e.arm64</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<AdditionalIncludeDirectories>..\..\libcurl\windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_CURL;CURL_STATICLIB;USE_OPENGL_API;USE_VULKAN_API;$(UseWASAPI);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|||
|
<BrowseInformation>true</BrowseInformation>
|
|||
|
<BrowseInformationFile>$(IntDir)</BrowseInformationFile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
|||
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile />
|
|||
|
<Link>
|
|||
|
<AdditionalDependencies>comctl32.lib;winmm.lib;wsock32.lib;ws2_32.lib;$(OutDir)$(ConfigurationName)-$(PlatformName)-renderer.lib;..\..\libcurl\windows\vs2017\lib32\libcurl_a_debug.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<ProgramDatabaseFile>$(IntDir)quake3e-debug.pdb</ProgramDatabaseFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e-debug.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<FixedBaseAddress>false</FixedBaseAddress>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<AdditionalIncludeDirectories>..\..\libcurl\windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_CURL;CURL_STATICLIB;USE_OPENGL_API;USE_VULKAN_API;$(UseWASAPI);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|||
|
<BrowseInformation>true</BrowseInformation>
|
|||
|
<BrowseInformationFile>$(IntDir)</BrowseInformationFile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
|||
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile />
|
|||
|
<Link>
|
|||
|
<AdditionalDependencies>comctl32.lib;winmm.lib;wsock32.lib;ws2_32.lib;$(OutDir)$(ConfigurationName)-$(PlatformName)-renderer.lib;..\..\libcurl\windows\vs2017\lib64\libcurl_a_debug.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<ProgramDatabaseFile>$(IntDir)quake3e-debug.x64.pdb</ProgramDatabaseFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e-debug.x64.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<FixedBaseAddress>false</FixedBaseAddress>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<AdditionalIncludeDirectories>..\..\libcurl\windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_OPENGL_API;USE_VULKAN_API;$(UseWASAPI);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|||
|
<BrowseInformation>true</BrowseInformation>
|
|||
|
<BrowseInformationFile>$(IntDir)</BrowseInformationFile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile />
|
|||
|
<Link>
|
|||
|
<AdditionalDependencies>advapi32.lib;comctl32.lib;gdi32.lib;ole32.lib;winmm.lib;wsock32.lib;ws2_32.lib;$(OutDir)$(ConfigurationName)-$(PlatformName)-renderer.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<ProgramDatabaseFile>$(IntDir)quake3e-debug.arm64.pdb</ProgramDatabaseFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e-debug.arm64.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<FixedBaseAddress>false</FixedBaseAddress>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<AdditionalIncludeDirectories>..\..\libcurl\windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_SKIPIDLOGO;USE_CURL;CURL_STATICLIB;USE_OPENGL_API;USE_VULKAN_API;$(UseWASAPI);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|||
|
<WarningLevel>Level4</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|||
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
|||
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<AdditionalDependencies>comctl32.lib;winmm.lib;wsock32.lib;ws2_32.lib;$(OutDir)$(ConfigurationName)-$(PlatformName)-renderer.lib;..\..\libcurl\windows\vs2017\lib32\libcurl_a.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
<SetChecksum>true</SetChecksum>
|
|||
|
<TargetMachine>MachineX86</TargetMachine>
|
|||
|
<FixedBaseAddress>false</FixedBaseAddress>
|
|||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
</Link>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions />
|
|||
|
</ResourceCompile>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<ClCompile>
|
|||
|
<AdditionalIncludeDirectories>..\..\libcurl\windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_SKIPIDLOGO;USE_CURL;CURL_STATICLIB;USE_OPENGL_API;USE_VULKAN_API;$(UseWASAPI);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|||
|
<WarningLevel>Level4</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|||
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<AdditionalOptions>/DYNAMICBASE %(AdditionalOptions)</AdditionalOptions>
|
|||
|
<AdditionalDependencies>comctl32.lib;winmm.lib;wsock32.lib;ws2_32.lib;$(OutDir)$(ConfigurationName)-$(PlatformName)-renderer.lib;..\..\libcurl\windows\vs2017\lib64\libcurl_a.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e.x64.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<SetChecksum>true</SetChecksum>
|
|||
|
<TargetMachine>MachineX64</TargetMachine>
|
|||
|
<FixedBaseAddress>false</FixedBaseAddress>
|
|||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
<IgnoreSpecificDefaultLibraries>
|
|||
|
</IgnoreSpecificDefaultLibraries>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|||
|
<ClCompile>
|
|||
|
<AdditionalIncludeDirectories>..\..\libcurl\windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_SKIPIDLOGO;USE_OPENGL_API;USE_VULKAN_API;$(UseWASAPI);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|||
|
<WarningLevel>Level4</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<AdditionalOptions>/DYNAMICBASE %(AdditionalOptions)</AdditionalOptions>
|
|||
|
<AdditionalDependencies>advapi32.lib;comctl32.lib;gdi32.lib;ole32.lib;winmm.lib;wsock32.lib;ws2_32.lib;$(OutDir)$(ConfigurationName)-$(PlatformName)-renderer.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e.arm64.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<SetChecksum>true</SetChecksum>
|
|||
|
<FixedBaseAddress>false</FixedBaseAddress>
|
|||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
<IgnoreSpecificDefaultLibraries>
|
|||
|
</IgnoreSpecificDefaultLibraries>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="..\..\client\cl_avi.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_cgame.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_cin.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_console.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_curl.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_input.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_jpeg.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_keys.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_main.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_net_chan.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_parse.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_scrn.c" />
|
|||
|
<ClCompile Include="..\..\client\cl_ui.c" />
|
|||
|
<ClCompile Include="..\..\client\snd_adpcm.c" />
|
|||
|
<ClCompile Include="..\..\client\snd_codec.c" />
|
|||
|
<ClCompile Include="..\..\client\snd_codec_wav.c" />
|
|||
|
<ClCompile Include="..\..\client\snd_dma.c" />
|
|||
|
<ClCompile Include="..\..\client\snd_main.c" />
|
|||
|
<ClCompile Include="..\..\client\snd_mem.c" />
|
|||
|
<ClCompile Include="..\..\client\snd_mix.c" />
|
|||
|
<ClCompile Include="..\..\client\snd_wavelet.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\cmd.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\cm_load.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\cm_patch.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\cm_polylib.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\cm_test.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\cm_trace.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\common.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\cvar.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\files.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\history.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\huffman.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\huffman_static.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\keys.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\md4.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\md5.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\msg.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\net_chan.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\net_ip.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\puff.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\q_math.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\q_shared.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\unzip.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\vm.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\vm_aarch64.c">
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="..\..\qcommon\vm_interpreted.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\vm_x86.c">
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</ExcludedFromBuild>
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</ExcludedFromBuild>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="..\..\server\sv_bot.c" />
|
|||
|
<ClCompile Include="..\..\server\sv_ccmds.c" />
|
|||
|
<ClCompile Include="..\..\server\sv_client.c" />
|
|||
|
<ClCompile Include="..\..\server\sv_filter.c" />
|
|||
|
<ClCompile Include="..\..\server\sv_game.c" />
|
|||
|
<ClCompile Include="..\..\server\sv_init.c" />
|
|||
|
<ClCompile Include="..\..\server\sv_main.c" />
|
|||
|
<ClCompile Include="..\..\server\sv_net_chan.c" />
|
|||
|
<ClCompile Include="..\..\server\sv_snapshot.c" />
|
|||
|
<ClCompile Include="..\..\server\sv_world.c" />
|
|||
|
<ClCompile Include="..\win_input.c" />
|
|||
|
<ClCompile Include="..\win_main.c" />
|
|||
|
<ClCompile Include="..\win_minimize.c" />
|
|||
|
<ClCompile Include="..\win_qvk.c" />
|
|||
|
<ClCompile Include="..\win_shared.c" />
|
|||
|
<ClCompile Include="..\win_snd.c" />
|
|||
|
<ClCompile Include="..\win_syscon.c" />
|
|||
|
<ClCompile Include="..\win_wndproc.c" />
|
|||
|
<ClCompile Include="..\win_gamma.c" />
|
|||
|
<ClCompile Include="..\win_glimp.c" />
|
|||
|
<ClCompile Include="..\win_qgl.c" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<CustomBuild Include="..\..\asm\snd_mix_x64.asm">
|
|||
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Assembling...</Message>
|
|||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64 /c /Zi /Fo"$(IntDir)%(Filename)%(Extension).obj" "%(FullPath)"
|
|||
|
</Command>
|
|||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)%(Extension).obj;%(Outputs)</Outputs>
|
|||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(IntDir)%(Filename)%(Extension).obj;%(Outputs)</Outputs>
|
|||
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Assembling...</Message>
|
|||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64 /c /Zi /Fo"$(IntDir)%(Filename)%(Extension).obj" "%(FullPath)"
|
|||
|
</Command>
|
|||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename)%(Extension).obj;%(Outputs)</Outputs>
|
|||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(IntDir)%(Filename)%(Extension).obj;%(Outputs)</Outputs>
|
|||
|
</CustomBuild>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="..\..\cgame\cg_public.h" />
|
|||
|
<ClInclude Include="..\..\client\client.h" />
|
|||
|
<ClInclude Include="..\..\client\cl_curl.h" />
|
|||
|
<ClInclude Include="..\..\client\keycodes.h" />
|
|||
|
<ClInclude Include="..\..\client\keys.h" />
|
|||
|
<ClInclude Include="..\..\client\snd_local.h" />
|
|||
|
<ClInclude Include="..\..\client\snd_public.h" />
|
|||
|
<ClInclude Include="..\..\game\bg_public.h" />
|
|||
|
<ClInclude Include="..\..\game\g_public.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\cm_local.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\cm_patch.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\cm_polylib.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\cm_public.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\puff.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\qcommon.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\qfiles.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\q_platform.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\q_shared.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\surfaceflags.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\unzip.h" />
|
|||
|
<ClInclude Include="..\..\qcommon\vm_local.h" />
|
|||
|
<ClInclude Include="..\..\renderer\qgl.h" />
|
|||
|
<ClInclude Include="..\..\renderercommon\tr_public.h" />
|
|||
|
<ClInclude Include="..\..\renderercommon\tr_types.h" />
|
|||
|
<ClInclude Include="..\..\server\server.h" />
|
|||
|
<ClInclude Include="..\..\ui\ui_public.h" />
|
|||
|
<ClInclude Include="..\resource.h" />
|
|||
|
<ClInclude Include="..\glw_win.h" />
|
|||
|
<ClInclude Include="..\win_local.h" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Image Include="..\qe3.ico" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ResourceCompile Include="..\win_resource.rc" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="botlib.vcxproj">
|
|||
|
<Project>{a410161f-ae9f-485d-a01f-5294891430a6}</Project>
|
|||
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="libjpeg.vcxproj">
|
|||
|
<Project>{17867AF4-12CB-4847-A13E-BF37D8BDF597}</Project>
|
|||
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|