|
|
@@ -0,0 +1,147 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="12.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>
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
+ <ProjectGuid>{2B4D7491-A4F8-4606-B0E3-2A1FCE3C46C4}</ProjectGuid>
|
|
|
+ <Keyword>Win32Proj</Keyword>
|
|
|
+ <RootNamespace>DemoBox2D</RootNamespace>
|
|
|
+ <ProjectName>DemoBox2D</ProjectName>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </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>false</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <AdditionalIncludeDirectories>../box2d/;../../..//oxygine/src;../../../..//SDL/include;../../..//oxygine/third_party/win32/pthreads/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <AdditionalDependencies>libjpeg.lib;libpng.lib;libzlib.lib;opengl32.lib;pthreadVCE2.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>../../..//oxygine/third_party/win32/libraries;../../..//libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ </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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <AdditionalIncludeDirectories>../../..//oxygine/src;../../../..//SDL/include;../../..//oxygine/third_party/win32/pthreads/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <AdditionalLibraryDirectories>../../..//oxygine/third_party/win32/libraries;../../..//libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <AdditionalDependencies>libjpeg.lib;libpng.lib;libzlib.lib;opengl32.lib;pthreadVCE2.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="../../../\oxygine\SDL\win32\oxygine_vs2013.vcxproj">
|
|
|
+ <Project>{52411305-cfe1-4fa8-9885-5729bfc816cf}</Project>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="../src/Box2DDebugDraw.cpp" />
|
|
|
+ <ClCompile Include="../src/entry_point.cpp" />
|
|
|
+ <ClCompile Include="../src/example.cpp" />
|
|
|
+ <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\b2CircleShape.cpp" />
|
|
|
+ <ClCompile Include="..\box2d\Box2D\Collision\Shapes\b2EdgeShape.cpp" />
|
|
|
+ <ClCompile Include="..\box2d\Box2D\Collision\Shapes\b2LoopShape.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\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\b2LoopAndCircleContact.cpp" />
|
|
|
+ <ClCompile Include="..\box2d\Box2D\Dynamics\Contacts\b2LoopAndPolygonContact.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\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>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="../src/Box2DDebugDraw.h" />
|
|
|
+ <ClInclude Include="../src/example.h" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
+</Project>
|