mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
144 lines
9.0 KiB
XML
144 lines
9.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="4.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>{531796FA-476D-47F1-84FA-CD3613D68536}</ProjectGuid>
|
|||
|
<RootNamespace>serverplugin_sample</RootNamespace>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
<CharacterSet>MultiByte</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" />
|
|||
|
</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>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<OutDir>.\Debug\.\</OutDir>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<OutDir>.\Release\.\</OutDir>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<IntDir>.\Debug\.\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<IntDir>.\Release\.\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<TargetName>serverplugin_empty</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<TargetName>serverplugin_empty</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<TargetExt>.dll</TargetExt>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<TargetExt>.dll</TargetExt>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ExtensionsToDeleteOnClean>*.cdf;*.cache;*.obj;*.ilk;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi</ExtensionsToDeleteOnClean>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ExtensionsToDeleteOnClean>*.cdf;*.cache;*.obj;*.ilk;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi</ExtensionsToDeleteOnClean>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level4</WarningLevel>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<AdditionalIncludeDirectories>..\..\;..\..\public;..\..\public\tier0;..\..\public\tier1</AdditionalIncludeDirectories>
|
|||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|||
|
<PreprocessorDefinitions>VPC;RAD_TELEMETRY_DISABLED;_HAS_ITERATOR_DEBUGGING=0;WIN32;_WIN32;_DEBUG;DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions);COMPILER_MSVC32;COMPILER_MSVC32;COMPILER_MSVC;_DLL_EXT=.dll;DLLNAME=serverplugin_empty;BINK_VIDEO;AVI_VIDEO;WMV_VIDEO;DEV_BUILD;FRAME_POINTER_OMISSION_DISABLED;serverplugin_emptyONLY;_MBCS;_EXTERNAL_DLL_EXT=.dll;VPCGAMECAPS=HL2MP;PROJECTDIR=C:\Users\hackspider\Desktop\source-sdk-2013\mp\src\utils\serverplugin_sample;_DLL_EXT=.dll;SOURCE1=1;VPCGAME=hl2mp</PreprocessorDefinitions>
|
|||
|
<StringPooling>false</StringPooling>
|
|||
|
<ExceptionHandling>false</ExceptionHandling>
|
|||
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
|
|||
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|||
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|||
|
<AssemblerListingLocation>
|
|||
|
</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(IntDir)/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(IntDir)/</ProgramDataBaseFileName>
|
|||
|
<BrowseInformationFile>$(IntDir)/</BrowseInformationFile>
|
|||
|
<CompileAs>CompileAsCpp</CompileAs>
|
|||
|
<DisableSpecificWarnings>;4316</DisableSpecificWarnings>
|
|||
|
<UseFullPaths>true</UseFullPaths>
|
|||
|
<ErrorReporting>Prompt</ErrorReporting>
|
|||
|
<MinimalRebuild>false</MinimalRebuild>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<AdditionalLibraryDirectories>..\..\lib\public;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
<AdditionalDependencies>vstdlib.lib;tier0.lib;tier1.lib;tier2.lib;mathlib.lib;interfaces.lib</AdditionalDependencies>
|
|||
|
<IgnoreSpecificDefaultLibraries>libc;libcd;libcmt;libcpmt;libcpmt1</IgnoreSpecificDefaultLibraries>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<AdditionalIncludeDirectories>..\..\;..\..\public;..\..\public\tier0;..\..\public\tier1</AdditionalIncludeDirectories>
|
|||
|
<MultiProcessorCompilation>false</MultiProcessorCompilation>
|
|||
|
<PreprocessorDefinitions>VPC;RAD_TELEMETRY_DISABLED;_HAS_ITERATOR_DEBUGGING=0;WIN32;_WIN32;_DEBUG;DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions);COMPILER_MSVC32;COMPILER_MSVC32;COMPILER_MSVC;_DLL_EXT=.dll;DLLNAME=serverplugin_empty;BINK_VIDEO;AVI_VIDEO;WMV_VIDEO;DEV_BUILD;FRAME_POINTER_OMISSION_DISABLED;serverplugin_emptyONLY;_MBCS;_EXTERNAL_DLL_EXT=.dll;VPCGAMECAPS=HL2MP;PROJECTDIR=C:\Users\hackspider\Desktop\source-sdk-2013\mp\src\utils\serverplugin_sample;_DLL_EXT=.dll;SOURCE1=1;VPCGAME=hl2mp</PreprocessorDefinitions>
|
|||
|
<StringPooling>false</StringPooling>
|
|||
|
<ExceptionHandling>false</ExceptionHandling>
|
|||
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
|
|||
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|||
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|||
|
<AssemblerListingLocation>
|
|||
|
</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(IntDir)/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(IntDir)/</ProgramDataBaseFileName>
|
|||
|
<BrowseInformationFile>$(IntDir)/</BrowseInformationFile>
|
|||
|
<CompileAs>CompileAsCpp</CompileAs>
|
|||
|
<DisableSpecificWarnings>;4316</DisableSpecificWarnings>
|
|||
|
<UseFullPaths>true</UseFullPaths>
|
|||
|
<ErrorReporting>Prompt</ErrorReporting>
|
|||
|
<MinimalRebuild>false</MinimalRebuild>
|
|||
|
<DebugInformationFormat>
|
|||
|
</DebugInformationFormat>
|
|||
|
<CompileAsManaged>false</CompileAsManaged>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|||
|
<AdditionalLibraryDirectories>..\..\lib\public;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
<AdditionalDependencies>vstdlib.lib;tier0.lib;tier1.lib;tier2.lib;mathlib.lib;interfaces.lib</AdditionalDependencies>
|
|||
|
<IgnoreSpecificDefaultLibraries>libc;libcd;libcmt;libcpmt;libcpmt1</IgnoreSpecificDefaultLibraries>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="serverplugin_bot.cpp" />
|
|||
|
<ClCompile Include="serverplugin_empty.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|