252 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			252 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?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="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>{A434E80C-1049-10BE-D9CA-B31D459E0CEF}</ProjectGuid>
 | |
|     <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
 | |
|     <RootNamespace>Box2D</RootNamespace>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <PlatformToolset>v141</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)'=='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|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|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'">
 | |
|     <OutDir>bin\x86\Debug\</OutDir>
 | |
|     <IntDir>obj\x86\Debug\Box2D\</IntDir>
 | |
|     <TargetName>Box2D</TargetName>
 | |
|     <TargetExt>.lib</TargetExt>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <OutDir>bin\x86_64\Debug\</OutDir>
 | |
|     <IntDir>obj\x86_64\Debug\Box2D\</IntDir>
 | |
|     <TargetName>Box2D</TargetName>
 | |
|     <TargetExt>.lib</TargetExt>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <OutDir>bin\x86\Release\</OutDir>
 | |
|     <IntDir>obj\x86\Release\Box2D\</IntDir>
 | |
|     <TargetName>Box2D</TargetName>
 | |
|     <TargetExt>.lib</TargetExt>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <OutDir>bin\x86_64\Release\</OutDir>
 | |
|     <IntDir>obj\x86_64\Release\Box2D\</IntDir>
 | |
|     <TargetName>Box2D</TargetName>
 | |
|     <TargetExt>.lib</TargetExt>
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <ClCompile>
 | |
|       <WarningLevel>Level4</WarningLevel>
 | |
|       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <AdditionalIncludeDirectories>./;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <ClCompile>
 | |
|       <WarningLevel>Level4</WarningLevel>
 | |
|       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <AdditionalIncludeDirectories>./;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <ClCompile>
 | |
|       <WarningLevel>Level4</WarningLevel>
 | |
|       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <AdditionalIncludeDirectories>./;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|       <Optimization>Full</Optimization>
 | |
|       <FunctionLevelLinking>true</FunctionLevelLinking>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|       <StringPooling>true</StringPooling>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | |
|       <WarningLevel>Level4</WarningLevel>
 | |
|       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <AdditionalIncludeDirectories>./;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|       <Optimization>Full</Optimization>
 | |
|       <FunctionLevelLinking>true</FunctionLevelLinking>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|       <StringPooling>true</StringPooling>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="Box2D\Box2D.h" />
 | |
|     <ClInclude Include="Box2D\Collision\Shapes\b2ChainShape.h" />
 | |
|     <ClInclude Include="Box2D\Collision\Shapes\b2CircleShape.h" />
 | |
|     <ClInclude Include="Box2D\Collision\Shapes\b2EdgeShape.h" />
 | |
|     <ClInclude Include="Box2D\Collision\Shapes\b2PolygonShape.h" />
 | |
|     <ClInclude Include="Box2D\Collision\Shapes\b2Shape.h" />
 | |
|     <ClInclude Include="Box2D\Collision\b2BroadPhase.h" />
 | |
|     <ClInclude Include="Box2D\Collision\b2Collision.h" />
 | |
|     <ClInclude Include="Box2D\Collision\b2Distance.h" />
 | |
|     <ClInclude Include="Box2D\Collision\b2DynamicTree.h" />
 | |
|     <ClInclude Include="Box2D\Collision\b2TimeOfImpact.h" />
 | |
|     <ClInclude Include="Box2D\Common\b2BlockAllocator.h" />
 | |
|     <ClInclude Include="Box2D\Common\b2Draw.h" />
 | |
|     <ClInclude Include="Box2D\Common\b2GrowableStack.h" />
 | |
|     <ClInclude Include="Box2D\Common\b2Math.h" />
 | |
|     <ClInclude Include="Box2D\Common\b2Settings.h" />
 | |
|     <ClInclude Include="Box2D\Common\b2StackAllocator.h" />
 | |
|     <ClInclude Include="Box2D\Common\b2Timer.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Contacts\b2ChainAndCircleContact.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Contacts\b2ChainAndPolygonContact.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Contacts\b2CircleContact.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Contacts\b2Contact.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Contacts\b2ContactSolver.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Contacts\b2EdgeAndCircleContact.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Contacts\b2EdgeAndPolygonContact.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Contacts\b2PolygonAndCircleContact.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Contacts\b2PolygonContact.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2DistanceJoint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2FrictionJoint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2GearJoint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2Joint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2MotorJoint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2MouseJoint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2PrismaticJoint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2PulleyJoint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2RevoluteJoint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2RopeJoint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2WeldJoint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\Joints\b2WheelJoint.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\b2Body.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\b2ContactManager.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\b2Fixture.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\b2Island.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\b2TimeStep.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\b2World.h" />
 | |
|     <ClInclude Include="Box2D\Dynamics\b2WorldCallbacks.h" />
 | |
|     <ClInclude Include="Box2D\Rope\b2Rope.h" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="Box2D\Collision\Shapes\b2ChainShape.cpp" />
 | |
|     <ClCompile Include="Box2D\Collision\Shapes\b2CircleShape.cpp" />
 | |
|     <ClCompile Include="Box2D\Collision\Shapes\b2EdgeShape.cpp" />
 | |
|     <ClCompile Include="Box2D\Collision\Shapes\b2PolygonShape.cpp" />
 | |
|     <ClCompile Include="Box2D\Collision\b2BroadPhase.cpp" />
 | |
|     <ClCompile Include="Box2D\Collision\b2CollideCircle.cpp" />
 | |
|     <ClCompile Include="Box2D\Collision\b2CollideEdge.cpp" />
 | |
|     <ClCompile Include="Box2D\Collision\b2CollidePolygon.cpp" />
 | |
|     <ClCompile Include="Box2D\Collision\b2Collision.cpp" />
 | |
|     <ClCompile Include="Box2D\Collision\b2Distance.cpp" />
 | |
|     <ClCompile Include="Box2D\Collision\b2DynamicTree.cpp" />
 | |
|     <ClCompile Include="Box2D\Collision\b2TimeOfImpact.cpp" />
 | |
|     <ClCompile Include="Box2D\Common\b2BlockAllocator.cpp" />
 | |
|     <ClCompile Include="Box2D\Common\b2Draw.cpp" />
 | |
|     <ClCompile Include="Box2D\Common\b2Math.cpp" />
 | |
|     <ClCompile Include="Box2D\Common\b2Settings.cpp" />
 | |
|     <ClCompile Include="Box2D\Common\b2StackAllocator.cpp" />
 | |
|     <ClCompile Include="Box2D\Common\b2Timer.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Contacts\b2ChainAndCircleContact.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Contacts\b2ChainAndPolygonContact.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Contacts\b2CircleContact.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Contacts\b2Contact.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Contacts\b2ContactSolver.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Contacts\b2EdgeAndCircleContact.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Contacts\b2EdgeAndPolygonContact.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Contacts\b2PolygonAndCircleContact.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Contacts\b2PolygonContact.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2DistanceJoint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2FrictionJoint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2GearJoint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2Joint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2MotorJoint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2MouseJoint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2PrismaticJoint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2PulleyJoint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2RevoluteJoint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2RopeJoint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2WeldJoint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\Joints\b2WheelJoint.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\b2Body.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\b2ContactManager.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\b2Fixture.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\b2Island.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\b2World.cpp" />
 | |
|     <ClCompile Include="Box2D\Dynamics\b2WorldCallbacks.cpp" />
 | |
|     <ClCompile Include="Box2D\Rope\b2Rope.cpp" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> |