Files
Quake-2/quake2.vcxproj
stevenhowes 3f5e31ecf3 VS2022 now..
2022-01-10 21:45:07 +00:00

489 lines
32 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 Alpha|Win32">
<Configuration>Debug Alpha</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release Alpha|Win32">
<Configuration>Release Alpha</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Template|Win32">
<Configuration>Template</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<SccProjectName />
<SccLocalPath />
<ProjectGuid>{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
</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" />
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
</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" />
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">
<OutDir>.\DebugAxp\</OutDir>
<IntDir>.\DebugAxp\</IntDir>
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>.\debug\</OutDir>
<IntDir>.\debug\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>.\release\</OutDir>
<IntDir>.\release\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">
<OutDir>.\ReleaseAXP\</OutDir>
<IntDir>.\ReleaseAXP\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">
<ClCompile>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
<FunctionLevelLinking>false</FunctionLevelLinking>
<Optimization>Disabled</Optimization>
<SuppressStartupBanner>true</SuppressStartupBanner>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;C_ONLY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\DebugAxp\</AssemblerListingLocation>
<PrecompiledHeaderOutputFile>.\DebugAxp\quake2.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\DebugAxp\</ObjectFileName>
<ProgramDataBaseFileName>.\DebugAxp\</ProgramDataBaseFileName>
<AdditionalOptions> /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\DebugAxp\quake2.tlb</TypeLibraryName>
<MkTypLibCompatible>true</MkTypLibCompatible>
<RedirectOutputAndErrors>NUL</RedirectOutputAndErrors>
<TargetEnvironment>Win32</TargetEnvironment>
</Midl>
<ResourceCompile>
<Culture>0x0409</Culture>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\DebugAxp\quake2.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<GenerateDebugInformation>true</GenerateDebugInformation>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<OutputFile>.\DebugAxp\quake2.exe</OutputFile>
<AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
<FunctionLevelLinking>false</FunctionLevelLinking>
<Optimization>Disabled</Optimization>
<SuppressStartupBanner>true</SuppressStartupBanner>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\debug\</AssemblerListingLocation>
<BrowseInformation>true</BrowseInformation>
<PrecompiledHeaderOutputFile>.\debug\quake2.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\debug\</ObjectFileName>
<ProgramDataBaseFileName>.\debug\</ProgramDataBaseFileName>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\debug\quake2.tlb</TypeLibraryName>
<MkTypLibCompatible>true</MkTypLibCompatible>
<TargetEnvironment>Win32</TargetEnvironment>
</Midl>
<ResourceCompile>
<Culture>0x0409</Culture>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\debug\quake2.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<OutputFile>.\debug\quake2.exe</OutputFile>
<AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<Optimization>MaxSpeed</Optimization>
<SuppressStartupBanner>true</SuppressStartupBanner>
<WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\release\</AssemblerListingLocation>
<PrecompiledHeaderOutputFile>.\release\quake2.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\release\</ObjectFileName>
<ProgramDataBaseFileName>.\release\</ProgramDataBaseFileName>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\release\quake2.tlb</TypeLibraryName>
<MkTypLibCompatible>true</MkTypLibCompatible>
<TargetEnvironment>Win32</TargetEnvironment>
</Midl>
<ResourceCompile>
<Culture>0x0409</Culture>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\release\quake2.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<GenerateDebugInformation>false</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<OutputFile>.\release\quake2.exe</OutputFile>
<AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">
<ClCompile>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<Optimization>MaxSpeed</Optimization>
<SuppressStartupBanner>true</SuppressStartupBanner>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;C_ONLY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\ReleaseAXP\</AssemblerListingLocation>
<PrecompiledHeaderOutputFile>.\ReleaseAXP\quake2.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\ReleaseAXP\</ObjectFileName>
<ProgramDataBaseFileName>.\ReleaseAXP\</ProgramDataBaseFileName>
<AdditionalOptions> /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\ReleaseAXP\quake2.tlb</TypeLibraryName>
<MkTypLibCompatible>true</MkTypLibCompatible>
<RedirectOutputAndErrors>NUL</RedirectOutputAndErrors>
<TargetEnvironment>Win32</TargetEnvironment>
</Midl>
<ResourceCompile>
<Culture>0x0409</Culture>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\ReleaseAXP\quake2.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<GenerateDebugInformation>false</GenerateDebugInformation>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<OutputFile>.\ReleaseAXP\quake2.exe</OutputFile>
<AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="client\cl_cin.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\cl_ents.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\cl_fx.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\cl_input.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\cl_inv.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\cl_main.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\cl_newfx.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\cl_parse.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\cl_pred.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\cl_scrn.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\cl_tent.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\cl_view.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\console.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\keys.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\menu.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\qmenu.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\snd_dma.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\snd_mem.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\snd_mix.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="client\x86.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="game\m_flash.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="game\q_shared.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="qcommon\cmd.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="qcommon\cmodel.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="qcommon\common.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="qcommon\crc.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="qcommon\cvar.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="qcommon\files.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="qcommon\md4.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="qcommon\net_chan.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="qcommon\pmove.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="server\sv_ccmds.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="server\sv_ents.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="server\sv_game.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="server\sv_init.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="server\sv_main.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="server\sv_send.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="server\sv_user.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="server\sv_world.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="win32\cd_win.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="win32\conproc.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="win32\in_win.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="win32\net_wins.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="win32\q_shwin.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="win32\snd_win.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="win32\sys_win.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="win32\vid_dll.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="win32\vid_menu.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="client\anorms.h" />
<ClInclude Include="client\cdaudio.h" />
<ClInclude Include="client\client.h" />
<ClInclude Include="client\console.h" />
<ClInclude Include="client\input.h" />
<ClInclude Include="client\keys.h" />
<ClInclude Include="client\qmenu.h" />
<ClInclude Include="client\ref.h" />
<ClInclude Include="client\screen.h" />
<ClInclude Include="client\snd_loc.h" />
<ClInclude Include="client\sound.h" />
<ClInclude Include="client\vid.h" />
<ClInclude Include="game\game.h" />
<ClInclude Include="game\q_shared.h" />
<ClInclude Include="qcommon\bspfile.h" />
<ClInclude Include="qcommon\qcommon.h" />
<ClInclude Include="qcommon\qfiles.h" />
<ClInclude Include="server\server.h" />
<ClInclude Include="win32\conproc.h" />
<ClInclude Include="win32\winquake.h" />
</ItemGroup>
<ItemGroup>
<Image Include="win32\q2.ico" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="win32\q2.rc">
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>