CSC3224_Computer_Games_Development / Box2D / Box2D.vcxproj
Box2D.vcxproj
Raw
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.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>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="Box2D\Box2D\Box2D.h" />
    <ClInclude Include="Box2D\Box2D\Collision\b2BroadPhase.h" />
    <ClInclude Include="Box2D\Box2D\Collision\b2Collision.h" />
    <ClInclude Include="Box2D\Box2D\Collision\b2Distance.h" />
    <ClInclude Include="Box2D\Box2D\Collision\b2DynamicTree.h" />
    <ClInclude Include="Box2D\Box2D\Collision\b2TimeOfImpact.h" />
    <ClInclude Include="Box2D\Box2D\Collision\Shapes\b2ChainShape.h" />
    <ClInclude Include="Box2D\Box2D\Collision\Shapes\b2CircleShape.h" />
    <ClInclude Include="Box2D\Box2D\Collision\Shapes\b2EdgeShape.h" />
    <ClInclude Include="Box2D\Box2D\Collision\Shapes\b2PolygonShape.h" />
    <ClInclude Include="Box2D\Box2D\Collision\Shapes\b2Shape.h" />
    <ClInclude Include="Box2D\Box2D\Common\b2BlockAllocator.h" />
    <ClInclude Include="Box2D\Box2D\Common\b2Draw.h" />
    <ClInclude Include="Box2D\Box2D\Common\b2GrowableStack.h" />
    <ClInclude Include="Box2D\Box2D\Common\b2Math.h" />
    <ClInclude Include="Box2D\Box2D\Common\b2Settings.h" />
    <ClInclude Include="Box2D\Box2D\Common\b2StackAllocator.h" />
    <ClInclude Include="Box2D\Box2D\Common\b2Timer.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\b2Body.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\b2ContactManager.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\b2Fixture.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\b2Island.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\b2TimeStep.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\b2World.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\b2WorldCallbacks.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Contacts\b2ChainAndCircleContact.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Contacts\b2ChainAndPolygonContact.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Contacts\b2CircleContact.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Contacts\b2Contact.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Contacts\b2ContactSolver.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Contacts\b2EdgeAndCircleContact.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Contacts\b2EdgeAndPolygonContact.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Contacts\b2PolygonAndCircleContact.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Contacts\b2PolygonContact.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2DistanceJoint.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2FrictionJoint.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2GearJoint.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2Joint.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2MotorJoint.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2MouseJoint.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2PrismaticJoint.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2PulleyJoint.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2RevoluteJoint.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2RopeJoint.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2WeldJoint.h" />
    <ClInclude Include="Box2D\Box2D\Dynamics\Joints\b2WheelJoint.h" />
    <ClInclude Include="Box2D\Box2D\Rope\b2Rope.h" />
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="Box2D\Box2D\Collision\b2BroadPhase.cpp" />
    <ClCompile Include="Box2D\Box2D\Collision\b2CollideCircle.cpp" />
    <ClCompile Include="Box2D\Box2D\Collision\b2CollideEdge.cpp" />
    <ClCompile Include="Box2D\Box2D\Collision\b2CollidePolygon.cpp" />
    <ClCompile Include="Box2D\Box2D\Collision\b2Collision.cpp" />
    <ClCompile Include="Box2D\Box2D\Collision\b2Distance.cpp" />
    <ClCompile Include="Box2D\Box2D\Collision\b2DynamicTree.cpp" />
    <ClCompile Include="Box2D\Box2D\Collision\b2TimeOfImpact.cpp" />
    <ClCompile Include="Box2D\Box2D\Collision\Shapes\b2ChainShape.cpp" />
    <ClCompile Include="Box2D\Box2D\Collision\Shapes\b2CircleShape.cpp" />
    <ClCompile Include="Box2D\Box2D\Collision\Shapes\b2EdgeShape.cpp" />
    <ClCompile Include="Box2D\Box2D\Collision\Shapes\b2PolygonShape.cpp" />
    <ClCompile Include="Box2D\Box2D\Common\b2BlockAllocator.cpp" />
    <ClCompile Include="Box2D\Box2D\Common\b2Draw.cpp" />
    <ClCompile Include="Box2D\Box2D\Common\b2Math.cpp" />
    <ClCompile Include="Box2D\Box2D\Common\b2Settings.cpp" />
    <ClCompile Include="Box2D\Box2D\Common\b2StackAllocator.cpp" />
    <ClCompile Include="Box2D\Box2D\Common\b2Timer.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\b2Body.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\b2ContactManager.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\b2Fixture.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\b2Island.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\b2World.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\b2WorldCallbacks.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Contacts\b2ChainAndCircleContact.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Contacts\b2ChainAndPolygonContact.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Contacts\b2CircleContact.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Contacts\b2Contact.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Contacts\b2ContactSolver.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Contacts\b2EdgeAndCircleContact.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Contacts\b2EdgeAndPolygonContact.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Contacts\b2PolygonAndCircleContact.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Contacts\b2PolygonContact.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2DistanceJoint.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2FrictionJoint.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2GearJoint.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2Joint.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2MotorJoint.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2MouseJoint.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2PrismaticJoint.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2PulleyJoint.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2RevoluteJoint.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2RopeJoint.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2WeldJoint.cpp" />
    <ClCompile Include="Box2D\Box2D\Dynamics\Joints\b2WheelJoint.cpp" />
    <ClCompile Include="Box2D\Box2D\Rope\b2Rope.cpp" />
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{F854260C-E5CD-4883-8DE4-B990604067CB}</ProjectGuid>
    <RootNamespace>Box2D</RootNamespace>
    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="Shared">
  </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>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <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|x64'">
    <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'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>Disabled</Optimization>
      <SDLCheck>true</SDLCheck>
      <AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>Disabled</Optimization>
      <SDLCheck>true</SDLCheck>
      <AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <SDLCheck>true</SDLCheck>
      <AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <SDLCheck>true</SDLCheck>
      <AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
    </Link>
  </ItemDefinitionGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>