mirror of
https://github.com/stevenhowes/Quake-2.git
synced 2026-05-26 15:53:45 +01:00
350 lines
18 KiB
XML
350 lines
18 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug Alpha|Win32">
|
|
<Configuration>Debug Alpha</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release Alpha|Win32">
|
|
<Configuration>Release Alpha</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</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>v143</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Alpha|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v143</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> |