mirror of
https://github.com/Q3Rally-Team/rallyunlimited-engine.git
synced 2024-11-10 07:22:08 +00:00
368 lines
19 KiB
XML
368 lines
19 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">
|
|||
|
<ProjectName>quake3e-ded</ProjectName>
|
|||
|
<ProjectGuid>{81CB51C4-B434-4E12-B69B-BAEE102F2853}</ProjectGuid>
|
|||
|
<RootNamespace>quake3e</RootNamespace>
|
|||
|
<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.ded-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.ded-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.ded-debug.arm64</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<OutDir>.\output\</OutDir>
|
|||
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|||
|
<GenerateManifest>false</GenerateManifest>
|
|||
|
<EmbedManifest>false</EmbedManifest>
|
|||
|
<TargetName>quake3e.ded</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<OutDir>.\output\</OutDir>
|
|||
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|||
|
<EmbedManifest>false</EmbedManifest>
|
|||
|
<TargetName>quake3e.ded.x64</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|||
|
<EmbedManifest>false</EmbedManifest>
|
|||
|
<OutDir>.\output\</OutDir>
|
|||
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|||
|
<TargetName>quake3e.ded.arm64</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<PreprocessorDefinitions>WIN32;DEDICATED;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(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>
|
|||
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
|||
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
</ResourceCompile>
|
|||
|
<Link>
|
|||
|
<AdditionalDependencies>advapi32.lib;gdi32.lib;user32.lib;comctl32.lib;winmm.lib;wsock32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<ProgramDatabaseFile>$(IntDir)quake3e.ded-debug.pdb</ProgramDatabaseFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e.ded-debug.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
<MinimumRequiredVersion />
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<PreprocessorDefinitions>WIN32;DEDICATED;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(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>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>
|
|||
|
</PreprocessorDefinitions>
|
|||
|
</ResourceCompile>
|
|||
|
<Link>
|
|||
|
<AdditionalDependencies>advapi32.lib;gdi32.lib;user32.lib;comctl32.lib;winmm.lib;wsock32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<ProgramDatabaseFile>$(IntDir)quake3e.ded-debug.x64.pdb</ProgramDatabaseFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e.ded-debug.x64.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<PreprocessorDefinitions>WIN32;DEDICATED;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(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>
|
|||
|
<PreprocessorDefinitions>
|
|||
|
</PreprocessorDefinitions>
|
|||
|
</ResourceCompile>
|
|||
|
<Link>
|
|||
|
<AdditionalDependencies>advapi32.lib;gdi32.lib;user32.lib;comctl32.lib;winmm.lib;wsock32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<ProgramDatabaseFile>$(IntDir)quake3e.ded-debug.arm64.pdb</ProgramDatabaseFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e.ded-debug.arm64.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<PreprocessorDefinitions>WIN32;_WIN32;DEDICATED;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|||
|
<WarningLevel>Level4</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|||
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<AdditionalDependencies>advapi32.lib;gdi32.lib;user32.lib;comctl32.lib;winmm.lib;wsock32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e.ded.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
<SetChecksum>true</SetChecksum>
|
|||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
</Link>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions />
|
|||
|
</ResourceCompile>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<ClCompile>
|
|||
|
<PreprocessorDefinitions>WIN32;_WIN32;DEDICATED;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(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;gdi32.lib;user32.lib;comctl32.lib;winmm.lib;wsock32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e.ded.x64.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
<SetChecksum>true</SetChecksum>
|
|||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|||
|
<ClCompile>
|
|||
|
<PreprocessorDefinitions>WIN32;_WIN32;DEDICATED;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(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;gdi32.lib;user32.lib;comctl32.lib;winmm.lib;wsock32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|||
|
<GenerateMapFile>true</GenerateMapFile>
|
|||
|
<MapFileName>$(IntDir)quake3e.ded.arm64.map</MapFileName>
|
|||
|
<StackReserveSize>4194304</StackReserveSize>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
<SetChecksum>true</SetChecksum>
|
|||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<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\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)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="..\..\qcommon\vm_interpreted.c" />
|
|||
|
<ClCompile Include="..\..\qcommon\vm_x86.c">
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</ExcludedFromBuild>
|
|||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|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_main.c" />
|
|||
|
<ClCompile Include="..\win_shared.c" />
|
|||
|
<ClCompile Include="..\win_syscon.c" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="..\..\cgame\cg_public.h" />
|
|||
|
<ClInclude Include="..\..\client\client.h" />
|
|||
|
<ClInclude Include="..\..\client\keycodes.h" />
|
|||
|
<ClInclude Include="..\..\client\keys.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\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="..\..\server\server.h" />
|
|||
|
<ClInclude Include="..\..\ui\ui_public.h" />
|
|||
|
<ClInclude Include="..\resource.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>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|