123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- <?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="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\Collision\b2BroadPhase.cpp" />
- <ClCompile Include="..\Collision\b2CollideCircle.cpp" />
- <ClCompile Include="..\Collision\b2CollideEdge.cpp" />
- <ClCompile Include="..\Collision\b2CollidePolygon.cpp" />
- <ClCompile Include="..\Collision\b2Collision.cpp" />
- <ClCompile Include="..\Collision\b2Distance.cpp" />
- <ClCompile Include="..\Collision\b2DynamicTree.cpp" />
- <ClCompile Include="..\Collision\b2TimeOfImpact.cpp" />
- <ClCompile Include="..\Collision\Shapes\b2ChainShape.cpp" />
- <ClCompile Include="..\Collision\Shapes\b2CircleShape.cpp" />
- <ClCompile Include="..\Collision\Shapes\b2EdgeShape.cpp" />
- <ClCompile Include="..\Collision\Shapes\b2PolygonShape.cpp" />
- <ClCompile Include="..\Common\b2BlockAllocator.cpp" />
- <ClCompile Include="..\Common\b2Draw.cpp" />
- <ClCompile Include="..\Common\b2Math.cpp" />
- <ClCompile Include="..\Common\b2Settings.cpp" />
- <ClCompile Include="..\Common\b2StackAllocator.cpp" />
- <ClCompile Include="..\Common\b2Timer.cpp" />
- <ClCompile Include="..\Dynamics\b2Body.cpp" />
- <ClCompile Include="..\Dynamics\b2ContactManager.cpp" />
- <ClCompile Include="..\Dynamics\b2Fixture.cpp" />
- <ClCompile Include="..\Dynamics\b2Island.cpp" />
- <ClCompile Include="..\Dynamics\b2World.cpp" />
- <ClCompile Include="..\Dynamics\b2WorldCallbacks.cpp" />
- <ClCompile Include="..\Dynamics\Contacts\b2ChainAndCircleContact.cpp" />
- <ClCompile Include="..\Dynamics\Contacts\b2ChainAndPolygonContact.cpp" />
- <ClCompile Include="..\Dynamics\Contacts\b2CircleContact.cpp" />
- <ClCompile Include="..\Dynamics\Contacts\b2Contact.cpp" />
- <ClCompile Include="..\Dynamics\Contacts\b2ContactSolver.cpp" />
- <ClCompile Include="..\Dynamics\Contacts\b2EdgeAndCircleContact.cpp" />
- <ClCompile Include="..\Dynamics\Contacts\b2EdgeAndPolygonContact.cpp" />
- <ClCompile Include="..\Dynamics\Contacts\b2PolygonAndCircleContact.cpp" />
- <ClCompile Include="..\Dynamics\Contacts\b2PolygonContact.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2DistanceJoint.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2FrictionJoint.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2GearJoint.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2Joint.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2MotorJoint.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2MouseJoint.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2PrismaticJoint.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2PulleyJoint.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2RevoluteJoint.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2RopeJoint.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2WeldJoint.cpp" />
- <ClCompile Include="..\Dynamics\Joints\b2WheelJoint.cpp" />
- <ClCompile Include="..\Rope\b2Rope.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\Box2D.h" />
- <ClInclude Include="..\Collision\b2BroadPhase.h" />
- <ClInclude Include="..\Collision\b2Collision.h" />
- <ClInclude Include="..\Collision\b2Distance.h" />
- <ClInclude Include="..\Collision\b2DynamicTree.h" />
- <ClInclude Include="..\Collision\b2TimeOfImpact.h" />
- <ClInclude Include="..\Collision\Shapes\b2ChainShape.h" />
- <ClInclude Include="..\Collision\Shapes\b2CircleShape.h" />
- <ClInclude Include="..\Collision\Shapes\b2EdgeShape.h" />
- <ClInclude Include="..\Collision\Shapes\b2PolygonShape.h" />
- <ClInclude Include="..\Collision\Shapes\b2Shape.h" />
- <ClInclude Include="..\Common\b2BlockAllocator.h" />
- <ClInclude Include="..\Common\b2Draw.h" />
- <ClInclude Include="..\Common\b2GrowableStack.h" />
- <ClInclude Include="..\Common\b2Math.h" />
- <ClInclude Include="..\Common\b2Settings.h" />
- <ClInclude Include="..\Common\b2StackAllocator.h" />
- <ClInclude Include="..\Common\b2Timer.h" />
- <ClInclude Include="..\Dynamics\b2Body.h" />
- <ClInclude Include="..\Dynamics\b2ContactManager.h" />
- <ClInclude Include="..\Dynamics\b2Fixture.h" />
- <ClInclude Include="..\Dynamics\b2Island.h" />
- <ClInclude Include="..\Dynamics\b2TimeStep.h" />
- <ClInclude Include="..\Dynamics\b2World.h" />
- <ClInclude Include="..\Dynamics\b2WorldCallbacks.h" />
- <ClInclude Include="..\Dynamics\Contacts\b2ChainAndCircleContact.h" />
- <ClInclude Include="..\Dynamics\Contacts\b2ChainAndPolygonContact.h" />
- <ClInclude Include="..\Dynamics\Contacts\b2CircleContact.h" />
- <ClInclude Include="..\Dynamics\Contacts\b2Contact.h" />
- <ClInclude Include="..\Dynamics\Contacts\b2ContactSolver.h" />
- <ClInclude Include="..\Dynamics\Contacts\b2EdgeAndCircleContact.h" />
- <ClInclude Include="..\Dynamics\Contacts\b2EdgeAndPolygonContact.h" />
- <ClInclude Include="..\Dynamics\Contacts\b2PolygonAndCircleContact.h" />
- <ClInclude Include="..\Dynamics\Contacts\b2PolygonContact.h" />
- <ClInclude Include="..\Dynamics\Joints\b2DistanceJoint.h" />
- <ClInclude Include="..\Dynamics\Joints\b2FrictionJoint.h" />
- <ClInclude Include="..\Dynamics\Joints\b2GearJoint.h" />
- <ClInclude Include="..\Dynamics\Joints\b2Joint.h" />
- <ClInclude Include="..\Dynamics\Joints\b2MotorJoint.h" />
- <ClInclude Include="..\Dynamics\Joints\b2MouseJoint.h" />
- <ClInclude Include="..\Dynamics\Joints\b2PrismaticJoint.h" />
- <ClInclude Include="..\Dynamics\Joints\b2PulleyJoint.h" />
- <ClInclude Include="..\Dynamics\Joints\b2RevoluteJoint.h" />
- <ClInclude Include="..\Dynamics\Joints\b2RopeJoint.h" />
- <ClInclude Include="..\Dynamics\Joints\b2WeldJoint.h" />
- <ClInclude Include="..\Dynamics\Joints\b2WheelJoint.h" />
- <ClInclude Include="..\Rope\b2Rope.h" />
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectName>libbox2d</ProjectName>
- <ProjectGuid>{929480E7-23C0-4DF6-8456-096D71547116}</ProjectGuid>
- <RootNamespace>libbox2d.win32</RootNamespace>
- <Keyword>Win32Proj</Keyword>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v120_xp</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v120_xp</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
- <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" 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>
- <_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration).win32\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration).win32\</IntDir>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration).win32\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration).win32\</IntDir>
- <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
- <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
- <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
- <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
- <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
- <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <LibraryPath>$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A\lib;$(LibraryPath)</LibraryPath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <LibraryPath>$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A\lib;$(LibraryPath)</LibraryPath>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A\include;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>false</MinimalRebuild>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <Lib>
- <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
- </Lib>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <AdditionalIncludeDirectories>$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A\include;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>None</DebugInformationFormat>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- <Optimization>MinSpace</Optimization>
- <WholeProgramOptimization>false</WholeProgramOptimization>
- </ClCompile>
- <Lib>
- <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
- </Lib>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|