iw4x-client/iw4/iw4.vcxproj

144 lines
7.1 KiB
XML
Raw Normal View History

2015-12-23 08:45:53 -05:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
2015-12-27 18:06:15 -05:00
<ProjectConfiguration Include="Normal|Win32">
<Configuration>Normal</Configuration>
2015-12-23 08:45:53 -05:00
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{38B4FC13-CEBC-4099-8698-3E62943C1EAA}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>iw4</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2015-12-27 18:06:15 -05:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Normal|Win32'" Label="Configuration">
2015-12-23 08:45:53 -05:00
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
2015-12-27 18:06:15 -05:00
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Normal|Win32'">
2015-12-23 08:45:53 -05:00
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
2015-12-27 18:06:15 -05:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Normal|Win32'">
2015-12-23 08:45:53 -05:00
<LinkIncremental>false</LinkIncremental>
2015-12-27 22:02:30 -05:00
<TargetName>iw4x</TargetName>
2015-12-27 18:06:15 -05:00
<OutDir>$(SolutionDir)$(Configuration)\Bin\</OutDir>
<IntDir>$(SolutionDir)$(Configuration)\Obj\</IntDir>
2015-12-23 08:45:53 -05:00
</PropertyGroup>
2015-12-27 18:06:15 -05:00
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Normal|Win32'">
2015-12-23 08:45:53 -05:00
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;IW4_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
2015-12-26 21:56:00 -05:00
<MultiProcessorCompilation>true</MultiProcessorCompilation>
2015-12-23 08:45:53 -05:00
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PostBuildEvent>
<Command>copy /y "$(TargetPath)" "D:\Games\SteamLibrary\steamapps\common\Call of Duty Modern Warfare 2\"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
2015-12-23 16:21:03 -05:00
<ClInclude Include="Components\AssetHandler.hpp" />
2015-12-23 08:45:53 -05:00
<ClInclude Include="Components\Colors.hpp" />
<ClInclude Include="Components\Command.hpp" />
<ClInclude Include="Components\Console.hpp" />
2015-12-26 21:56:00 -05:00
<ClInclude Include="Components\Dedicated.hpp" />
2015-12-23 08:45:53 -05:00
<ClInclude Include="Components\Dvar.hpp" />
2015-12-23 21:26:46 -05:00
<ClInclude Include="Components\FastFiles.hpp" />
<ClInclude Include="Components\FileSystem.hpp" />
2015-12-23 08:45:53 -05:00
<ClInclude Include="Components\Loader.hpp" />
2015-12-25 17:17:29 -05:00
<ClInclude Include="Components\Localization.hpp" />
2015-12-23 16:21:03 -05:00
<ClInclude Include="Components\Logger.hpp" />
2015-12-25 20:51:58 -05:00
<ClInclude Include="Components\Maps.hpp" />
2015-12-23 11:12:15 -05:00
<ClInclude Include="Components\Materials.hpp" />
2015-12-23 16:21:03 -05:00
<ClInclude Include="Components\Menus.hpp" />
<ClInclude Include="Components\MusicalTalent.hpp" />
2015-12-24 10:55:38 -05:00
<ClInclude Include="Components\Network.hpp" />
2015-12-25 15:42:35 -05:00
<ClInclude Include="Components\Party.hpp" />
2015-12-23 08:45:53 -05:00
<ClInclude Include="Components\QuickPatch.hpp" />
<ClInclude Include="Components\RawFiles.hpp" />
2015-12-23 11:12:15 -05:00
<ClInclude Include="Components\Renderer.hpp" />
2015-12-27 22:02:30 -05:00
<ClInclude Include="Components\ServerList.hpp" />
2015-12-27 14:05:43 -05:00
<ClInclude Include="Components\Singleton.hpp" />
2015-12-28 08:08:46 -05:00
<ClInclude Include="Components\UIFeeder.hpp" />
<ClInclude Include="Components\UIScript.hpp" />
2015-12-23 08:45:53 -05:00
<ClInclude Include="Components\Window.hpp" />
<ClInclude Include="Game\Functions.hpp" />
<ClInclude Include="Game\Structs.hpp" />
<ClInclude Include="Steam\Interfaces\SteamFriends.hpp" />
<ClInclude Include="Steam\Interfaces\SteamGameServer.hpp" />
<ClInclude Include="Steam\Interfaces\SteamMasterServerUpdater.hpp" />
<ClInclude Include="Steam\Interfaces\SteamMatchmaking.hpp" />
<ClInclude Include="Steam\Interfaces\SteamNetworking.hpp" />
<ClInclude Include="Steam\Interfaces\SteamRemoteStorage.hpp" />
<ClInclude Include="Steam\Steam.hpp" />
<ClInclude Include="Steam\Interfaces\SteamUser.hpp" />
<ClInclude Include="Steam\Interfaces\SteamUtils.hpp" />
<ClInclude Include="STDInclude.hpp" />
<ClInclude Include="Utils\Hooking.hpp" />
<ClInclude Include="Utils\Utils.hpp" />
</ItemGroup>
<ItemGroup>
2015-12-23 16:21:03 -05:00
<ClCompile Include="Components\AssetHandler.cpp" />
2015-12-23 08:45:53 -05:00
<ClCompile Include="Components\Colors.cpp" />
<ClCompile Include="Components\Command.cpp" />
<ClCompile Include="Components\Console.cpp" />
2015-12-26 21:56:00 -05:00
<ClCompile Include="Components\Dedicated.cpp" />
2015-12-23 08:45:53 -05:00
<ClCompile Include="Components\Dvar.cpp" />
2015-12-23 21:26:46 -05:00
<ClCompile Include="Components\FastFiles.cpp" />
<ClCompile Include="Components\FileSystem.cpp" />
2015-12-23 08:45:53 -05:00
<ClCompile Include="Components\Loader.cpp" />
2015-12-25 17:17:29 -05:00
<ClCompile Include="Components\Localization.cpp" />
2015-12-23 16:21:03 -05:00
<ClCompile Include="Components\Logger.cpp" />
2015-12-25 20:51:58 -05:00
<ClCompile Include="Components\Maps.cpp" />
2015-12-23 11:12:15 -05:00
<ClCompile Include="Components\Materials.cpp" />
2015-12-23 16:21:03 -05:00
<ClCompile Include="Components\Menus.cpp" />
<ClCompile Include="Components\MusicalTalent.cpp" />
2015-12-24 10:55:38 -05:00
<ClCompile Include="Components\Network.cpp" />
2015-12-25 15:42:35 -05:00
<ClCompile Include="Components\Party.cpp" />
2015-12-23 08:45:53 -05:00
<ClCompile Include="Components\QuickPatch.cpp" />
<ClCompile Include="Components\RawFiles.cpp" />
2015-12-23 11:12:15 -05:00
<ClCompile Include="Components\Renderer.cpp" />
2015-12-27 22:02:30 -05:00
<ClCompile Include="Components\ServerList.cpp" />
2015-12-27 14:05:43 -05:00
<ClCompile Include="Components\Singleton.cpp" />
2015-12-28 08:08:46 -05:00
<ClCompile Include="Components\UIFeeder.cpp" />
<ClCompile Include="Components\UIScript.cpp" />
2015-12-23 08:45:53 -05:00
<ClCompile Include="Components\Window.cpp" />
<ClCompile Include="Game\Functions.cpp" />
<ClCompile Include="Steam\Interfaces\SteamFriends.cpp" />
<ClCompile Include="Steam\Interfaces\SteamGameServer.cpp" />
<ClCompile Include="Steam\Interfaces\SteamMasterServerUpdater.cpp" />
<ClCompile Include="Steam\Interfaces\SteamMatchmaking.cpp" />
<ClCompile Include="Steam\Interfaces\SteamNetworking.cpp" />
<ClCompile Include="Steam\Interfaces\SteamRemoteStorage.cpp" />
<ClCompile Include="Steam\Steam.cpp" />
<ClCompile Include="Steam\Interfaces\SteamUser.cpp" />
<ClCompile Include="Steam\Interfaces\SteamUtils.cpp" />
<ClCompile Include="Main.cpp">
2015-12-27 18:06:15 -05:00
<CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Normal|Win32'">false</CompileAsManaged>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Normal|Win32'">
2015-12-23 08:45:53 -05:00
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="Utils\Hooking.cpp" />
<ClCompile Include="Utils\Utils.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>