Skip to content

Commit

Permalink
Update to vs2012.
Browse files Browse the repository at this point in the history
Examples update to of 0.8.0
-add windows static libs
-add windows examples
-update osx examples. for mavericks(osx 10.9) width 5.0.2
-update addon src files only a few. (case by btTransform on args.)
  • Loading branch information
kentaroid committed Dec 3, 2013
1 parent 44b86f8 commit bdf6e05
Show file tree
Hide file tree
Showing 57 changed files with 3,024 additions and 899 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Expand Up @@ -11,4 +11,9 @@
*/*.xcodeproj/project.xcworkspace
*/build/*
.DS_Store
Bullet-src/
Bullet-src/

# User-specific files
*.suo
*.user
*.sln.docstates
25 changes: 25 additions & 0 deletions CustomShapesExample/CustomShapesExample.sln
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomShapesExample", "CustomShapesExample.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openframeworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.ActiveCfg = Debug|Win32
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.Build.0 = Debug|Win32
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.ActiveCfg = Release|Win32
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.Build.0 = Release|Win32
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.ActiveCfg = Debug|Win32
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.Build.0 = Debug|Win32
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.ActiveCfg = Release|Win32
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
151 changes: 151 additions & 0 deletions CustomShapesExample/CustomShapesExample.vcxproj
@@ -0,0 +1,151 @@
<?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>
<PropertyGroup Label="Globals">
<ProjectGuid>{7FD42DF7-442E-479A-BA76-D0022F99702A}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>emptyExample</RootNamespace>
<ProjectName>CustomShapesExample</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<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" />
<Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksRelease.props" />
</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" />
<Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksDebug.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>bin\</OutDir>
<IntDir>obj\$(Configuration)\</IntDir>
<TargetName>$(ProjectName)_debug</TargetName>
<LinkIncremental>true</LinkIncremental>
<GenerateManifest>true</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>bin\</OutDir>
<IntDir>obj\$(Configuration)\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxBullet\src;..\..\..\addons\ofxBullet\src\events;..\..\..\addons\ofxBullet\src\joints;..\..\..\addons\ofxBullet\src\render;..\..\..\addons\ofxBullet\src\shapes;..\..\..\addons\ofxBullet\libs\bullet2.8.1\include;..\..\..\addons\ofxBullet\libs\bullet2.8.1\include\BulletCollision\CollisionShapes;..\..\..\addons\ofxAssimpModelLoader\src;..\..\..\addons\ofxAssimpModelLoader\libs\assimp\include</AdditionalIncludeDirectories>
<CompileAs>CompileAsCpp</CompileAs>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<AdditionalDependencies>BulletCollision_debug.lib;BulletDynamics_debug.lib;LinearMath_debug.lib;assimp.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>..\..\..\addons\ofxBullet\libs\bullet2.8.1\lib\vs;..\..\..\addons\ofxAssimpModelLoader\libs\assimp\lib\vs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WholeProgramOptimization>false</WholeProgramOptimization>
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;..\..\..\addons\ofxBullet\src;..\..\..\addons\ofxBullet\src\events;..\..\..\addons\ofxBullet\src\joints;..\..\..\addons\ofxBullet\src\render;..\..\..\addons\ofxBullet\src\shapes;..\..\..\addons\ofxBullet\libs\bullet2.8.1\include;..\..\..\addons\ofxBullet\libs\bullet2.8.1\include\BulletCollision\CollisionShapes;..\..\..\addons\ofxAssimpModelLoader\src;..\..\..\addons\ofxAssimpModelLoader\libs\assimp\include</AdditionalIncludeDirectories>
<CompileAs>CompileAsCpp</CompileAs>
</ClCompile>
<Link>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateDebugInformation>false</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<AdditionalDependencies>BulletCollision.lib;BulletDynamics.lib;LinearMath.lib;assimp.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>..\..\..\addons\ofxBullet\libs\bullet2.8.1\lib\vs;..\..\..\addons\ofxAssimpModelLoader\libs\assimp\lib\vs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpAnimation.cpp" />
<ClCompile Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpMeshHelper.cpp" />
<ClCompile Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpModelLoader.cpp" />
<ClCompile Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpTexture.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\joints\ofxBulletJoint.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\ofxBulletWorldRigid.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\render\GLDebugDrawer.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletBaseShape.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletBox.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCapsule.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCone.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletConvexShape.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCustomShape.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCylinder.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletSphere.cpp" />
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletStaticPlane.cpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\testApp.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpAnimation.h" />
<ClInclude Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpMeshHelper.h" />
<ClInclude Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpModelLoader.h" />
<ClInclude Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpTexture.h" />
<ClInclude Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpUtils.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\events\ofxBulletCollisionData.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\events\ofxBulletMousePickEvent.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\events\ofxBulletRaycastData.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\joints\ofxBulletJoint.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\ofxBullet.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\ofxBulletConstants.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\ofxBulletUserData.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\ofxBulletUtils.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\ofxBulletWorldRigid.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\render\GLDebugDrawer.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletBaseShape.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletBox.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCapsule.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCone.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletConvexShape.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCustomShape.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCylinder.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletSphere.h" />
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletStaticPlane.h" />
<ClInclude Include="src\testApp.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj">
<Project>{5837595d-aca9-485c-8e76-729040ce4b0b}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="icon.rc">
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">/D_DEBUG %(AdditionalOptions)</AdditionalOptions>
</ResourceCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
171 changes: 171 additions & 0 deletions CustomShapesExample/CustomShapesExample.vcxproj.filters
@@ -0,0 +1,171 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\testApp.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\main.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\ofxBulletWorldRigid.cpp">
<Filter>addons\ofxBullet\src</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCustomShape.cpp">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCylinder.cpp">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletSphere.cpp">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletStaticPlane.cpp">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletBaseShape.cpp">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletBox.cpp">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCapsule.cpp">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCone.cpp">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletConvexShape.cpp">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\render\GLDebugDrawer.cpp">
<Filter>addons\ofxBullet\src\render</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxBullet\src\joints\ofxBulletJoint.cpp">
<Filter>addons\ofxBullet\src\joints</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpMeshHelper.cpp">
<Filter>addons\ofxAssimpModelLoader\src</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpModelLoader.cpp">
<Filter>addons\ofxAssimpModelLoader\src</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpTexture.cpp">
<Filter>addons\ofxAssimpModelLoader\src</Filter>
</ClCompile>
<ClCompile Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpAnimation.cpp">
<Filter>addons\ofxAssimpModelLoader\src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="src">
<UniqueIdentifier>{d8376475-7454-4a24-b08a-aac121d3ad6f}</UniqueIdentifier>
</Filter>
<Filter Include="addons">
<UniqueIdentifier>{99ff1d6e-74c8-4187-a726-1a91f4742e8d}</UniqueIdentifier>
</Filter>
<Filter Include="addons\ofxBullet">
<UniqueIdentifier>{09a96ece-b32e-4feb-88ea-f94208fe5467}</UniqueIdentifier>
</Filter>
<Filter Include="addons\ofxBullet\src">
<UniqueIdentifier>{da6e86fc-c55a-402b-b261-2fd836caae70}</UniqueIdentifier>
</Filter>
<Filter Include="addons\ofxBullet\src\events">
<UniqueIdentifier>{e8889fea-b3cc-4c18-b71e-17465fe55171}</UniqueIdentifier>
</Filter>
<Filter Include="addons\ofxBullet\src\joints">
<UniqueIdentifier>{0861882f-11b1-4cc4-9599-a24f9696c808}</UniqueIdentifier>
</Filter>
<Filter Include="addons\ofxBullet\src\render">
<UniqueIdentifier>{e8324d24-e03e-49c7-a8bc-87b91aa9045e}</UniqueIdentifier>
</Filter>
<Filter Include="addons\ofxBullet\src\shapes">
<UniqueIdentifier>{df56df09-bbd1-462a-ae35-1080fbe8d682}</UniqueIdentifier>
</Filter>
<Filter Include="addons\ofxAssimpModelLoader">
<UniqueIdentifier>{ec7ab122-067f-4ca0-9060-98bcaedcd43b}</UniqueIdentifier>
</Filter>
<Filter Include="addons\ofxAssimpModelLoader\src">
<UniqueIdentifier>{42f46b12-d88d-4523-b2d1-56be6352137e}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\testApp.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\ofxBulletConstants.h">
<Filter>addons\ofxBullet\src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\ofxBulletUserData.h">
<Filter>addons\ofxBullet\src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\ofxBulletUtils.h">
<Filter>addons\ofxBullet\src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\ofxBulletWorldRigid.h">
<Filter>addons\ofxBullet\src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\ofxBullet.h">
<Filter>addons\ofxBullet\src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletConvexShape.h">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCustomShape.h">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCylinder.h">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletSphere.h">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletStaticPlane.h">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletBaseShape.h">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletBox.h">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCapsule.h">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\shapes\ofxBulletCone.h">
<Filter>addons\ofxBullet\src\shapes</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\render\GLDebugDrawer.h">
<Filter>addons\ofxBullet\src\render</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\joints\ofxBulletJoint.h">
<Filter>addons\ofxBullet\src\joints</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\events\ofxBulletMousePickEvent.h">
<Filter>addons\ofxBullet\src\events</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\events\ofxBulletRaycastData.h">
<Filter>addons\ofxBullet\src\events</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxBullet\src\events\ofxBulletCollisionData.h">
<Filter>addons\ofxBullet\src\events</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpMeshHelper.h">
<Filter>addons\ofxAssimpModelLoader\src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpModelLoader.h">
<Filter>addons\ofxAssimpModelLoader\src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpTexture.h">
<Filter>addons\ofxAssimpModelLoader\src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpUtils.h">
<Filter>addons\ofxAssimpModelLoader\src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\addons\ofxAssimpModelLoader\src\ofxAssimpAnimation.h">
<Filter>addons\ofxAssimpModelLoader\src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="icon.rc" />
</ItemGroup>
</Project>

0 comments on commit bdf6e05

Please sign in to comment.