2013-11-28 11:46:20 +01:00
|
|
|
|
<?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="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">
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<ProjectGuid>{52380DAA-0F4A-4D97-8E57-98DF39319CAF}</ProjectGuid>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<RootNamespace>DanBiasServer</RootNamespace>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</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)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<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>
|
|
|
|
|
<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>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<OutDir>$(SolutionDir)..\Bin\DLL\</OutDir>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetName>$(ProjectName)_$(PlatformShortName)D</TargetName>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<IncludePath>$(SolutionDir)..\External\Include\;$(SolutionDir)Game\GameProtocols\;$(SolutionDir)Game\GameLogic\;$(SolutionDir)Network\NetworkAPI\;$(SolutionDir)OysterMath\;$(SolutionDir)GamePhysics\;$(SolutionDir)Misc\;$(SolutionDir)WindowManager\;C:\Program Files %28x86%29\Visual Leak Detector\include;$(SolutionDir)OysterPhysics3D\;$(IncludePath)</IncludePath>
|
2013-12-12 09:33:59 +01:00
|
|
|
|
<LibraryPath>$(OutDir);$(SolutionDir)..\External\Lib\WindowManager\;C:\Program Files %28x86%29\Visual Leak Detector\lib\Win32;$(LibraryPath)</LibraryPath>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<OutDir>$(SolutionDir)..\Bin\DLL\</OutDir>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetName>$(ProjectName)_$(PlatformShortName)D</TargetName>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<IncludePath>$(SolutionDir)..\External\Include\;$(SolutionDir)Game\GameProtocols\;$(SolutionDir)Game\GameLogic\;$(SolutionDir)Network\NetworkAPI\;$(SolutionDir)OysterMath\;$(SolutionDir)GamePhysics\;$(SolutionDir)Misc\;$(SolutionDir)WindowManager\;C:\Program Files %28x86%29\Visual Leak Detector\include;$(SolutionDir)OysterPhysics3D\;$(IncludePath)</IncludePath>
|
2013-12-12 09:33:59 +01:00
|
|
|
|
<LibraryPath>$(OutDir);$(SolutionDir)..\External\Lib\WindowManager\;C:\Program Files %28x86%29\Visual Leak Detector\lib\Win32;$(LibraryPath)</LibraryPath>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<OutDir>$(SolutionDir)..\Bin\DLL\</OutDir>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetName>$(ProjectName)_$(PlatformShortName)</TargetName>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<IncludePath>$(SolutionDir)..\External\Include\;$(SolutionDir)Game\GameProtocols\;$(SolutionDir)Game\GameLogic\;$(SolutionDir)Network\NetworkAPI\;$(SolutionDir)OysterMath\;$(SolutionDir)GamePhysics\;$(SolutionDir)Misc\;$(SolutionDir)WindowManager\;C:\Program Files %28x86%29\Visual Leak Detector\include;$(SolutionDir)OysterPhysics3D\;$(IncludePath)</IncludePath>
|
2013-12-12 09:33:59 +01:00
|
|
|
|
<LibraryPath>$(OutDir);$(SolutionDir)..\External\Lib\WindowManager\;C:\Program Files %28x86%29\Visual Leak Detector\lib\Win32;$(LibraryPath)</LibraryPath>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<OutDir>$(SolutionDir)..\Bin\DLL\</OutDir>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetName>$(ProjectName)_$(PlatformShortName)</TargetName>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<IncludePath>$(SolutionDir)..\External\Include\;$(SolutionDir)Game\GameProtocols\;$(SolutionDir)Game\GameLogic\;$(SolutionDir)Network\NetworkAPI\;$(SolutionDir)OysterMath\;$(SolutionDir)GamePhysics\;$(SolutionDir)Misc\;$(SolutionDir)WindowManager\;C:\Program Files %28x86%29\Visual Leak Detector\include;$(SolutionDir)OysterPhysics3D\;$(IncludePath)</IncludePath>
|
2013-12-12 09:33:59 +01:00
|
|
|
|
<LibraryPath>$(OutDir);$(SolutionDir)..\External\Lib\WindowManager\;C:\Program Files %28x86%29\Visual Leak Detector\lib\Win32;$(LibraryPath)</LibraryPath>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2013-12-12 09:33:59 +01:00
|
|
|
|
<PreprocessorDefinitions>DANBIAS_SERVER_DLL_EXPORT;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-12-20 08:59:46 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)Game\GameLogic\</AdditionalIncludeDirectories>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2013-12-19 12:32:23 +01:00
|
|
|
|
<DelayLoadDLLs>GameLogic_$(PlatformShortName)D.dll;%(DelayLoadDLLs);NetworkAPI_$(PlatformShortName)D.dll;GamePhysics_$(PlatformShortName)D.dll</DelayLoadDLLs>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<AdditionalDependencies>NetworkAPI_$(PlatformShortName)D.lib;WindowManager_$(PlatformShortName)D.lib;GameLogic_$(PlatformShortName)D.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2013-12-12 09:33:59 +01:00
|
|
|
|
<PreprocessorDefinitions>DANBIAS_SERVER_DLL_EXPORT;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-12-20 08:59:46 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)Game\GameLogic\</AdditionalIncludeDirectories>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2013-12-19 12:32:23 +01:00
|
|
|
|
<DelayLoadDLLs>GameLogic_$(PlatformShortName)D.dll;%(DelayLoadDLLs);NetworkAPI_$(PlatformShortName)D.dll;GamePhysics_$(PlatformShortName)D.dll</DelayLoadDLLs>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<AdditionalDependencies>NetworkAPI_$(PlatformShortName)D.lib;WindowManager_$(PlatformShortName)D.lib;GameLogic_$(PlatformShortName)D.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2013-12-12 09:33:59 +01:00
|
|
|
|
<PreprocessorDefinitions>DANBIAS_SERVER_DLL_EXPORT;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-12-20 08:59:46 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)Game\GameLogic\</AdditionalIncludeDirectories>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2013-12-19 12:32:23 +01:00
|
|
|
|
<DelayLoadDLLs>GameLogic_$(PlatformShortName).dll;%(DelayLoadDLLs);NetworkAPI_$(PlatformShortName).dll;GamePhysics_$(PlatformShortName).dll</DelayLoadDLLs>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<AdditionalDependencies>NetworkAPI_$(PlatformShortName).lib;WindowManager_$(PlatformShortName).lib;GameLogic_$(PlatformShortName).lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2013-12-12 09:33:59 +01:00
|
|
|
|
<PreprocessorDefinitions>DANBIAS_SERVER_DLL_EXPORT;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-12-20 08:59:46 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)Game\GameLogic\</AdditionalIncludeDirectories>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2013-12-19 12:32:23 +01:00
|
|
|
|
<DelayLoadDLLs>GameLogic_$(PlatformShortName).dll;%(DelayLoadDLLs);NetworkAPI_$(PlatformShortName).dll;GamePhysics_$(PlatformShortName).dll</DelayLoadDLLs>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<AdditionalDependencies>NetworkAPI_$(PlatformShortName).lib;WindowManager_$(PlatformShortName).lib;GameLogic_$(PlatformShortName).lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2014-01-07 10:26:09 +01:00
|
|
|
|
<ClCompile Include="AdminInterface\AdminInterface.cpp" />
|
|
|
|
|
<ClCompile Include="GameSession\GameSessionManager.cpp" />
|
|
|
|
|
<ClCompile Include="DanBiasServerAPI.cpp" />
|
2013-12-03 12:07:37 +01:00
|
|
|
|
<ClCompile Include="DLLMain.cpp" />
|
2013-12-12 09:33:59 +01:00
|
|
|
|
<ClCompile Include="GameServer.cpp" />
|
2014-01-07 10:26:09 +01:00
|
|
|
|
<ClCompile Include="GameSession\GameClient.cpp" />
|
2014-01-13 12:44:33 +01:00
|
|
|
|
<ClCompile Include="GameSession\GameSession_Events.cpp" />
|
|
|
|
|
<ClCompile Include="GameSession\GameSession_General.cpp" />
|
|
|
|
|
<ClCompile Include="GameSession\GameSession_Network.cpp" />
|
2014-01-07 10:26:09 +01:00
|
|
|
|
<ClCompile Include="LobbySessions\INetworkSession.cpp" />
|
|
|
|
|
<ClCompile Include="LobbySessions\LobbyClient.cpp" />
|
|
|
|
|
<ClCompile Include="LobbySessions\GameLobby.cpp" />
|
2014-01-13 12:44:33 +01:00
|
|
|
|
<ClCompile Include="GameSession\GameSession_Logic.cpp" />
|
2014-01-07 10:26:09 +01:00
|
|
|
|
<ClCompile Include="LobbySessions\MainLobby.cpp" />
|
|
|
|
|
<ClCompile Include="LobbySessions\NetworkSession.cpp" />
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-01-07 10:26:09 +01:00
|
|
|
|
<ClInclude Include="AdminInterface\AdminInterface.h" />
|
2013-12-16 09:00:11 +01:00
|
|
|
|
<ClInclude Include="Event\EventManager.h" />
|
2013-12-12 09:33:59 +01:00
|
|
|
|
<ClInclude Include="GameServer.h" />
|
2014-01-07 10:26:09 +01:00
|
|
|
|
<ClInclude Include="GameSession\GameSessionManager.h" />
|
|
|
|
|
<ClInclude Include="DanBiasServerAPI.h" />
|
|
|
|
|
<ClInclude Include="Helpers\MapManager.h" />
|
|
|
|
|
<ClInclude Include="Helpers\ServerDataReader.h" />
|
|
|
|
|
<ClInclude Include="GameSession\GameClient.h" />
|
|
|
|
|
<ClInclude Include="GameSession\GameSession.h" />
|
|
|
|
|
<ClInclude Include="LobbySessions\INetworkSession.h" />
|
|
|
|
|
<ClInclude Include="LobbySessions\LobbyClient.h" />
|
|
|
|
|
<ClInclude Include="LobbySessions\GameLobby.h" />
|
|
|
|
|
<ClInclude Include="LobbySessions\MainLobby.h" />
|
|
|
|
|
<ClInclude Include="LobbySessions\NetworkSession.h" />
|
2013-12-04 11:37:26 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<ProjectReference Include="..\..\GamePhysics\GamePhysics.vcxproj">
|
|
|
|
|
<Project>{104fa3e9-94d9-4e1d-a941-28a03bc8a095}</Project>
|
|
|
|
|
</ProjectReference>
|
2013-12-04 11:37:26 +01:00
|
|
|
|
<ProjectReference Include="..\..\Misc\Misc.vcxproj">
|
|
|
|
|
<Project>{2ec4dded-8f75-4c86-a10b-e1e8eb29f3ee}</Project>
|
|
|
|
|
</ProjectReference>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<ProjectReference Include="..\..\OysterMath\OysterMath.vcxproj">
|
|
|
|
|
<Project>{f10cbc03-9809-4cba-95d8-327c287b18ee}</Project>
|
|
|
|
|
</ProjectReference>
|
2013-11-28 11:46:20 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|