diff options
Diffstat (limited to 'msvc/tremulous/tremulous.vcxproj')
-rw-r--r-- | msvc/tremulous/tremulous.vcxproj | 166 |
1 files changed, 166 insertions, 0 deletions
diff --git a/msvc/tremulous/tremulous.vcxproj b/msvc/tremulous/tremulous.vcxproj new file mode 100644 index 00000000..1f2a4da2 --- /dev/null +++ b/msvc/tremulous/tremulous.vcxproj @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="12.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>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{D7190C67-0A8E-359A-E020-4A57E2FF5C7F}</ProjectGuid>
+ <Keyword>Win32Proj</Keyword>
+ <RootNamespace>tremulous</RootNamespace>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v120</PlatformToolset>
+ <CharacterSet>NotSet</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v120</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>NotSet</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </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" />
+ <Import Project="..\dependencies.props" />
+ </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" />
+ <Import Project="..\dependencies.props" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <LinkIncremental>true</LinkIncremental>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <LinkIncremental>false</LinkIncremental>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>Disabled</Optimization>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;USE_VOIP;USE_CODEC_OPUS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <SDLCheck>true</SDLCheck>
+ <DisableSpecificWarnings>4996</DisableSpecificWarnings>
+ </ClCompile>
+ <Link>
+ <SubSystem>Console</SubSystem>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <AdditionalDependencies>opengl32.lib;SDL2.lib;SDL2main.lib;ws2_32.lib;winmm.lib;user32.lib;advapi32.lib</AdditionalDependencies>
+ <IgnoreSpecificDefaultLibraries>msvcrt.lib</IgnoreSpecificDefaultLibraries>
+ <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <Optimization>MaxSpeed</Optimization>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;USE_VOIP;USE_CODEC_OPUS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <SDLCheck>true</SDLCheck>
+ <DisableSpecificWarnings>4996</DisableSpecificWarnings>
+ </ClCompile>
+ <Link>
+ <SubSystem>Console</SubSystem>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <AdditionalDependencies>opengl32.lib;SDL2.lib;SDL2main.lib;ws2_32.lib;winmm.lib;user32.lib;advapi32.lib</AdditionalDependencies>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
+ <IgnoreSpecificDefaultLibraries>msvcrt.lib</IgnoreSpecificDefaultLibraries>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <CustomBuild Include="..\..\src\asm\ftola.asm">
+ <FileType>Document</FileType>
+ <Command>Assembling...</Command>
+ <Command Condition="'$(Platform)'=='Win32'">ml -c -Zi "-Fl$(IntDir)%(FileName).lst" "-Fo$(IntDir)%(FileName).obj" "%(FullPath)"</Command>
+ <Outputs Condition="'$(Platform)'=='Win32'">$(IntDir)%(FileName).obj;%(Outputs)</Outputs>
+ </CustomBuild>
+ <CustomBuild Include="..\..\src\asm\snapvector.asm">
+ <FileType>Document</FileType>
+ <Command>Assembling...</Command>
+ <Command Condition="'$(Platform)'=='Win32'">ml -c -Zi "-Fl$(IntDir)%(FileName).lst" "-Fo$(IntDir)%(FileName).obj" "%(FullPath)"</Command>
+ <Outputs Condition="'$(Platform)'=='Win32'">$(IntDir)%(FileName).obj;%(Outputs)</Outputs>
+ </CustomBuild>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\dep\jpeg\j*.c" Exclude="..\..\dep\jpeg\jmem*.c;..\..\dep\jpeg\jpegtran.c">
+ <ObjectFileName>$(IntDir)dep\jpeg\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\dep\jpeg\jmemmgr.c;..\..\dep\jpeg\jmemnobs.c">
+ <ObjectFileName>$(IntDir)dep\jpeg\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\dep\minizip\*.c">
+ <ObjectFileName>$(IntDir)dep\minizip\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\src\client\*.c">
+ <ObjectFileName>$(IntDir)client\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\src\qcommon\*.c" Exclude="..\..\src\qcommon\vm_*.c">
+ <ObjectFileName>$(IntDir)qcommon\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\src\qcommon\vm_interpreted.c;..\..\src\qcommon\vm_x86.c">
+ <ObjectFileName>$(IntDir)qcommon\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\src\renderercommon\*.c">
+ <ObjectFileName>$(IntDir)renderercommon\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\src\renderergl1\*.c" Exclude="..\..\src\renderergl1\tr_subs.c">
+ <ObjectFileName>$(IntDir)renderergl1\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\src\sdl\*.c">
+ <ObjectFileName>$(IntDir)sdl\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\src\server\*.c">
+ <ObjectFileName>$(IntDir)server\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\src\sys\con_log.c;..\..\src\sys\con_win32.c;..\..\src\sys\sys_main.c;..\..\src\sys\sys_win32.c">
+ <ObjectFileName>$(IntDir)sys\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\dep\zlib\*.c">
+ <ObjectFileName>$(IntDir)zlib\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\dep\ogg\src\*.c">
+ <ObjectFileName>$(IntDir)ogg\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\dep\opus\src\*.c;..\..\dep\opus\celt\*.c;..\..\dep\opus\silk\*.c;..\..\dep\opus\silk\float\*.c">
+ <ObjectFileName>$(IntDir)opus\</ObjectFileName>
+ <PreprocessorDefinitions>HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\dep\opus\include;..\..\dep\opus\celt;..\..\dep\opus\silk;..\..\dep\opus\silk\float;..\..\dep\opus\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ClCompile>
+ <ClCompile Include="..\..\dep\opusfile\src\*.c" Exclude="..\..\dep\opusfile\src\http.c">
+ <ObjectFileName>$(IntDir)opusfile\</ObjectFileName>
+ </ClCompile>
+ <ClCompile Include="..\..\dep\speex\libspeex\*.c">
+ <ObjectFileName>$(IntDir)speex\</ObjectFileName>
+ <PreprocessorDefinitions>HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\dep\speex\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ClCompile>
+ <ClCompile Include="..\..\dep\speexdsp\libspeexdsp\*.c" Exclude="..\..\dep\speexdsp\libspeexdsp\kiss_fft.c;..\..\dep\speexdsp\libspeexdsp\kiss_fftr.c;..\..\dep\speexdsp\libspeexdsp\smallft.c">
+ <ObjectFileName>$(IntDir)speexdsp\</ObjectFileName>
+ <PreprocessorDefinitions>HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\dep\speexdsp\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ClCompile>
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
\ No newline at end of file |