263 lines
14 KiB
XML
263 lines
14 KiB
XML
|
|
<?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 SCRT|Win32">
|
|||
|
|
<Configuration>Debug SCRT</Configuration>
|
|||
|
|
<Platform>Win32</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
<ProjectConfiguration Include="Debug DLL|Win32">
|
|||
|
|
<Configuration>Debug DLL</Configuration>
|
|||
|
|
<Platform>Win32</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|||
|
|
<Configuration>Debug</Configuration>
|
|||
|
|
<Platform>Win32</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
<ProjectConfiguration Include="Release SCRT|Win32">
|
|||
|
|
<Configuration>Release SCRT</Configuration>
|
|||
|
|
<Platform>Win32</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
<ProjectConfiguration Include="Release DLL|Win32">
|
|||
|
|
<Configuration>Release DLL</Configuration>
|
|||
|
|
<Platform>Win32</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
|
<Configuration>Release</Configuration>
|
|||
|
|
<Platform>Win32</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\chipmunk.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\chipmunk_ffi.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\chipmunk_types.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\chipmunk_unsafe.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\cpConstraint.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\cpDampedRotarySpring.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\cpDampedSpring.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\cpGearJoint.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\cpGrooveJoint.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\cpPinJoint.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\cpPivotJoint.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\cpRatchetJoint.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\cpRotaryLimitJoint.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\cpSimpleMotor.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\cpSlideJoint.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\constraints\util.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\cpArbiter.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\cpBB.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\cpBody.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\cpPolyShape.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\cpShape.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\cpSpace.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\cpSpatialIndex.h" />
|
|||
|
|
<ClInclude Include="..\..\..\include\chipmunk\cpVect.h" />
|
|||
|
|
<ClInclude Include="..\..\..\src\prime.h" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ClCompile Include="..\..\..\src\chipmunk.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\constraints\cpConstraint.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\constraints\cpDampedRotarySpring.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\constraints\cpDampedSpring.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\constraints\cpGearJoint.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\constraints\cpGrooveJoint.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\constraints\cpPinJoint.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\constraints\cpPivotJoint.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\constraints\cpRatchetJoint.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\constraints\cpRotaryLimitJoint.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\constraints\cpSimpleMotor.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\constraints\cpSlideJoint.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpArbiter.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpArray.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpBB.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpBBTree.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpBody.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpCollision.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpHashSet.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpPolyShape.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpShape.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpSpace.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpSpaceComponent.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpSpaceHash.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpSpaceQuery.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpSpaceStep.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpSpatialIndex.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpSweep1D.c" />
|
|||
|
|
<ClCompile Include="..\..\..\src\cpVect.c" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<None Include="chipmunk.def" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<PropertyGroup Label="Globals">
|
|||
|
|
<ProjectGuid>{C1ACE86E-5A14-490A-9678-104BA2546723}</ProjectGuid>
|
|||
|
|
<Keyword>Win32Proj</Keyword>
|
|||
|
|
<RootNamespace>chipmunk</RootNamespace>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug SCRT|Win32'" Label="Configuration">
|
|||
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="Configuration">
|
|||
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release SCRT|Win32'" Label="Configuration">
|
|||
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="Configuration">
|
|||
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
|
</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 SCRT|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 DLL|Win32'" 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 SCRT|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)'=='Release DLL|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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
|
<OutDir>$(PlatformName)\$(Configuration)\</OutDir>
|
|||
|
|
<IntDir>$(PlatformName)\$(Configuration)\</IntDir>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug SCRT|Win32'">
|
|||
|
|
<OutDir>$(PlatformName)\$(Configuration)\</OutDir>
|
|||
|
|
<IntDir>$(PlatformName)\$(Configuration)\</IntDir>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">
|
|||
|
|
<OutDir>$(PlatformName)\$(Configuration)\</OutDir>
|
|||
|
|
<IntDir>$(PlatformName)\$(Configuration)\</IntDir>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
|
<OutDir>$(PlatformName)\$(Configuration)\</OutDir>
|
|||
|
|
<IntDir>$(PlatformName)\$(Configuration)\</IntDir>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release SCRT|Win32'">
|
|||
|
|
<OutDir>$(PlatformName)\$(Configuration)\</OutDir>
|
|||
|
|
<IntDir>$(PlatformName)\$(Configuration)\</IntDir>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
|
|||
|
|
<OutDir>$(PlatformName)\$(Configuration)\</OutDir>
|
|||
|
|
<IntDir>$(PlatformName)\$(Configuration)\</IntDir>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
|
<ClCompile>
|
|||
|
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
|
<Optimization>Disabled</Optimization>
|
|||
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
|
<AdditionalIncludeDirectories>..\..\..\include\chipmunk</AdditionalIncludeDirectories>
|
|||
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|||
|
|
</ClCompile>
|
|||
|
|
<Link>
|
|||
|
|
<SubSystem>Windows</SubSystem>
|
|||
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
|
</Link>
|
|||
|
|
</ItemDefinitionGroup>
|
|||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug SCRT|Win32'">
|
|||
|
|
<ClCompile>
|
|||
|
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
|
<Optimization>Disabled</Optimization>
|
|||
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
|
<AdditionalIncludeDirectories>..\..\..\include\chipmunk</AdditionalIncludeDirectories>
|
|||
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|||
|
|
</ClCompile>
|
|||
|
|
<Link>
|
|||
|
|
<SubSystem>Windows</SubSystem>
|
|||
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
|
</Link>
|
|||
|
|
</ItemDefinitionGroup>
|
|||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">
|
|||
|
|
<ClCompile>
|
|||
|
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
|
<Optimization>Disabled</Optimization>
|
|||
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
|
<AdditionalIncludeDirectories>..\..\..\include\chipmunk</AdditionalIncludeDirectories>
|
|||
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|||
|
|
</ClCompile>
|
|||
|
|
<Link>
|
|||
|
|
<SubSystem>Windows</SubSystem>
|
|||
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
|
<ModuleDefinitionFile>chipmunk.def</ModuleDefinitionFile>
|
|||
|
|
</Link>
|
|||
|
|
</ItemDefinitionGroup>
|
|||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
|
<ClCompile>
|
|||
|
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|||
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
|
<AdditionalIncludeDirectories>..\..\..\include\chipmunk</AdditionalIncludeDirectories>
|
|||
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|||
|
|
</ClCompile>
|
|||
|
|
<Link>
|
|||
|
|
<SubSystem>Windows</SubSystem>
|
|||
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
|
</Link>
|
|||
|
|
</ItemDefinitionGroup>
|
|||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release SCRT|Win32'">
|
|||
|
|
<ClCompile>
|
|||
|
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|||
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
|
<AdditionalIncludeDirectories>..\..\..\include\chipmunk</AdditionalIncludeDirectories>
|
|||
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|||
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|||
|
|
</ClCompile>
|
|||
|
|
<Link>
|
|||
|
|
<SubSystem>Windows</SubSystem>
|
|||
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
|
</Link>
|
|||
|
|
</ItemDefinitionGroup>
|
|||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
|
|||
|
|
<ClCompile>
|
|||
|
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|||
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
|
<AdditionalIncludeDirectories>..\..\..\include\chipmunk</AdditionalIncludeDirectories>
|
|||
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|||
|
|
</ClCompile>
|
|||
|
|
<Link>
|
|||
|
|
<SubSystem>Windows</SubSystem>
|
|||
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
|
<ModuleDefinitionFile>chipmunk.def</ModuleDefinitionFile>
|
|||
|
|
</Link>
|
|||
|
|
</ItemDefinitionGroup>
|
|||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
|
</ImportGroup>
|
|||
|
|
</Project>
|