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.
446 lines
24 KiB
446 lines
24 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 Portable|Win32">
|
|
<Configuration>Debug Portable</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug Portable|x64">
|
|
<Configuration>Debug Portable</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{AE77266F-0A23-4F08-A491-369DE664B273}</ProjectGuid>
|
|
<RootNamespace>quakespasm-sdl2</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>$(SolutionDir)Build-$(ProjectName)\x86\$(Configuration)\</OutDir>
|
|
<IntDir>Build-$(ProjectName)\x86\$(Configuration)\</IntDir>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|Win32'">
|
|
<OutDir>$(SolutionDir)Build-$(ProjectName)\x86\$(Configuration)\</OutDir>
|
|
<IntDir>Build-$(ProjectName)\x86\$(Configuration)\</IntDir>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>$(SolutionDir)Build-$(ProjectName)\x86\$(Configuration)\</OutDir>
|
|
<IntDir>Build-$(ProjectName)\x86\$(Configuration)\</IntDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<OutDir>$(SolutionDir)Build-$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>Build-$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|x64'">
|
|
<OutDir>$(SolutionDir)Build-$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>Build-$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<OutDir>$(SolutionDir)Build-$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>Build-$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..\SDL2\include;..\..\FMOD\inc;..\..\Quake;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>UNIQUAKE_EXPORTS;USE_LIBSDL;USE_OPENGL;WIN32;_DEBUG;_WINDOWS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_SDL2;USE_FMOD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>wsock32.lib;opengl32.lib;winmm.lib;SDL2.lib;SDL2main.lib;fmodL_vc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>..\SDL2\lib;..\..\FMOD\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<IgnoreSpecificDefaultLibraries>msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).dll $(SolutionDir)..\..\..\Assets\Plugins\windows\x86\uniquake.dll</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..\SDL2\include;..\..\FMOD\inc;..\..\Quake;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>UNIQUAKE_EXPORTS;WIN32;_DEBUG;_WINDOWS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;USE_FMOD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>fmodL_vc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>..\..\FMOD\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<IgnoreSpecificDefaultLibraries>msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy "$(TargetDir)$(TargetName).dll" $(SolutionDir)..\..\..\Assets\Plugins\windows\x86\uniquake.dll</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<AdditionalIncludeDirectories>..\SDL2\include;..\codecs\include;..\misc\include;..\..\Quake;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_SDL2;USE_CODEC_MP3;USE_CODEC_VORBIS;USE_CODEC_WAVE;USE_CODEC_FLAC;USE_CODEC_OPUS;USE_CODEC_MIKMOD;USE_CODEC_UMX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>libvorbisfile.lib;libvorbis.lib;libopusfile.lib;libopus.lib;libFLAC.lib;libogg.lib;libmad.lib;libmikmod.lib;wsock32.lib;opengl32.lib;winmm.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>..\codecs\x86;..\SDL2\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy "$(SolutionDir)\..\codecs\x86\*.dll" "$(TargetDir)"
|
|
copy "$(SolutionDir)\..\SDL2\lib\*.dll" "$(TargetDir)"</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Midl>
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..\SDL2\include;..\..\FMOD\inc;..\..\Quake;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>UNIQUAKE_EXPORTS;USE_LIBSDL;USE_OPENGL;WIN32;_DEBUG;_WINDOWS;_USE_WINSOCK2;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_SDL2;USE_FMOD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>ws2_32.lib;opengl32.lib;winmm.lib;SDL2.lib;SDL2main.lib;fmodL_vc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>..\..\FMOD\lib\x64;..\SDL2\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<IgnoreSpecificDefaultLibraries>msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy $(TargetDir)$(TargetName).dll $(SolutionDir)..\..\..\Assets\Plugins\windows\x86_64\uniquake.dll</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|x64'">
|
|
<Midl>
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..\SDL2\include;..\..\FMOD\inc;..\..\Quake;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>UNIQUAKE_EXPORTS;WIN32;_DEBUG;_WINDOWS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;USE_FMOD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>fmodL_vc.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>..\..\FMOD\lib\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<IgnoreSpecificDefaultLibraries>msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy "$(TargetDir)$(TargetName).dll" $(SolutionDir)..\..\..\Assets\Plugins\windows\x86_64\uniquake.dll</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Midl>
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<AdditionalIncludeDirectories>..\SDL2\include;..\codecs\include;..\misc\include;..\..\Quake;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USE_WINSOCK2;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_SDL2;USE_CODEC_MP3;USE_CODEC_VORBIS;USE_CODEC_WAVE;USE_CODEC_FLAC;USE_CODEC_OPUS;USE_CODEC_MIKMOD;USE_CODEC_UMX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>libvorbisfile.lib;libvorbis.lib;libopusfile.lib;libopus.lib;libFLAC.lib;libogg.lib;libmad.lib;libmikmod.lib;ws2_32.lib;opengl32.lib;winmm.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>..\codecs\x64;..\SDL2\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>copy "$(SolutionDir)\..\codecs\x64\*.dll" "$(TargetDir)"
|
|
copy "$(SolutionDir)\..\SDL2\lib64\*.dll" "$(TargetDir)"</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\Quake\bgmusic.c" />
|
|
<ClCompile Include="..\..\Quake\cd_null.c" />
|
|
<ClCompile Include="..\..\Quake\cfgfile.c" />
|
|
<ClCompile Include="..\..\Quake\chase.c" />
|
|
<ClCompile Include="..\..\Quake\cl_demo.c" />
|
|
<ClCompile Include="..\..\Quake\cl_input.c" />
|
|
<ClCompile Include="..\..\Quake\cl_main.c" />
|
|
<ClCompile Include="..\..\Quake\cl_parse.c" />
|
|
<ClCompile Include="..\..\Quake\cl_tent.c" />
|
|
<ClCompile Include="..\..\Quake\cmd.c" />
|
|
<ClCompile Include="..\..\Quake\common.c" />
|
|
<ClCompile Include="..\..\Quake\console.c" />
|
|
<ClCompile Include="..\..\Quake\crc.c" />
|
|
<ClCompile Include="..\..\Quake\cvar.c" />
|
|
<ClCompile Include="..\..\Quake\gl_draw.c" />
|
|
<ClCompile Include="..\..\Quake\gl_fog.c" />
|
|
<ClCompile Include="..\..\Quake\gl_mesh.c" />
|
|
<ClCompile Include="..\..\Quake\gl_model.c" />
|
|
<ClCompile Include="..\..\Quake\gl_refrag.c" />
|
|
<ClCompile Include="..\..\Quake\gl_rlight.c" />
|
|
<ClCompile Include="..\..\Quake\gl_rmain.c" />
|
|
<ClCompile Include="..\..\Quake\gl_rmisc.c" />
|
|
<ClCompile Include="..\..\Quake\gl_screen.c" />
|
|
<ClCompile Include="..\..\Quake\gl_sky.c" />
|
|
<ClCompile Include="..\..\Quake\gl_texmgr.c" />
|
|
<ClCompile Include="..\..\Quake\gl_vidsdl.c" />
|
|
<ClCompile Include="..\..\Quake\gl_warp.c" />
|
|
<ClCompile Include="..\..\Quake\host.c" />
|
|
<ClCompile Include="..\..\Quake\host_cmd.c" />
|
|
<ClCompile Include="..\..\Quake\image.c" />
|
|
<ClCompile Include="..\..\Quake\in_sdl.c" />
|
|
<ClCompile Include="..\..\Quake\keys.c" />
|
|
<ClCompile Include="..\..\Quake\main_sdl.c" />
|
|
<ClCompile Include="..\..\Quake\mathlib.c" />
|
|
<ClCompile Include="..\..\Quake\menu.c" />
|
|
<ClCompile Include="..\..\Quake\net_dgrm.c" />
|
|
<ClCompile Include="..\..\Quake\net_loop.c" />
|
|
<ClCompile Include="..\..\Quake\net_main.c" />
|
|
<ClCompile Include="..\..\Quake\pl_win.c" />
|
|
<ClCompile Include="..\..\Quake\pr_cmds.c" />
|
|
<ClCompile Include="..\..\Quake\pr_edict.c" />
|
|
<ClCompile Include="..\..\Quake\pr_exec.c" />
|
|
<ClCompile Include="..\..\Quake\r_alias.c" />
|
|
<ClCompile Include="..\..\Quake\r_brush.c" />
|
|
<ClCompile Include="..\..\Quake\r_part.c" />
|
|
<ClCompile Include="..\..\Quake\r_sprite.c" />
|
|
<ClCompile Include="..\..\Quake\r_world.c" />
|
|
<ClCompile Include="..\..\Quake\sbar.c" />
|
|
<ClCompile Include="..\..\Quake\snd_codec.c" />
|
|
<ClCompile Include="..\..\Quake\snd_dma.c" />
|
|
<ClCompile Include="..\..\Quake\snd_flac.c" />
|
|
<ClCompile Include="..\..\Quake\snd_fmod.c" />
|
|
<ClCompile Include="..\..\Quake\snd_mem.c" />
|
|
<ClCompile Include="..\..\Quake\snd_mikmod.c" />
|
|
<ClCompile Include="..\..\Quake\snd_mix.c" />
|
|
<ClCompile Include="..\..\Quake\snd_mp3.c" />
|
|
<ClCompile Include="..\..\Quake\snd_opus.c" />
|
|
<ClCompile Include="..\..\Quake\snd_sdl.c" />
|
|
<ClCompile Include="..\..\Quake\snd_umx.c" />
|
|
<ClCompile Include="..\..\Quake\snd_vorbis.c" />
|
|
<ClCompile Include="..\..\Quake\snd_wave.c" />
|
|
<ClCompile Include="..\..\Quake\snd_xmp.c" />
|
|
<ClCompile Include="..\..\Quake\strlcat.c" />
|
|
<ClCompile Include="..\..\Quake\strlcpy.c" />
|
|
<ClCompile Include="..\..\Quake\sv_main.c" />
|
|
<ClCompile Include="..\..\Quake\sv_move.c" />
|
|
<ClCompile Include="..\..\Quake\sv_phys.c" />
|
|
<ClCompile Include="..\..\Quake\sv_user.c" />
|
|
<ClCompile Include="..\..\Quake\sys_sdl_win.c" />
|
|
<ClCompile Include="..\..\Quake\view.c" />
|
|
<ClCompile Include="..\..\Quake\wad.c" />
|
|
<ClCompile Include="..\..\Quake\world.c" />
|
|
<ClCompile Include="..\..\Quake\zone.c" />
|
|
<ClCompile Include="..\..\UniQuake\game_uniquake.c" />
|
|
<ClCompile Include="..\..\UniQuake\gl_uniquake.c" />
|
|
<ClCompile Include="..\..\UniQuake\stub\stub_opengl.c" />
|
|
<ClCompile Include="..\..\UniQuake\in_uniquake.c" />
|
|
<ClCompile Include="..\..\UniQuake\net_uniquake.c" />
|
|
<ClCompile Include="..\..\UniQuake\sys_uniquake.c" />
|
|
<ClCompile Include="..\..\UniQuake\uniquake.c" />
|
|
<ClCompile Include="..\..\UniQuake\vid_uniquake.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\FMOD\inc\fmod.h" />
|
|
<ClInclude Include="..\..\FMOD\inc\fmod_codec.h" />
|
|
<ClInclude Include="..\..\FMOD\inc\fmod_common.h" />
|
|
<ClInclude Include="..\..\FMOD\inc\fmod_dsp.h" />
|
|
<ClInclude Include="..\..\FMOD\inc\fmod_dsp_effects.h" />
|
|
<ClInclude Include="..\..\FMOD\inc\fmod_errors.h" />
|
|
<ClInclude Include="..\..\FMOD\inc\fmod_output.h" />
|
|
<ClInclude Include="..\..\Quake\anorms.h" />
|
|
<ClInclude Include="..\..\Quake\anorm_dots.h" />
|
|
<ClInclude Include="..\..\Quake\arch_def.h" />
|
|
<ClInclude Include="..\..\Quake\bgmusic.h" />
|
|
<ClInclude Include="..\..\Quake\bspfile.h" />
|
|
<ClInclude Include="..\..\Quake\cdaudio.h" />
|
|
<ClInclude Include="..\..\Quake\cfgfile.h" />
|
|
<ClInclude Include="..\..\Quake\client.h" />
|
|
<ClInclude Include="..\..\Quake\cmd.h" />
|
|
<ClInclude Include="..\..\Quake\common.h" />
|
|
<ClInclude Include="..\..\Quake\console.h" />
|
|
<ClInclude Include="..\..\Quake\crc.h" />
|
|
<ClInclude Include="..\..\Quake\cvar.h" />
|
|
<ClInclude Include="..\..\Quake\draw.h" />
|
|
<ClInclude Include="..\..\Quake\glquake.h" />
|
|
<ClInclude Include="..\..\Quake\gl_model.h" />
|
|
<ClInclude Include="..\..\Quake\gl_texmgr.h" />
|
|
<ClInclude Include="..\..\Quake\gl_warp_sin.h" />
|
|
<ClInclude Include="..\..\Quake\image.h" />
|
|
<ClInclude Include="..\..\Quake\input.h" />
|
|
<ClInclude Include="..\..\Quake\keys.h" />
|
|
<ClInclude Include="..\..\Quake\mathlib.h" />
|
|
<ClInclude Include="..\..\Quake\menu.h" />
|
|
<ClInclude Include="..\..\Quake\modelgen.h" />
|
|
<ClInclude Include="..\..\Quake\net.h" />
|
|
<ClInclude Include="..\..\Quake\net_defs.h" />
|
|
<ClInclude Include="..\..\Quake\net_dgrm.h" />
|
|
<ClInclude Include="..\..\Quake\net_loop.h" />
|
|
<ClInclude Include="..\..\Quake\net_sys.h" />
|
|
<ClInclude Include="..\..\Quake\platform.h" />
|
|
<ClInclude Include="..\..\Quake\progdefs.h" />
|
|
<ClInclude Include="..\..\Quake\progs.h" />
|
|
<ClInclude Include="..\..\Quake\protocol.h" />
|
|
<ClInclude Include="..\..\Quake\pr_comp.h" />
|
|
<ClInclude Include="..\..\Quake\qs_bmp.h" />
|
|
<ClInclude Include="..\..\Quake\quakedef.h" />
|
|
<ClInclude Include="..\..\Quake\q_sound.h" />
|
|
<ClInclude Include="..\..\Quake\q_stdinc.h" />
|
|
<ClInclude Include="..\..\Quake\render.h" />
|
|
<ClInclude Include="..\..\Quake\resource.h" />
|
|
<ClInclude Include="..\..\Quake\sbar.h" />
|
|
<ClInclude Include="..\..\Quake\screen.h" />
|
|
<ClInclude Include="..\..\Quake\server.h" />
|
|
<ClInclude Include="..\..\Quake\snd_codec.h" />
|
|
<ClInclude Include="..\..\Quake\snd_codeci.h" />
|
|
<ClInclude Include="..\..\Quake\snd_flac.h" />
|
|
<ClInclude Include="..\..\Quake\snd_mikmod.h" />
|
|
<ClInclude Include="..\..\Quake\snd_mp3.h" />
|
|
<ClInclude Include="..\..\Quake\snd_opus.h" />
|
|
<ClInclude Include="..\..\Quake\snd_umx.h" />
|
|
<ClInclude Include="..\..\Quake\snd_vorbis.h" />
|
|
<ClInclude Include="..\..\Quake\snd_wave.h" />
|
|
<ClInclude Include="..\..\Quake\snd_xmp.h" />
|
|
<ClInclude Include="..\..\Quake\spritegn.h" />
|
|
<ClInclude Include="..\..\Quake\strl_fn.h" />
|
|
<ClInclude Include="..\..\Quake\sys.h" />
|
|
<ClInclude Include="..\..\Quake\vid.h" />
|
|
<ClInclude Include="..\..\Quake\view.h" />
|
|
<ClInclude Include="..\..\Quake\wad.h" />
|
|
<ClInclude Include="..\..\Quake\world.h" />
|
|
<ClInclude Include="..\..\Quake\wsaerror.h" />
|
|
<ClInclude Include="..\..\Quake\zone.h" />
|
|
<ClInclude Include="..\..\UniQuake\uniquake.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project>
|