You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

364 lines
18 KiB

<?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|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{6BF61A30-D954-4A67-9A68-CE981083D4DC}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>uniquake</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>NotSet</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>NotSet</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<TargetName>uniquake</TargetName>
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TargetName>uniquake</TargetName>
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetName>UNIQUAKE</TargetName>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetName>UNIQUAKE</TargetName>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level1</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>false</SDLCheck>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;UNIQUAKE_EXPORTS;_WINDOWS;_USRDLL;GLQUAKE;UQE_FMOD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>false</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>
</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;winmm.lib;wsock32.lib;glu32.lib;fmodexL_vc.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>..\..\fmod-4\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>copy $(TargetDir)$(TargetName).dll $(SolutionDir)..\..\..\Assets\Plugins\windows\x86\uniquake.dll</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level1</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>false</SDLCheck>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;UNIQUAKE_EXPORTS;_WINDOWS;_USRDLL;GLQUAKE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>false</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;winmm.lib;wsock32.lib;glu32.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>..\..\fmod-4\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>copy $(TargetDir)$(TargetName).dll $(SolutionDir)..\..\..\Assets\Plugins\windows\x86_64\uniquake.dll</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;UNIQUAKE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
<AdditionalDependencies>fmodex_vc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>..\..\fmod-4\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;UNIQUAKE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
<AdditionalDependencies>fmodex_vc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>..\..\fmod-4\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="cpp.hint" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\code\anorms.h" />
<ClInclude Include="..\..\code\anorm_dots.h" />
<ClInclude Include="..\..\code\bspfile.h" />
<ClInclude Include="..\..\code\cdaudio.h" />
<ClInclude Include="..\..\code\client.h" />
<ClInclude Include="..\..\code\cmd.h" />
<ClInclude Include="..\..\code\common.h" />
<ClInclude Include="..\..\code\conproc.h" />
<ClInclude Include="..\..\code\console.h" />
<ClInclude Include="..\..\code\crc.h" />
<ClInclude Include="..\..\code\cvar.h" />
<ClInclude Include="..\..\code\draw.h" />
<ClInclude Include="..\..\code\glext.h" />
<ClInclude Include="..\..\code\glquake.h" />
<ClInclude Include="..\..\code\gl_fullbright.h" />
<ClInclude Include="..\..\code\gl_model.h" />
<ClInclude Include="..\..\code\gl_warp_sin.h" />
<ClInclude Include="..\..\code\input.h" />
<ClInclude Include="..\..\code\keys.h" />
<ClInclude Include="..\..\code\mathlib.h" />
<ClInclude Include="..\..\code\menu.h" />
<ClInclude Include="..\..\code\modelgen.h" />
<ClInclude Include="..\..\code\net.h" />
<ClInclude Include="..\..\code\net_dgrm.h" />
<ClInclude Include="..\..\code\net_loop.h" />
<ClInclude Include="..\..\code\net_vcr.h" />
<ClInclude Include="..\..\code\net_wins.h" />
<ClInclude Include="..\..\code\net_wipx.h" />
<ClInclude Include="..\..\code\progdefs.h" />
<ClInclude Include="..\..\code\progs.h" />
<ClInclude Include="..\..\code\protocol.h" />
<ClInclude Include="..\..\code\pr_comp.h" />
<ClInclude Include="..\..\code\quakedef.h" />
<ClInclude Include="..\..\code\render.h" />
<ClInclude Include="..\..\code\resource.h" />
<ClInclude Include="..\..\code\sbar.h" />
<ClInclude Include="..\..\code\screen.h" />
<ClInclude Include="..\..\code\server.h" />
<ClInclude Include="..\..\code\snd_fmod.h" />
<ClInclude Include="..\..\code\sound.h" />
<ClInclude Include="..\..\code\spritegn.h" />
<ClInclude Include="..\..\code\sys.h" />
<ClInclude Include="..\..\code\unzip.h" />
<ClInclude Include="..\..\code\vid.h" />
<ClInclude Include="..\..\code\vid_gamma.h" />
<ClInclude Include="..\..\code\view.h" />
<ClInclude Include="..\..\code\wad.h" />
<ClInclude Include="..\..\code\wglext.h" />
<ClInclude Include="..\..\code\winquake.h" />
<ClInclude Include="..\..\code\world.h" />
<ClInclude Include="..\..\code\zone.h" />
<ClInclude Include="..\..\fmod-4\inc\fmod.h" />
<ClInclude Include="..\..\fmod-4\inc\fmod.hpp" />
<ClInclude Include="..\..\fmod-4\inc\fmod_codec.h" />
<ClInclude Include="..\..\fmod-4\inc\fmod_dsp.h" />
<ClInclude Include="..\..\fmod-4\inc\fmod_errors.h" />
<ClInclude Include="..\..\fmod-4\inc\fmod_memoryinfo.h" />
<ClInclude Include="..\..\fmod-4\inc\fmod_output.h" />
<ClInclude Include="..\..\jpeg-6\jchuff.h" />
<ClInclude Include="..\..\jpeg-6\jconfig.h" />
<ClInclude Include="..\..\jpeg-6\jdct.h" />
<ClInclude Include="..\..\jpeg-6\jdhuff.h" />
<ClInclude Include="..\..\jpeg-6\jerror.h" />
<ClInclude Include="..\..\jpeg-6\jinclude.h" />
<ClInclude Include="..\..\jpeg-6\jmemsys.h" />
<ClInclude Include="..\..\jpeg-6\jmorecfg.h" />
<ClInclude Include="..\..\jpeg-6\jpegint.h" />
<ClInclude Include="..\..\jpeg-6\jpeglib.h" />
<ClInclude Include="..\..\jpeg-6\jversion.h" />
<ClInclude Include="uniquake.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\code\cd_win.c" />
<ClCompile Include="..\..\code\cl_demo.c" />
<ClCompile Include="..\..\code\cl_input.c" />
<ClCompile Include="..\..\code\cl_main.c" />
<ClCompile Include="..\..\code\cl_parse.c" />
<ClCompile Include="..\..\code\cl_tent.c" />
<ClCompile Include="..\..\code\cmd.c" />
<ClCompile Include="..\..\code\common.c" />
<ClCompile Include="..\..\code\conproc.c" />
<ClCompile Include="..\..\code\console.c" />
<ClCompile Include="..\..\code\crc.c" />
<ClCompile Include="..\..\code\cvar.c" />
<ClCompile Include="..\..\code\gl_draw.c" />
<ClCompile Include="..\..\code\gl_fullbright.c" />
<ClCompile Include="..\..\code\gl_mesh.c" />
<ClCompile Include="..\..\code\gl_model.c" />
<ClCompile Include="..\..\code\gl_refrag.c" />
<ClCompile Include="..\..\code\gl_rlight.c" />
<ClCompile Include="..\..\code\gl_rmain.c" />
<ClCompile Include="..\..\code\gl_rmisc.c" />
<ClCompile Include="..\..\code\gl_rsurf.c" />
<ClCompile Include="..\..\code\gl_screen.c" />
<ClCompile Include="..\..\code\gl_test.c" />
<ClCompile Include="..\..\code\gl_vidnt.c" />
<ClCompile Include="..\..\code\gl_warp.c" />
<ClCompile Include="..\..\code\host.c" />
<ClCompile Include="..\..\code\host_cmd.c" />
<ClCompile Include="..\..\code\in_win.c" />
<ClCompile Include="..\..\code\keys.c" />
<ClCompile Include="..\..\code\mathlib.c" />
<ClCompile Include="..\..\code\menu.c" />
<ClCompile Include="..\..\code\net_dgrm.c" />
<ClCompile Include="..\..\code\net_loop.c" />
<ClCompile Include="..\..\code\net_main.c" />
<ClCompile Include="..\..\code\net_vcr.c" />
<ClCompile Include="..\..\code\net_win.c" />
<ClCompile Include="..\..\code\net_wins.c" />
<ClCompile Include="..\..\code\net_wipx.c" />
<ClCompile Include="..\..\code\pr_cmds.c" />
<ClCompile Include="..\..\code\pr_edict.c" />
<ClCompile Include="..\..\code\pr_exec.c" />
<ClCompile Include="..\..\code\r_part.c" />
<ClCompile Include="..\..\code\sbar.c" />
<ClCompile Include="..\..\code\snd_dma.c" />
<ClCompile Include="..\..\code\snd_fmod.c" />
<ClCompile Include="..\..\code\snd_mem.c" />
<ClCompile Include="..\..\code\snd_mix.c" />
<ClCompile Include="..\..\code\snd_win.c" />
<ClCompile Include="..\..\code\sv_main.c" />
<ClCompile Include="..\..\code\sv_move.c" />
<ClCompile Include="..\..\code\sv_phys.c" />
<ClCompile Include="..\..\code\sv_user.c" />
<ClCompile Include="..\..\code\sys_win.c" />
<ClCompile Include="..\..\code\unzip.c" />
<ClCompile Include="..\..\code\vid_gamma.c" />
<ClCompile Include="..\..\code\view.c" />
<ClCompile Include="..\..\code\wad.c" />
<ClCompile Include="..\..\code\world.c" />
<ClCompile Include="..\..\code\zone.c" />
<ClCompile Include="..\..\jpeg-6\jcapimin.c" />
<ClCompile Include="..\..\jpeg-6\jccoefct.c" />
<ClCompile Include="..\..\jpeg-6\jccolor.c" />
<ClCompile Include="..\..\jpeg-6\jcdctmgr.c" />
<ClCompile Include="..\..\jpeg-6\jchuff.c" />
<ClCompile Include="..\..\jpeg-6\jcinit.c" />
<ClCompile Include="..\..\jpeg-6\jcmainct.c" />
<ClCompile Include="..\..\jpeg-6\jcmarker.c" />
<ClCompile Include="..\..\jpeg-6\jcmaster.c" />
<ClCompile Include="..\..\jpeg-6\jcomapi.c" />
<ClCompile Include="..\..\jpeg-6\jcparam.c" />
<ClCompile Include="..\..\jpeg-6\jcphuff.c" />
<ClCompile Include="..\..\jpeg-6\jcprepct.c" />
<ClCompile Include="..\..\jpeg-6\jcsample.c" />
<ClCompile Include="..\..\jpeg-6\jctrans.c" />
<ClCompile Include="..\..\jpeg-6\jdapimin.c" />
<ClCompile Include="..\..\jpeg-6\jdapistd.c" />
<ClCompile Include="..\..\jpeg-6\jdatadst.c" />
<ClCompile Include="..\..\jpeg-6\jdatasrc.c" />
<ClCompile Include="..\..\jpeg-6\jdcoefct.c" />
<ClCompile Include="..\..\jpeg-6\jdcolor.c" />
<ClCompile Include="..\..\jpeg-6\jddctmgr.c" />
<ClCompile Include="..\..\jpeg-6\jdhuff.c" />
<ClCompile Include="..\..\jpeg-6\jdinput.c" />
<ClCompile Include="..\..\jpeg-6\jdmainct.c" />
<ClCompile Include="..\..\jpeg-6\jdmarker.c" />
<ClCompile Include="..\..\jpeg-6\jdmaster.c" />
<ClCompile Include="..\..\jpeg-6\jdpostct.c" />
<ClCompile Include="..\..\jpeg-6\jdsample.c" />
<ClCompile Include="..\..\jpeg-6\jdtrans.c" />
<ClCompile Include="..\..\jpeg-6\jerror.c" />
<ClCompile Include="..\..\jpeg-6\jfdctflt.c" />
<ClCompile Include="..\..\jpeg-6\jidctflt.c" />
<ClCompile Include="..\..\jpeg-6\jmemmgr.c" />
<ClCompile Include="..\..\jpeg-6\jmemnobs.c" />
<ClCompile Include="..\..\jpeg-6\jutils.c" />
<ClCompile Include="sys_uniquake.c" />
<ClCompile Include="uniquake.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\code\winquake.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>