Convert to VS 2019

This commit is contained in:
stevenhowes
2022-01-08 22:20:08 +00:00
parent 372afde46e
commit 60a725f3f4
35 changed files with 3099 additions and 2127 deletions
Binary file not shown.
Binary file not shown.
+350
View File
@@ -0,0 +1,350 @@
<?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>
</ItemGroup>
<PropertyGroup Label="Globals">
<SccProjectName />
<SccLocalPath />
<ProjectGuid>{E7E29E51-3B8C-432C-A3FE-4A87D602716A}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</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>
<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)'=='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>
<PropertyGroup Label="UserMacros" />
<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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>.\debug\</OutDir>
<IntDir>.\debug\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">
<OutDir>.\..\DebugAXP\</OutDir>
<IntDir>.\DebugAXP\</IntDir>
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<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>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\release\</AssemblerListingLocation>
<PrecompiledHeaderOutputFile>.\release\ctf.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\release\</ObjectFileName>
<ProgramDataBaseFileName>.\release\</ProgramDataBaseFileName>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\release\ctf.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>.\release\ctf.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<SubSystem>Windows</SubSystem>
<OutputFile>.\release\gamex86.dll</OutputFile>
<ImportLibrary>.\release\gamex86.lib</ImportLibrary>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<ModuleDefinitionFile>.\ctf.def</ModuleDefinitionFile>
</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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\ReleaseAXP\</AssemblerListingLocation>
<PrecompiledHeaderOutputFile>.\ReleaseAXP\ctf.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\ReleaseAXP\</ObjectFileName>
<ProgramDataBaseFileName>.\ReleaseAXP\</ProgramDataBaseFileName>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\ReleaseAXP\ctf.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\ctf.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<OutputFile>.\ReleaseAXP\gameaxp.dll</OutputFile>
<ImportLibrary>.\..\ReleaseAXP\gameaxp.lib</ImportLibrary>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
<ModuleDefinitionFile>.\ctf.def</ModuleDefinitionFile>
</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>
<MinimalRebuild>true</MinimalRebuild>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\debug\</AssemblerListingLocation>
<BrowseInformation>true</BrowseInformation>
<PrecompiledHeaderOutputFile>.\debug\ctf.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\debug\</ObjectFileName>
<ProgramDataBaseFileName>.\debug\</ProgramDataBaseFileName>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\debug\ctf.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>.\debug\ctf.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OutputFile>.\debug\gamex86.dll</OutputFile>
<ImportLibrary>.\debug\gamex86.lib</ImportLibrary>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<ModuleDefinitionFile>.\ctf.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
<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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\DebugAXP\</AssemblerListingLocation>
<BrowseInformation>true</BrowseInformation>
<PrecompiledHeaderOutputFile>.\DebugAXP\ctf.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\DebugAXP\</ObjectFileName>
<ProgramDataBaseFileName>.\DebugAXP\</ProgramDataBaseFileName>
<AdditionalOptions> /MTd </AdditionalOptions>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\DebugAXP\ctf.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\ctf.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>true</GenerateDebugInformation>
<OutputFile>.\debugAXP\gameaxp.dll</OutputFile>
<ImportLibrary>.\..\DebugAXP\gameaxp.lib</ImportLibrary>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
<ModuleDefinitionFile>.\ctf.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="g_ai.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_chase.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_cmds.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_combat.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_ctf.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_func.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_items.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_main.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_misc.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_monster.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_phys.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_save.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_spawn.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_svcmds.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_target.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_trigger.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_utils.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_weapon.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_move.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="p_client.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="p_hud.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="p_menu.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="p_trail.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="p_view.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="p_weapon.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
<ClCompile Include="q_shared.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /MTd /MTd </AdditionalOptions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="game.h" />
<ClInclude Include="g_ctf.h" />
<ClInclude Include="g_local.h" />
<ClInclude Include="m_player.h" />
<ClInclude Include="p_menu.h" />
<ClInclude Include="q_shared.h" />
</ItemGroup>
<ItemGroup>
<CustomBuild Include="ctf.def" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
+122
View File
@@ -0,0 +1,122 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{9e789e09-d956-4b8c-bcc0-ad0b6d0e4185}</UniqueIdentifier>
<Extensions>*.c</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{149b2d00-47b1-481b-9b66-4c1ca56dc997}</UniqueIdentifier>
<Extensions>*.h</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{de394aaa-85b9-4c5b-92c4-da93fd54a5c7}</UniqueIdentifier>
<Extensions>*.def,*.res</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="g_ai.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_chase.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_cmds.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_combat.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_ctf.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_func.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_items.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_main.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_misc.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_monster.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_phys.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_save.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_spawn.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_svcmds.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_target.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_trigger.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_utils.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_weapon.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_move.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="p_client.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="p_hud.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="p_menu.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="p_trail.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="p_view.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="p_weapon.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="q_shared.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="g_ctf.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="g_local.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="game.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_player.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="p_menu.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="q_shared.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="ctf.def">
<Filter>Resource Files</Filter>
</CustomBuild>
</ItemGroup>
</Project>
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>
View File
+1
View File
@@ -0,0 +1 @@

