2013-11-07 14:20:05 +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">
|
|
|
|
|
<ProjectGuid>{B1195BB9-B3A5-47F0-906C-8DEA384D1520}</ProjectGuid>
|
|
|
|
|
<RootNamespace>GameLogic</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
2013-11-27 16:17:47 +01:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
2013-11-21 12:31:31 +01:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
2013-11-20 15:47:11 +01:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
2013-11-27 16:17:47 +01:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
2013-11-20 15:47:11 +01:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2013-11-27 16:17:47 +01:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
2013-11-20 15:47:11 +01:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2013-11-27 16:17:47 +01:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</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'">
|
2013-11-26 09:16:51 +01:00
|
|
|
|
<OutDir>$(SolutionDir)..\Bin\DLL\</OutDir>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetName>$(ProjectName)_$(PlatformShortName)D</TargetName>
|
2014-01-20 15:47:52 +01:00
|
|
|
|
<LibraryPath>$(SolutionDir)..\Bin\DLL;C:\Program Files %28x86%29\Visual Leak Detector\lib\Win32;$(LibraryPath)</LibraryPath>
|
2013-11-27 16:17:47 +01:00
|
|
|
|
<TargetExt>.dll</TargetExt>
|
2014-01-20 15:47:52 +01:00
|
|
|
|
<IncludePath>C:\Program Files %28x86%29\Visual Leak Detector\include;$(IncludePath)</IncludePath>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2013-11-26 09:16:51 +01:00
|
|
|
|
<OutDir>$(SolutionDir)..\Bin\DLL\</OutDir>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetName>$(ProjectName)_$(PlatformShortName)</TargetName>
|
2014-01-20 15:47:52 +01:00
|
|
|
|
<LibraryPath>$(SolutionDir)..\Bin\DLL;C:\Program Files %28x86%29\Visual Leak Detector\lib\Win32;$(LibraryPath)</LibraryPath>
|
|
|
|
|
<IncludePath>C:\Program Files %28x86%29\Visual Leak Detector\include;$(IncludePath)</IncludePath>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2013-11-26 09:16:51 +01:00
|
|
|
|
<OutDir>$(SolutionDir)..\Bin\DLL\</OutDir>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetName>$(ProjectName)_$(PlatformShortName)D</TargetName>
|
2014-01-20 15:47:52 +01:00
|
|
|
|
<LibraryPath>$(SolutionDir)..\Bin\DLL;C:\Program Files %28x86%29\Visual Leak Detector\lib\Win64;$(LibraryPath)</LibraryPath>
|
|
|
|
|
<IncludePath>C:\Program Files %28x86%29\Visual Leak Detector\include;$(IncludePath)</IncludePath>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2013-11-26 09:16:51 +01:00
|
|
|
|
<OutDir>$(SolutionDir)..\Bin\DLL\</OutDir>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetName>$(ProjectName)_$(PlatformShortName)</TargetName>
|
2014-01-20 15:47:52 +01:00
|
|
|
|
<LibraryPath>$(SolutionDir)..\Bin\DLL;C:\Program Files %28x86%29\Visual Leak Detector\lib\Win64;$(LibraryPath)</LibraryPath>
|
|
|
|
|
<IncludePath>C:\Program Files %28x86%29\Visual Leak Detector\include;$(IncludePath)</IncludePath>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2014-02-19 11:00:16 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)Misc\Utilities;$(SolutionDir)Misc\OysterMath;$(SolutionDir)Physics\OysterPhysics3D;$(SolutionDir)Physics\GamePhysics;$(SolutionDir)Game\LevelLoader</AdditionalIncludeDirectories>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<PreprocessorDefinitions>DANBIAS_GAMELOGIC_DLL_EXPORT;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<AdditionalDependencies>GamePhysics_$(PlatformShortName)D.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<DelayLoadDLLs>GamePhysics_$(PlatformShortName)D.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2014-02-19 11:00:16 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)Misc\Utilities;$(SolutionDir)Misc\OysterMath;$(SolutionDir)Physics\OysterPhysics3D;$(SolutionDir)Physics\GamePhysics;$(SolutionDir)Game\LevelLoader</AdditionalIncludeDirectories>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<PreprocessorDefinitions>DANBIAS_GAMELOGIC_DLL_EXPORT;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<AdditionalDependencies>GamePhysics_$(PlatformShortName)D.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<DelayLoadDLLs>GamePhysics_$(PlatformShortName)D.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2014-02-19 11:00:16 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)Misc\Utilities;$(SolutionDir)Misc\OysterMath;$(SolutionDir)Physics\OysterPhysics3D;$(SolutionDir)Physics\GamePhysics;$(SolutionDir)Game\LevelLoader</AdditionalIncludeDirectories>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<PreprocessorDefinitions>DANBIAS_GAMELOGIC_DLL_EXPORT;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<AdditionalDependencies>GamePhysics_$(PlatformShortName).lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<DelayLoadDLLs>GamePhysics_$(PlatformShortName).dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2014-02-19 11:00:16 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)Misc\Utilities;$(SolutionDir)Misc\OysterMath;$(SolutionDir)Physics\OysterPhysics3D;$(SolutionDir)Physics\GamePhysics;$(SolutionDir)Game\LevelLoader</AdditionalIncludeDirectories>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<PreprocessorDefinitions>DANBIAS_GAMELOGIC_DLL_EXPORT;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<AdditionalDependencies>GamePhysics_$(PlatformShortName).lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<DelayLoadDLLs>GamePhysics_$(PlatformShortName).dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2013-11-20 15:47:11 +01:00
|
|
|
|
<ItemGroup>
|
2014-02-27 14:41:31 +01:00
|
|
|
|
<ClInclude Include="AttatchmentGun.h" />
|
2013-12-10 09:57:05 +01:00
|
|
|
|
<ClInclude Include="AttatchmentMassDriver.h" />
|
|
|
|
|
<ClInclude Include="AttatchmentSocket.h" />
|
2013-11-29 09:05:01 +01:00
|
|
|
|
<ClInclude Include="CollisionManager.h" />
|
2013-11-20 16:01:39 +01:00
|
|
|
|
<ClInclude Include="DynamicObject.h" />
|
2014-02-14 09:53:02 +01:00
|
|
|
|
<ClInclude Include="ExplosiveCrate.h" />
|
2014-01-10 12:33:04 +01:00
|
|
|
|
<ClInclude Include="Game.h" />
|
2014-01-20 15:47:52 +01:00
|
|
|
|
<ClInclude Include="GameAPI.h" />
|
2013-12-14 22:04:42 +01:00
|
|
|
|
<ClInclude Include="GameLogicDef.h" />
|
2013-12-19 12:32:23 +01:00
|
|
|
|
<ClInclude Include="GameLogicStates.h" />
|
2014-02-10 14:00:14 +01:00
|
|
|
|
<ClInclude Include="GameModeType.h" />
|
2013-12-10 09:57:05 +01:00
|
|
|
|
<ClInclude Include="IAttatchment.h" />
|
2014-02-04 16:24:37 +01:00
|
|
|
|
<ClInclude Include="JumpPad.h" />
|
2013-11-20 15:47:11 +01:00
|
|
|
|
<ClInclude Include="Level.h" />
|
|
|
|
|
<ClInclude Include="Object.h" />
|
2014-02-25 14:36:54 +01:00
|
|
|
|
<ClInclude Include="PickupSystem\Pickup.h" />
|
|
|
|
|
<ClInclude Include="PickupSystem\PickupHealth.h" />
|
|
|
|
|
<ClInclude Include="PickupSystem\PickupSystem.h" />
|
2013-11-20 15:47:11 +01:00
|
|
|
|
<ClInclude Include="Player.h" />
|
2014-02-13 09:58:14 +01:00
|
|
|
|
<ClInclude Include="Portal.h" />
|
2014-02-27 11:35:32 +01:00
|
|
|
|
<ClInclude Include="SpawnPoint.h" />
|
2013-11-20 16:01:39 +01:00
|
|
|
|
<ClInclude Include="StaticObject.h" />
|
2013-12-18 08:30:58 +01:00
|
|
|
|
<ClInclude Include="Team.h" />
|
|
|
|
|
<ClInclude Include="TeamManager.h" />
|
2013-11-20 16:01:39 +01:00
|
|
|
|
<ClInclude Include="Weapon.h" />
|
2013-11-20 15:47:11 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-02-27 14:41:31 +01:00
|
|
|
|
<ClCompile Include="AttatchmentGun.cpp" />
|
2013-12-10 09:57:05 +01:00
|
|
|
|
<ClCompile Include="AttatchmentMassDriver.cpp" />
|
|
|
|
|
<ClCompile Include="AttatchmentSocket.cpp" />
|
2013-11-29 09:05:01 +01:00
|
|
|
|
<ClCompile Include="CollisionManager.cpp" />
|
2013-11-20 16:01:39 +01:00
|
|
|
|
<ClCompile Include="DynamicObject.cpp" />
|
2014-02-14 09:53:02 +01:00
|
|
|
|
<ClCompile Include="ExplosiveCrate.cpp" />
|
2014-01-10 12:33:04 +01:00
|
|
|
|
<ClCompile Include="Game.cpp" />
|
2014-02-10 14:00:14 +01:00
|
|
|
|
<ClCompile Include="GameModeType.cpp" />
|
2014-01-17 08:52:34 +01:00
|
|
|
|
<ClCompile Include="Game_LevelData.cpp" />
|
2014-01-15 11:57:36 +01:00
|
|
|
|
<ClCompile Include="Game_PlayerData.cpp" />
|
2013-12-10 09:57:05 +01:00
|
|
|
|
<ClCompile Include="IAttatchment.cpp" />
|
2014-02-04 16:24:37 +01:00
|
|
|
|
<ClCompile Include="JumpPad.cpp" />
|
2013-11-20 15:47:11 +01:00
|
|
|
|
<ClCompile Include="Level.cpp" />
|
|
|
|
|
<ClCompile Include="Object.cpp" />
|
2014-02-25 14:36:54 +01:00
|
|
|
|
<ClCompile Include="PickupSystem\Pickup.cpp" />
|
|
|
|
|
<ClCompile Include="PickupSystem\PickupHealth.cpp" />
|
|
|
|
|
<ClCompile Include="PickupSystem\PickupSystem.cpp" />
|
2013-11-20 15:47:11 +01:00
|
|
|
|
<ClCompile Include="Player.cpp" />
|
2014-02-13 09:58:14 +01:00
|
|
|
|
<ClCompile Include="Portal.cpp" />
|
2014-02-27 11:35:32 +01:00
|
|
|
|
<ClCompile Include="SpawnPoint.cpp" />
|
2013-11-20 16:01:39 +01:00
|
|
|
|
<ClCompile Include="StaticObject.cpp" />
|
2013-12-18 08:30:58 +01:00
|
|
|
|
<ClCompile Include="Team.cpp" />
|
|
|
|
|
<ClCompile Include="TeamManager.cpp" />
|
2013-11-20 16:01:39 +01:00
|
|
|
|
<ClCompile Include="Weapon.cpp" />
|
2013-11-20 15:47:11 +01:00
|
|
|
|
</ItemGroup>
|
2014-02-17 10:38:11 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\Misc\OysterMath\OysterMath.vcxproj">
|
|
|
|
|
<Project>{f10cbc03-9809-4cba-95d8-327c287b18ee}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Misc\Utilities\Utilities.vcxproj">
|
|
|
|
|
<Project>{2ec4dded-8f75-4c86-a10b-e1e8eb29f3ee}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Physics\GamePhysics\GamePhysics.vcxproj">
|
|
|
|
|
<Project>{c4c76a8d-44c5-4452-9f61-39c7e01cbdb4}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\Physics\OysterPhysics3D\OysterPhysics3D.vcxproj">
|
|
|
|
|
<Project>{3ea5f14d-2a71-4588-a69d-87c4571c580f}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-02-19 11:00:16 +01:00
|
|
|
|
<ProjectReference Include="..\LevelLoader\LevelLoader.vcxproj">
|
|
|
|
|
<Project>{6391e709-d9fa-4fef-a3b9-4343db5a0c63}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-02-17 10:38:11 +01:00
|
|
|
|
</ItemGroup>
|
2013-11-07 14:20:05 +01:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|