HLua/projects/vs2010/dmcdll.vcxproj

203 lines
11 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>
<ItemGroup>
<ClCompile Include="..\..\dmc\dlls\animating.cpp" />
<ClCompile Include="..\..\dmc\dlls\animation.cpp" />
<ClCompile Include="..\..\dmc\dlls\bmodels.cpp" />
<ClCompile Include="..\..\dmc\dlls\buttons.cpp" />
<ClCompile Include="..\..\dmc\dlls\cbase.cpp" />
<ClCompile Include="..\..\dmc\dlls\client.cpp" />
<ClCompile Include="..\..\dmc\dlls\combat.cpp" />
<ClCompile Include="..\..\dmc\dlls\doors.cpp" />
<ClCompile Include="..\..\dmc\dlls\effects.cpp" />
<ClCompile Include="..\..\dmc\dlls\explode.cpp" />
<ClCompile Include="..\..\dmc\dlls\func_break.cpp" />
<ClCompile Include="..\..\dmc\dlls\func_tank.cpp" />
<ClCompile Include="..\..\dmc\dlls\game.cpp" />
<ClCompile Include="..\..\dmc\dlls\gamerules.cpp" />
<ClCompile Include="..\..\dmc\dlls\globals.cpp" />
<ClCompile Include="..\..\dmc\dlls\h_ai.cpp" />
<ClCompile Include="..\..\dmc\dlls\h_export.cpp" />
<ClCompile Include="..\..\dmc\dlls\lights.cpp" />
<ClCompile Include="..\..\dmc\dlls\maprules.cpp" />
<ClCompile Include="..\..\dmc\dlls\monsters.cpp" />
<ClCompile Include="..\..\dmc\dlls\monsterstate.cpp" />
<ClCompile Include="..\..\dmc\dlls\multiplay_gamerules.cpp" />
<ClCompile Include="..\..\dmc\dlls\nodes.cpp" />
<ClCompile Include="..\..\dmc\dlls\observer.cpp" />
<ClCompile Include="..\..\dmc\dlls\pathcorner.cpp" />
<ClCompile Include="..\..\dmc\dlls\plane.cpp" />
<ClCompile Include="..\..\dmc\dlls\plats.cpp" />
<ClCompile Include="..\..\dmc\dlls\player.cpp" />
<ClCompile Include="..\..\dmc\dlls\quake_gun.cpp" />
<ClCompile Include="..\..\dmc\dlls\quake_items.cpp" />
<ClCompile Include="..\..\dmc\dlls\quake_nail.cpp" />
<ClCompile Include="..\..\dmc\dlls\quake_player.cpp" />
<ClCompile Include="..\..\dmc\dlls\quake_rocket.cpp" />
<ClCompile Include="..\..\dmc\dlls\quake_weapons_all.cpp" />
<ClCompile Include="..\..\dmc\dlls\schedule.cpp" />
<ClCompile Include="..\..\dmc\dlls\singleplay_gamerules.cpp" />
<ClCompile Include="..\..\dmc\dlls\skill.cpp" />
<ClCompile Include="..\..\dmc\dlls\sound.cpp" />
<ClCompile Include="..\..\dmc\dlls\spectator.cpp" />
<ClCompile Include="..\..\dmc\dlls\subs.cpp" />
<ClCompile Include="..\..\dmc\dlls\teamplay_gamerules.cpp" />
<ClCompile Include="..\..\dmc\dlls\threewave_gamerules.cpp" />
<ClCompile Include="..\..\dmc\dlls\triggers.cpp" />
<ClCompile Include="..\..\dmc\dlls\util.cpp" />
<ClCompile Include="..\..\dmc\dlls\weapons.cpp" />
<ClCompile Include="..\..\dmc\dlls\world.cpp" />
<ClCompile Include="..\..\dmc\pm_shared\pm_debug.c" />
<ClCompile Include="..\..\dmc\pm_shared\pm_math.c" />
<ClCompile Include="..\..\dmc\pm_shared\pm_shared.c" />
<ClCompile Include="..\..\game_shared\voice_gamemgr.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\dmc\dlls\activity.h" />
<ClInclude Include="..\..\dmc\dlls\activitymap.h" />
<ClInclude Include="..\..\dmc\dlls\animation.h" />
<ClInclude Include="..\..\dmc\dlls\basemonster.h" />
<ClInclude Include="..\..\dmc\dlls\cbase.h" />
<ClInclude Include="..\..\dmc\dlls\cdll_dll.h" />
<ClInclude Include="..\..\dmc\dlls\client.h" />
<ClInclude Include="..\..\dmc\dlls\decals.h" />
<ClInclude Include="..\..\dmc\dlls\defaultai.h" />
<ClInclude Include="..\..\dmc\dlls\doors.h" />
<ClInclude Include="..\..\dmc\dlls\effects.h" />
<ClInclude Include="..\..\dmc\dlls\enginecallback.h" />
<ClInclude Include="..\..\dmc\dlls\explode.h" />
<ClInclude Include="..\..\dmc\dlls\extdll.h" />
<ClInclude Include="..\..\dmc\dlls\func_break.h" />
<ClInclude Include="..\..\dmc\dlls\gamerules.h" />
<ClInclude Include="..\..\dmc\dlls\items.h" />
<ClInclude Include="..\..\dmc\dlls\monsterevent.h" />
<ClInclude Include="..\..\dmc\dlls\monsters.h" />
<ClInclude Include="..\..\dmc\dlls\nodes.h" />
<ClInclude Include="..\..\dmc\dlls\plane.h" />
<ClInclude Include="..\..\dmc\dlls\player.h" />
<ClInclude Include="..\..\dmc\dlls\quake_gun.h" />
<ClInclude Include="..\..\dmc\dlls\saverestore.h" />
<ClInclude Include="..\..\dmc\dlls\schedule.h" />
<ClInclude Include="..\..\dmc\dlls\scripted.h" />
<ClInclude Include="..\..\dmc\dlls\scriptevent.h" />
<ClInclude Include="..\..\dmc\dlls\skill.h" />
<ClInclude Include="..\..\dmc\dlls\soundent.h" />
<ClInclude Include="..\..\dmc\dlls\spectator.h" />
<ClInclude Include="..\..\dmc\dlls\teamplay_gamerules.h" />
<ClInclude Include="..\..\dmc\dlls\threewave_gamerules.h" />
<ClInclude Include="..\..\dmc\dlls\trains.h" />
<ClInclude Include="..\..\dmc\dlls\util.h" />
<ClInclude Include="..\..\dmc\dlls\vector.h" />
<ClInclude Include="..\..\dmc\dlls\weapons.h" />
<ClInclude Include="..\..\dmc\pm_shared\pm_debug.h" />
<ClInclude Include="..\..\dmc\pm_shared\pm_defs.h" />
<ClInclude Include="..\..\dmc\pm_shared\pm_info.h" />
<ClInclude Include="..\..\dmc\pm_shared\pm_materials.h" />
<ClInclude Include="..\..\dmc\pm_shared\pm_movevars.h" />
<ClInclude Include="..\..\dmc\pm_shared\pm_shared.h" />
<ClInclude Include="..\..\game_shared\voice_gamemgr.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{6C5EBEF4-40AE-4167-B3D5-26F0AB47E382}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>dmcdll</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>NotSet</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<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" />
</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>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(Configuration)\$(ProjectName)\</OutDir>
<IntDir>$(Configuration)\$(ProjectName)\int\</IntDir>
<TargetName>dmc</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(Configuration)\$(ProjectName)\</OutDir>
<IntDir>$(Configuration)\$(ProjectName)\int\</IntDir>
<TargetName>dmc</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;QUIVER;VOXEL;QUAKE2;VALVE_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<AdditionalIncludeDirectories>..\..\public;..\..\game_shared;..\..\dmc\dlls;..\..\engine;..\..\common;..\..\dmc\pm_shared;..\..\dmc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ModuleDefinitionFile>$(ProjectDir)..\..\dmc\dlls\dmc.def</ModuleDefinitionFile>
</Link>
<PostBuildEvent>
<Command>call ..\..\filecopy.bat $(TargetPath) ..\..\..\game\mod\dlls\$(TargetName).dll
call ..\..\filecopy.bat $(TargetDir)\$(TargetName).pdb ..\..\..\game\mod\dlls\$(TargetName).pdb</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Performing Post-Build Event</Message>
</PostBuildEvent>
</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;_WINDOWS;QUIVER;VOXEL;QUAKE2;VALVE_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\..\public;..\..\game_shared;..\..\dmc\dlls;..\..\engine;..\..\common;..\..\dmc\pm_shared;..\..\dmc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<ModuleDefinitionFile>$(ProjectDir)..\..\dmc\dlls\dmc.def</ModuleDefinitionFile>
</Link>
<PostBuildEvent>
<Command>call ..\..\filecopy.bat $(TargetPath) ..\..\..\game\mod\dlls\$(TargetName).dll
call ..\..\filecopy.bat $(TargetDir)\$(TargetName).pdb ..\..\..\game\mod\dlls\$(TargetName).pdb</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Performing Post-Build Event</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>