View File
+1
View File
@@ -0,0 +1 @@

View File
+1
View File
@@ -0,0 +1 @@

+499
View File
@@ -0,0 +1,499 @@
<?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>{4458CE24-F445-4826-B850-162A97F47A41}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</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)'=='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)'=='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 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)'=='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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>.\..\debug\</OutDir>
<IntDir>.\debug\</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\game.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\DebugAxp\</ObjectFileName>
<ProgramDataBaseFileName>.\DebugAxp\</ProgramDataBaseFileName>
<AdditionalOptions> /QA21164 /MTd </AdditionalOptions>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\DebugAxp\game.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\game.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>true</GenerateDebugInformation>
<OutputFile>..\DebugAxp/gameaxp.dll</OutputFile>
<ImportLibrary>.\..\DebugAxp\gameaxp.lib</ImportLibrary>
<BaseAddress>0x20000000</BaseAddress>
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
<ModuleDefinitionFile>.\game.def</ModuleDefinitionFile>
</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\game.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\release\</ObjectFileName>
<ProgramDataBaseFileName>.\release\</ProgramDataBaseFileName>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\release\game.tlb</TypeLibraryName>
<MkTypLibCompatible>true</MkTypLibCompatible>
<TargetEnvironment>Win32</TargetEnvironment>
</Midl>
<ResourceCompile>
<Culture>0x0409</Culture>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\..\release\game.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>false</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OutputFile>..\release\gamex86.dll</OutputFile>
<ImportLibrary>.\..\release\gamex86.lib</ImportLibrary>
<BaseAddress>0x20000000</BaseAddress>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<ModuleDefinitionFile>.\game.def</ModuleDefinitionFile>
</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\game.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\ReleaseAXP\</ObjectFileName>
<ProgramDataBaseFileName>.\ReleaseAXP\</ProgramDataBaseFileName>
<AdditionalOptions> /QA21164 </AdditionalOptions>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\ReleaseAXP\game.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\game.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>false</GenerateDebugInformation>
<OutputFile>..\ReleaseAXP/gameaxp.dll</OutputFile>
<ImportLibrary>.\..\ReleaseAXP\gameaxp.lib</ImportLibrary>
<BaseAddress>0x20000000</BaseAddress>
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
<ModuleDefinitionFile>.\game.def</ModuleDefinitionFile>
</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>
<MinimalRebuild>true</MinimalRebuild>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;BUILDING_REF_GL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\debug\</AssemblerListingLocation>
<BrowseInformation>true</BrowseInformation>
<PrecompiledHeaderOutputFile>.\debug\game.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\debug\</ObjectFileName>
<ProgramDataBaseFileName>.\debug\</ProgramDataBaseFileName>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\debug\game.tlb</TypeLibraryName>
<MkTypLibCompatible>true</MkTypLibCompatible>
<TargetEnvironment>Win32</TargetEnvironment>
</Midl>
<ResourceCompile>
<Culture>0x0409</Culture>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\..\debug\game.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OutputFile>..\debug\gamex86.dll</OutputFile>
<ImportLibrary>.\..\debug\gamex86.lib</ImportLibrary>
<BaseAddress>0x20000000</BaseAddress>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<ModuleDefinitionFile>.\game.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="g_ai.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_chase.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_cmds.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_combat.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_func.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_items.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_main.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_misc.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_monster.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_phys.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_save.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_spawn.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_svcmds.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_target.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_trigger.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_turret.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_utils.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="g_weapon.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_actor.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_berserk.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_boss2.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_boss3.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_boss31.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_boss32.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_brain.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_chick.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_flash.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_flipper.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_float.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_flyer.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_gladiator.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_gunner.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_hover.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_infantry.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_insane.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_medic.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_move.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_mutant.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_parasite.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_soldier.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_supertank.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="m_tank.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="p_client.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="p_hud.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="p_trail.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="p_view.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="p_weapon.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
<ClCompile Include="q_shared.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QA21164 /MTd </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QA21164 </AdditionalOptions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="game.h" />
<ClInclude Include="g_local.h" />
<ClInclude Include="m_actor.h" />
<ClInclude Include="m_berserk.h" />
<ClInclude Include="m_boss2.h" />
<ClInclude Include="m_boss31.h" />
<ClInclude Include="m_boss32.h" />
<ClInclude Include="m_brain.h" />
<ClInclude Include="m_chick.h" />
<ClInclude Include="m_flipper.h" />
<ClInclude Include="m_float.h" />
<ClInclude Include="m_flyer.h" />
<ClInclude Include="m_gladiator.h" />
<ClInclude Include="m_gunner.h" />
<ClInclude Include="m_hover.h" />
<ClInclude Include="m_infantry.h" />
<ClInclude Include="m_insane.h" />
<ClInclude Include="m_medic.h" />
<ClInclude Include="m_mutant.h" />
<ClInclude Include="m_parasite.h" />
<ClInclude Include="m_player.h" />
<ClInclude Include="m_soldier.h" />
<ClInclude Include="m_supertank.h" />
<ClInclude Include="m_tank.h" />
<ClInclude Include="q_shared.h" />
</ItemGroup>
<ItemGroup>
<CustomBuild Include="game.def" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
+245
View File
@@ -0,0 +1,245 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{8326bc7d-6b96-4d91-bae5-8a6d553bdd85}</UniqueIdentifier>
<Extensions>cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{9df6e018-220a-4197-8bcf-d229e86fd3ec}</UniqueIdentifier>
<Extensions>h;hpp;hxx;hm;inl;fi;fd</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{8aa5d62d-58b3-4535-9026-6f7613c748c4}</UniqueIdentifier>
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="g_ai.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_chase.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_cmds.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_combat.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_func.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_items.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_main.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_misc.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_monster.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_phys.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_save.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_spawn.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_svcmds.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_target.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_trigger.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_turret.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_utils.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_weapon.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_actor.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_berserk.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_boss2.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_boss3.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_boss31.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_boss32.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_brain.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_chick.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_flash.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_flipper.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_float.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_flyer.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_gladiator.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_gunner.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_hover.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_infantry.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_insane.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_medic.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_move.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_mutant.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_parasite.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_soldier.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_supertank.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="m_tank.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="p_client.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="p_hud.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="p_trail.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="p_view.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="p_weapon.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="q_shared.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="g_local.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="game.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_actor.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_berserk.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_boss2.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_boss31.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_boss32.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_brain.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_chick.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_flipper.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_float.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_flyer.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_gladiator.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_gunner.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_hover.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_infantry.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_insane.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_medic.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_mutant.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_parasite.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_player.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_soldier.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_supertank.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="m_tank.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="q_shared.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="game.def">
<Filter>Resource Files</Filter>
</CustomBuild>
</ItemGroup>
</Project>
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>
-2050
View File
File diff suppressed because it is too large Load Diff
-77
View File
@@ -1,77 +0,0 @@
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
Project: "ctf"=.\ctf\ctf.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "game"=.\game\game.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "quake2"=.\quake2.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "ref_gl"=.\ref_gl\ref_gl.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "ref_soft"=.\ref_soft\ref_soft.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Global:
Package=<5>
{{{
}}}
Package=<3>
{{{
}}}
###############################################################################
+82
View File
@@ -0,0 +1,82 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ctf", "ctf\ctf.vcxproj", "{E7E29E51-3B8C-432C-A3FE-4A87D602716A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "game", "game\game.vcxproj", "{4458CE24-F445-4826-B850-162A97F47A41}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "quake2", "quake2.vcxproj", "{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ref_gl", "ref_gl\ref_gl.vcxproj", "{31E6B2FD-357B-44CB-A05C-02339920290F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ref_soft", "ref_soft\ref_soft.vcxproj", "{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Alpha|x86 = Debug Alpha|x86
Debug|x86 = Debug|x86
Release Alpha|x86 = Release Alpha|x86
Release|x86 = Release|x86
Template|x86 = Template|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7E29E51-3B8C-432C-A3FE-4A87D602716A}.Debug Alpha|x86.ActiveCfg = Debug Alpha|Win32
{E7E29E51-3B8C-432C-A3FE-4A87D602716A}.Debug Alpha|x86.Build.0 = Debug Alpha|Win32
{E7E29E51-3B8C-432C-A3FE-4A87D602716A}.Debug|x86.ActiveCfg = Debug|Win32
{E7E29E51-3B8C-432C-A3FE-4A87D602716A}.Debug|x86.Build.0 = Debug|Win32
{E7E29E51-3B8C-432C-A3FE-4A87D602716A}.Release Alpha|x86.ActiveCfg = Release Alpha|Win32
{E7E29E51-3B8C-432C-A3FE-4A87D602716A}.Release Alpha|x86.Build.0 = Release Alpha|Win32
{E7E29E51-3B8C-432C-A3FE-4A87D602716A}.Release|x86.ActiveCfg = Release|Win32
{E7E29E51-3B8C-432C-A3FE-4A87D602716A}.Release|x86.Build.0 = Release|Win32
{E7E29E51-3B8C-432C-A3FE-4A87D602716A}.Template|x86.ActiveCfg = Debug|Win32
{E7E29E51-3B8C-432C-A3FE-4A87D602716A}.Template|x86.Build.0 = Debug|Win32
{4458CE24-F445-4826-B850-162A97F47A41}.Debug Alpha|x86.ActiveCfg = Debug Alpha|Win32
{4458CE24-F445-4826-B850-162A97F47A41}.Debug Alpha|x86.Build.0 = Debug Alpha|Win32
{4458CE24-F445-4826-B850-162A97F47A41}.Debug|x86.ActiveCfg = Debug|Win32
{4458CE24-F445-4826-B850-162A97F47A41}.Debug|x86.Build.0 = Debug|Win32
{4458CE24-F445-4826-B850-162A97F47A41}.Release Alpha|x86.ActiveCfg = Release Alpha|Win32
{4458CE24-F445-4826-B850-162A97F47A41}.Release Alpha|x86.Build.0 = Release Alpha|Win32
{4458CE24-F445-4826-B850-162A97F47A41}.Release|x86.ActiveCfg = Release|Win32
{4458CE24-F445-4826-B850-162A97F47A41}.Release|x86.Build.0 = Release|Win32
{4458CE24-F445-4826-B850-162A97F47A41}.Template|x86.ActiveCfg = Template|Win32
{4458CE24-F445-4826-B850-162A97F47A41}.Template|x86.Build.0 = Template|Win32
{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}.Debug Alpha|x86.ActiveCfg = Debug Alpha|Win32
{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}.Debug Alpha|x86.Build.0 = Debug Alpha|Win32
{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}.Debug|x86.ActiveCfg = Debug|Win32
{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}.Debug|x86.Build.0 = Debug|Win32
{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}.Release Alpha|x86.ActiveCfg = Release Alpha|Win32
{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}.Release Alpha|x86.Build.0 = Release Alpha|Win32
{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}.Release|x86.ActiveCfg = Release|Win32
{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}.Release|x86.Build.0 = Release|Win32
{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}.Template|x86.ActiveCfg = Template|Win32
{3819A6B4-13CB-4756-ACC3-2F1A9AFF7B09}.Template|x86.Build.0 = Template|Win32
{31E6B2FD-357B-44CB-A05C-02339920290F}.Debug Alpha|x86.ActiveCfg = Debug Alpha|Win32
{31E6B2FD-357B-44CB-A05C-02339920290F}.Debug Alpha|x86.Build.0 = Debug Alpha|Win32
{31E6B2FD-357B-44CB-A05C-02339920290F}.Debug|x86.ActiveCfg = Debug|Win32
{31E6B2FD-357B-44CB-A05C-02339920290F}.Debug|x86.Build.0 = Debug|Win32
{31E6B2FD-357B-44CB-A05C-02339920290F}.Release Alpha|x86.ActiveCfg = Release Alpha|Win32
{31E6B2FD-357B-44CB-A05C-02339920290F}.Release Alpha|x86.Build.0 = Release Alpha|Win32
{31E6B2FD-357B-44CB-A05C-02339920290F}.Release|x86.ActiveCfg = Release|Win32
{31E6B2FD-357B-44CB-A05C-02339920290F}.Release|x86.Build.0 = Release|Win32
{31E6B2FD-357B-44CB-A05C-02339920290F}.Template|x86.ActiveCfg = Template|Win32
{31E6B2FD-357B-44CB-A05C-02339920290F}.Template|x86.Build.0 = Template|Win32
{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}.Debug Alpha|x86.ActiveCfg = Debug Alpha|Win32
{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}.Debug Alpha|x86.Build.0 = Debug Alpha|Win32
{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}.Debug|x86.ActiveCfg = Debug|Win32
{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}.Debug|x86.Build.0 = Debug|Win32
{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}.Release Alpha|x86.ActiveCfg = Release Alpha|Win32
{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}.Release Alpha|x86.Build.0 = Release Alpha|Win32
{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}.Release|x86.ActiveCfg = Release|Win32
{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}.Release|x86.Build.0 = Release|Win32
{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}.Template|x86.ActiveCfg = Template|Win32
{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}.Template|x86.Build.0 = Template|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3AE7CAAF-06A6-48AB-9326-EAFAA2DE9753}
EndGlobalSection
EndGlobal
+489
View File
@@ -0,0 +1,489 @@
<?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>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</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>
+235
View File
@@ -0,0 +1,235 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{e2af4ba0-cdd9-4284-86b3-a52e3f2079b4}</UniqueIdentifier>
<Extensions>cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{58392c29-6568-456a-81ea-1a88ea013d0e}</UniqueIdentifier>
<Extensions>h;hpp;hxx;hm;inl;fi;fd</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{ab930523-010c-4567-bf59-62ed6aedb346}</UniqueIdentifier>
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="win32\cd_win.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_cin.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_ents.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_fx.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_input.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_inv.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_main.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_newfx.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_parse.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_pred.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_scrn.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_tent.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\cl_view.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="qcommon\cmd.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="qcommon\cmodel.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="qcommon\common.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="win32\conproc.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\console.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="qcommon\crc.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="qcommon\cvar.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="qcommon\files.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="win32\in_win.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\keys.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="game\m_flash.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="qcommon\md4.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\menu.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="qcommon\net_chan.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="win32\net_wins.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="qcommon\pmove.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="game\q_shared.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="win32\q_shwin.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\qmenu.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\snd_dma.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\snd_mem.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\snd_mix.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="win32\snd_win.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="server\sv_ccmds.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="server\sv_ents.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="server\sv_game.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="server\sv_init.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="server\sv_main.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="server\sv_send.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="server\sv_user.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="server\sv_world.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="win32\sys_win.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="win32\vid_dll.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="win32\vid_menu.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="client\x86.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="client\anorms.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="qcommon\bspfile.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="client\cdaudio.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="client\client.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="win32\conproc.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="client\console.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="game\game.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="client\input.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="client\keys.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="game\q_shared.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="qcommon\qcommon.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="qcommon\qfiles.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="client\qmenu.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="client\ref.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="client\screen.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="server\server.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="client\snd_loc.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="client\sound.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="client\vid.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="win32\winquake.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Image Include="win32\q2.ico">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="win32\q2.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>
+1
View File
@@ -0,0 +1 @@

+343
View File
@@ -0,0 +1,343 @@
<?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>{31E6B2FD-357B-44CB-A05C-02339920290F}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</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|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>
<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>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">
<OutDir>.\..\ReleaseAXP\</OutDir>
<IntDir>.\ReleaseAXP\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<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>
<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\ref_gl.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\ReleaseAXP\</ObjectFileName>
<ProgramDataBaseFileName>.\ReleaseAXP\</ProgramDataBaseFileName>
<AdditionalOptions> /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\ReleaseAXP\ref_gl.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\ref_gl.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>false</GenerateDebugInformation>
<OutputFile>.\..\ReleaseAXP\ref_gl.dll</OutputFile>
<ImportLibrary>.\..\ReleaseAXP\ref_gl.lib</ImportLibrary>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
<ModuleDefinitionFile>.\ref_gl.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
<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>_DEBUG;WIN32;_WINDOWS;C_ONLY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\DebugAxp\</AssemblerListingLocation>
<PrecompiledHeaderOutputFile>.\DebugAxp\ref_gl.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\DebugAxp\</ObjectFileName>
<ProgramDataBaseFileName>.\DebugAxp\</ProgramDataBaseFileName>
<AdditionalOptions> /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\DebugAxp\ref_gl.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\ref_gl.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>true</GenerateDebugInformation>
<OutputFile>.\..\DebugAxp\ref_gl.dll</OutputFile>
<ImportLibrary>.\..\DebugAxp\ref_gl.lib</ImportLibrary>
<AdditionalDependencies>opengl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
<ModuleDefinitionFile>.\ref_gl.def</ModuleDefinitionFile>
</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>
<MinimalRebuild>true</MinimalRebuild>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\debug\</AssemblerListingLocation>
<BrowseInformation>true</BrowseInformation>
<PrecompiledHeaderOutputFile>.\debug\ref_gl.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\debug\</ObjectFileName>
<ProgramDataBaseFileName>.\debug\</ProgramDataBaseFileName>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\debug\ref_gl.tlb</TypeLibraryName>
<MkTypLibCompatible>true</MkTypLibCompatible>
<TargetEnvironment>Win32</TargetEnvironment>
</Midl>
<ResourceCompile>
<Culture>0x0409</Culture>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\..\debug\ref_gl.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OutputFile>.\..\debug\ref_gl.dll</OutputFile>
<ImportLibrary>.\..\debug\ref_gl.lib</ImportLibrary>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<ModuleDefinitionFile>.\ref_gl.def</ModuleDefinitionFile>
</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>
<PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\release\</AssemblerListingLocation>
<PrecompiledHeaderOutputFile>.\release\ref_gl.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\release\</ObjectFileName>
<ProgramDataBaseFileName>.\release\</ProgramDataBaseFileName>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\release\ref_gl.tlb</TypeLibraryName>
<MkTypLibCompatible>true</MkTypLibCompatible>
<TargetEnvironment>Win32</TargetEnvironment>
</Midl>
<ResourceCompile>
<Culture>0x0409</Culture>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\..\release\ref_gl.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>false</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OutputFile>.\..\release\ref_gl.dll</OutputFile>
<ImportLibrary>.\..\release\ref_gl.lib</ImportLibrary>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<ModuleDefinitionFile>.\ref_gl.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\game\q_shared.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="..\win32\glw_imp.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="..\win32\qgl_win.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="..\win32\q_shwin.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="gl_draw.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="gl_image.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="gl_light.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="gl_mesh.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="gl_model.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="gl_rmain.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="gl_rmisc.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="gl_rsurf.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<ClCompile Include="gl_warp.c">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'"> /QA21164 /QAieee1 /QA21164 /QAieee1 </AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'"> /QA21164 /MTd /QAieee1 /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\client\ref.h" />
<ClInclude Include="..\game\q_shared.h" />
<ClInclude Include="..\qcommon\qcommon.h" />
<ClInclude Include="..\qcommon\qfiles.h" />
<ClInclude Include="..\win32\glw_win.h" />
<ClInclude Include="..\win32\winquake.h" />
<ClInclude Include="anorms.h" />
<ClInclude Include="anormtab.h" />
<ClInclude Include="gl_local.h" />
<ClInclude Include="gl_model.h" />
<ClInclude Include="qgl.h" />
<ClInclude Include="qmenu.h" />
<ClInclude Include="ref_gl.h" />
<ClInclude Include="warpsin.h" />
</ItemGroup>
<ItemGroup>
<CustomBuild Include="ref_gl.def" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
+107
View File
@@ -0,0 +1,107 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{3daf9ba5-564f-4e4d-9c0b-ed5a7701dc76}</UniqueIdentifier>
<Extensions>cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{1037876f-41bc-4193-b6c2-f54a977a548f}</UniqueIdentifier>
<Extensions>h;hpp;hxx;hm;inl;fi;fd</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{58bcae5e-d5ca-4673-9cfe-b9368d1ab96d}</UniqueIdentifier>
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="gl_draw.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="gl_image.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="gl_light.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="gl_mesh.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="gl_model.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="gl_rmain.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="gl_rmisc.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="gl_rsurf.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="gl_warp.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\win32\glw_imp.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\game\q_shared.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\win32\q_shwin.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\win32\qgl_win.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="anorms.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="anormtab.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="gl_local.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="gl_model.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\win32\glw_win.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\game\q_shared.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\qcommon\qcommon.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\qcommon\qfiles.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="qgl.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="qmenu.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\client\ref.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="ref_gl.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="warpsin.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\win32\winquake.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="ref_gl.def">
<Filter>Resource Files</Filter>
</CustomBuild>
</ItemGroup>
</Project>
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>
+1
View File
@@ -0,0 +1 @@

+450
View File
@@ -0,0 +1,450 @@
<?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>{804AA1AA-2AEB-4ABD-832D-48CC2BB058B3}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</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|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)'=='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)'=='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)'=='Release Alpha|Win32'">
<OutDir>.\..\ReleaseAXP\</OutDir>
<IntDir>.\ReleaseAXP\</IntDir>
<LinkIncremental>false</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>
<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>_DEBUG;WIN32;_WINDOWS;C_ONLY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\DebugAxp\</AssemblerListingLocation>
<PrecompiledHeaderOutputFile>.\DebugAxp\ref_soft.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\DebugAxp\</ObjectFileName>
<ProgramDataBaseFileName>.\DebugAxp\</ProgramDataBaseFileName>
<AdditionalOptions> /QA21164 /MTd /QAieee1 </AdditionalOptions>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\DebugAxp\ref_soft.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\ref_soft.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>true</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<OutputFile>.\..\DebugAxp\ref_soft.dll</OutputFile>
<ImportLibrary>.\..\DebugAxp\ref_soft.lib</ImportLibrary>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
<ModuleDefinitionFile>.\ref_soft.def</ModuleDefinitionFile>
</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\ref_soft.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\ReleaseAXP\</ObjectFileName>
<ProgramDataBaseFileName>.\ReleaseAXP\</ProgramDataBaseFileName>
<AdditionalOptions> /QA21164 /QAieee1 </AdditionalOptions>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\ReleaseAXP\ref_soft.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\ref_soft.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>false</GenerateDebugInformation>
<OutputFile>.\..\ReleaseAXP\ref_soft.dll</OutputFile>
<ImportLibrary>.\..\ReleaseAXP\ref_soft.lib</ImportLibrary>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
<ModuleDefinitionFile>.\ref_soft.def</ModuleDefinitionFile>
</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>
<MinimalRebuild>true</MinimalRebuild>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\debug\</AssemblerListingLocation>
<BrowseInformation>true</BrowseInformation>
<PrecompiledHeaderOutputFile>.\debug\ref_soft.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\debug\</ObjectFileName>
<ProgramDataBaseFileName>.\debug\</ProgramDataBaseFileName>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\debug\ref_soft.tlb</TypeLibraryName>
<MkTypLibCompatible>true</MkTypLibCompatible>
<TargetEnvironment>Win32</TargetEnvironment>
</Midl>
<ResourceCompile>
<Culture>0x0409</Culture>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\..\debug\ref_soft.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<IgnoreSpecificDefaultLibraries>libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<OutputFile>.\..\debug\ref_soft.dll</OutputFile>
<ImportLibrary>.\..\debug\ref_soft.lib</ImportLibrary>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<ModuleDefinitionFile>.\ref_soft.def</ModuleDefinitionFile>
</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>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AssemblerListingLocation>.\release\</AssemblerListingLocation>
<PrecompiledHeaderOutputFile>.\release\ref_soft.pch</PrecompiledHeaderOutputFile>
<ObjectFileName>.\release\</ObjectFileName>
<ProgramDataBaseFileName>.\release\</ProgramDataBaseFileName>
</ClCompile>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TypeLibraryName>.\..\release\ref_soft.tlb</TypeLibraryName>
<MkTypLibCompatible>true</MkTypLibCompatible>
<TargetEnvironment>Win32</TargetEnvironment>
</Midl>
<ResourceCompile>
<Culture>0x0409</Culture>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\..\release\ref_soft.bsc</OutputFile>
</Bscmake>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
<LinkDLL>true</LinkDLL>
<GenerateDebugInformation>false</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OutputFile>.\..\release\ref_soft.dll</OutputFile>
<ImportLibrary>.\..\release\ref_soft.lib</ImportLibrary>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<ModuleDefinitionFile>.\ref_soft.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<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="..\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\rw_ddraw.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\rw_dib.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\rw_imp.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="r_aclip.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="r_alias.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="r_bsp.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="r_draw.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="r_edge.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="r_image.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="r_light.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="r_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="r_misc.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="r_model.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="r_part.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="r_poly.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="r_polyse.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="r_rast.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="r_scan.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="r_sprite.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="r_surf.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>
<CustomBuild Include="ref_soft.def" />
<CustomBuild Include="r_aclipa.asm">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">true</ExcludedFromBuild>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
</CustomBuild>
<CustomBuild Include="r_draw16.asm">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">true</ExcludedFromBuild>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
</CustomBuild>
<CustomBuild Include="r_drawa.asm">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">true</ExcludedFromBuild>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
</CustomBuild>
<CustomBuild Include="r_edgea.asm">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">true</ExcludedFromBuild>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
</CustomBuild>
<CustomBuild Include="r_polysa.asm">
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
</CustomBuild>
<CustomBuild Include="r_scana.asm">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">true</ExcludedFromBuild>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
</CustomBuild>
<CustomBuild Include="r_spr8.asm">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">true</ExcludedFromBuild>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
</CustomBuild>
<CustomBuild Include="r_surf8.asm">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">true</ExcludedFromBuild>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
</CustomBuild>
<CustomBuild Include="r_varsa.asm">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Alpha|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'">true</ExcludedFromBuild>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /c /Cp /coff /Fo$(OutDir)%(Filename).obj /Zm /Zi %(FullPath)</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OUTDIR)\$(InputName).obj;%(Outputs)</Outputs>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\client\ref.h" />
<ClInclude Include="..\game\q_shared.h" />
<ClInclude Include="..\qcommon\qcommon.h" />
<ClInclude Include="..\qcommon\qfiles.h" />
<ClInclude Include="..\win32\rw_win.h" />
<ClInclude Include="..\win32\winquake.h" />
<ClInclude Include="adivtab.h" />
<ClInclude Include="anorms.h" />
<ClInclude Include="rand1k.h" />
<ClInclude Include="r_local.h" />
<ClInclude Include="r_model.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
+152
View File
@@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{dbbc04a1-ebc7-4db0-b501-2a8e7701f2fd}</UniqueIdentifier>
<Extensions>cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{f701e23e-30d4-44d5-ae8a-ea9fe51df650}</UniqueIdentifier>
<Extensions>h;hpp;hxx;hm;inl;fi;fd</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{134b32f4-080e-460c-ae02-1f3a8a754ccc}</UniqueIdentifier>
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\game\q_shared.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\win32\q_shwin.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_aclip.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_alias.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_bsp.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_draw.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_edge.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_image.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_light.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_main.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_misc.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_model.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_part.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_poly.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_polyse.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_rast.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_scan.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_sprite.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="r_surf.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\win32\rw_ddraw.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\win32\rw_dib.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\win32\rw_imp.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="adivtab.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="anorms.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\game\q_shared.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\qcommon\qcommon.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\qcommon\qfiles.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="r_local.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="r_model.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="rand1k.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\client\ref.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\win32\rw_win.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\win32\winquake.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="r_aclipa.asm">
<Filter>Source Files</Filter>
</CustomBuild>
<CustomBuild Include="r_draw16.asm">
<Filter>Source Files</Filter>
</CustomBuild>
<CustomBuild Include="r_drawa.asm">
<Filter>Source Files</Filter>
</CustomBuild>
<CustomBuild Include="r_edgea.asm">
<Filter>Source Files</Filter>
</CustomBuild>
<CustomBuild Include="r_polysa.asm">
<Filter>Source Files</Filter>
</CustomBuild>
<CustomBuild Include="r_scana.asm">
<Filter>Source Files</Filter>
</CustomBuild>
<CustomBuild Include="r_spr8.asm">
<Filter>Source Files</Filter>
</CustomBuild>
<CustomBuild Include="r_surf8.asm">
<Filter>Source Files</Filter>
</CustomBuild>
<CustomBuild Include="r_varsa.asm">
<Filter>Source Files</Filter>
</CustomBuild>
<CustomBuild Include="ref_soft.def">
<Filter>Resource Files</Filter>
</CustomBuild>
</ItemGroup>
</Project>
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>