From 3da6f4f23151cbbb9eab7934619fb2eb6caffae8 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Fri, 26 May 2006 05:48:52 +0000 Subject: [PATCH] added autogenerated projectfiles --- msvc/6/appColladaDemo.dsp | 119 ++++++++++ msvc/6/appConvexDecompositionDemo.dsp | 119 ++++++++++ msvc/6/libconvexdecomposition.dsp | 219 +++++++++++++++++++ msvc/7/appColladaDemo.vcproj | 181 ++++++++++++++++ msvc/7/appConvexDecompositionDemo.vcproj | 181 ++++++++++++++++ msvc/7/libconvexdecomposition.vcproj | 251 ++++++++++++++++++++++ msvc/71/appBasicSample.vcproj | 197 +++++++++++++++++ msvc/71/appColladaDemo.vcproj | 181 ++++++++++++++++ msvc/71/appConvexDecompositionDemo.vcproj | 181 ++++++++++++++++ msvc/71/libconvexdecomposition.vcproj | 239 ++++++++++++++++++++ msvc/8/appColladaDemo.vcproj | 181 ++++++++++++++++ msvc/8/appConvexDecompositionDemo.vcproj | 181 ++++++++++++++++ msvc/8/libconvexdecomposition.vcproj | 251 ++++++++++++++++++++++ 13 files changed, 2481 insertions(+) create mode 100644 msvc/6/appColladaDemo.dsp create mode 100644 msvc/6/appConvexDecompositionDemo.dsp create mode 100644 msvc/6/libconvexdecomposition.dsp create mode 100644 msvc/7/appColladaDemo.vcproj create mode 100644 msvc/7/appConvexDecompositionDemo.vcproj create mode 100644 msvc/7/libconvexdecomposition.vcproj create mode 100644 msvc/71/appBasicSample.vcproj create mode 100644 msvc/71/appColladaDemo.vcproj create mode 100644 msvc/71/appConvexDecompositionDemo.vcproj create mode 100644 msvc/71/libconvexdecomposition.vcproj create mode 100644 msvc/8/appColladaDemo.vcproj create mode 100644 msvc/8/appConvexDecompositionDemo.vcproj create mode 100644 msvc/8/libconvexdecomposition.vcproj diff --git a/msvc/6/appColladaDemo.dsp b/msvc/6/appColladaDemo.dsp new file mode 100644 index 000000000..83329cf2c --- /dev/null +++ b/msvc/6/appColladaDemo.dsp @@ -0,0 +1,119 @@ +# Microsoft Developer Studio Project File - Name="appColladaDemo" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=appColladaDemo - Win32 Release +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "appColladaDemo.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "appColladaDemo.mak" CFG="appColladaDemo - Win32 Release" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "appColladaDemo - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "appColladaDemo - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "appColladaDemo - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "release" +# PROP BASE Intermediate_Dir "release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\out\release6\build\appColladaDemo\" +# PROP Intermediate_Dir "..\..\out\release6\build\appColladaDemo\" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c +# ADD CPP /nologo /vmb /vms /W3 /Gm /GX /G5 /FD /c /Gy /GF /MD /Ob2 /Og /Oi /Ot /Oy /D "_MT" /D "_MBCS" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /I "." /I "..\.." /I "..\..\Bullet" /I "..\..\BulletDynamics" /I "..\..\LinearMath" /I "..\..\Extras\PhysicsInterface\Common" /I "..\..\Extras\ConvexDecomposition" /I "..\..\Glut" /I "..\..\Demos\OpenGL" /I "..\..\Extras\PhysicsInterface\CcdPhysics" +# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "NDEBUG" /D "_CONSOLE" +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 /fo".\..\..\out\release6\build\appColladaDemo\appColladaDemo.res" /i "." /i "..\.." /i "..\..\Bullet" /i "..\..\BulletDynamics" /i "..\..\LinearMath" /i "..\..\Extras\PhysicsInterface\Common" /i "..\..\Extras\ConvexDecomposition" /i "..\..\Glut" /i "..\..\Demos\OpenGL" /i "..\..\Extras\PhysicsInterface\CcdPhysics" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo +LINK32=link.exe +# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386 +# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /OPT:NOREF /out:"..\..\ColladaDemo.exe" /subsystem:console /libpath:"..\..\Glut" +# Begin Special Build Tool +SOURCE="$(InputPath)" +# End Special Build Tool + +!ELSEIF "$(CFG)" == "appColladaDemo - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "debug" +# PROP BASE Intermediate_Dir "debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\out\debug6\build\appColladaDemo\" +# PROP Intermediate_Dir "..\..\out\debug6\build\appColladaDemo\" +# PROP Ignore_Export_Lib 1 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c +# ADD CPP /nologo /vmb /vms /W3 /Gm /GX /G5 /FD /c /GR /MDd /ZI /Od /D "_MT" /D "_MBCS" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /I "." /I "..\.." /I "..\..\Bullet" /I "..\..\BulletDynamics" /I "..\..\LinearMath" /I "..\..\Extras\PhysicsInterface\Common" /I "..\..\Extras\ConvexDecomposition" /I "..\..\Glut" /I "..\..\Demos\OpenGL" /I "..\..\Extras\PhysicsInterface\CcdPhysics" +# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "_DEBUG" /D "_CONSOLE" +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 /fo".\..\..\out\debug6\build\appColladaDemo\appColladaDemo.res" /i "." /i "..\.." /i "..\..\Bullet" /i "..\..\BulletDynamics" /i "..\..\LinearMath" /i "..\..\Extras\PhysicsInterface\Common" /i "..\..\Extras\ConvexDecomposition" /i "..\..\Glut" /i "..\..\Demos\OpenGL" /i "..\..\Extras\PhysicsInterface\CcdPhysics" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo +LINK32=link.exe +# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386 +# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /debug /pdbtype:sept /out:"..\..\ColladaDemo.exe" /subsystem:console /libpath:"..\..\Glut" +# Begin Special Build Tool +SOURCE="$(InputPath)" +# End Special Build Tool + +!ENDIF + +# Begin Target + +# Name "appColladaDemo - Win32 Release" +# Name "appColladaDemo - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\Demos\ColladaDemo\ColladaDemo.cpp +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\msvc\appColladaDemo.rc +# End Source File +# End Group +# End Target +# End Project diff --git a/msvc/6/appConvexDecompositionDemo.dsp b/msvc/6/appConvexDecompositionDemo.dsp new file mode 100644 index 000000000..b0a0ea11c --- /dev/null +++ b/msvc/6/appConvexDecompositionDemo.dsp @@ -0,0 +1,119 @@ +# Microsoft Developer Studio Project File - Name="appConvexDecompositionDemo" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=appConvexDecompositionDemo - Win32 Release +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "appConvexDecompositionDemo.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "appConvexDecompositionDemo.mak" CFG="appConvexDecompositionDemo - Win32 Release" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "appConvexDecompositionDemo - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "appConvexDecompositionDemo - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "appConvexDecompositionDemo - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "release" +# PROP BASE Intermediate_Dir "release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\out\release6\build\appConvexDecompositionDemo\" +# PROP Intermediate_Dir "..\..\out\release6\build\appConvexDecompositionDemo\" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c +# ADD CPP /nologo /vmb /vms /W3 /Gm /GX /G5 /FD /c /Gy /GF /MD /Ob2 /Og /Oi /Ot /Oy /D "_MT" /D "_MBCS" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /I "." /I "..\.." /I "..\..\Bullet" /I "..\..\BulletDynamics" /I "..\..\LinearMath" /I "..\..\Extras\PhysicsInterface\Common" /I "..\..\Extras\ConvexDecomposition" /I "..\..\Glut" /I "..\..\Demos\OpenGL" /I "..\..\Extras\PhysicsInterface\CcdPhysics" +# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "NDEBUG" /D "_CONSOLE" +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 /fo".\..\..\out\release6\build\appConvexDecompositionDemo\appConvexDecompositionDemo.res" /i "." /i "..\.." /i "..\..\Bullet" /i "..\..\BulletDynamics" /i "..\..\LinearMath" /i "..\..\Extras\PhysicsInterface\Common" /i "..\..\Extras\ConvexDecomposition" /i "..\..\Glut" /i "..\..\Demos\OpenGL" /i "..\..\Extras\PhysicsInterface\CcdPhysics" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo +LINK32=link.exe +# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386 +# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /OPT:NOREF /out:"..\..\ConvexDecompositionDemo.exe" /subsystem:console /libpath:"..\..\Glut" +# Begin Special Build Tool +SOURCE="$(InputPath)" +# End Special Build Tool + +!ELSEIF "$(CFG)" == "appConvexDecompositionDemo - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "debug" +# PROP BASE Intermediate_Dir "debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\out\debug6\build\appConvexDecompositionDemo\" +# PROP Intermediate_Dir "..\..\out\debug6\build\appConvexDecompositionDemo\" +# PROP Ignore_Export_Lib 1 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c +# ADD CPP /nologo /vmb /vms /W3 /Gm /GX /G5 /FD /c /GR /MDd /ZI /Od /D "_MT" /D "_MBCS" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /I "." /I "..\.." /I "..\..\Bullet" /I "..\..\BulletDynamics" /I "..\..\LinearMath" /I "..\..\Extras\PhysicsInterface\Common" /I "..\..\Extras\ConvexDecomposition" /I "..\..\Glut" /I "..\..\Demos\OpenGL" /I "..\..\Extras\PhysicsInterface\CcdPhysics" +# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "_DEBUG" /D "_CONSOLE" +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 /fo".\..\..\out\debug6\build\appConvexDecompositionDemo\appConvexDecompositionDemo.res" /i "." /i "..\.." /i "..\..\Bullet" /i "..\..\BulletDynamics" /i "..\..\LinearMath" /i "..\..\Extras\PhysicsInterface\Common" /i "..\..\Extras\ConvexDecomposition" /i "..\..\Glut" /i "..\..\Demos\OpenGL" /i "..\..\Extras\PhysicsInterface\CcdPhysics" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo +LINK32=link.exe +# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386 +# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /debug /pdbtype:sept /out:"..\..\ConvexDecompositionDemo.exe" /subsystem:console /libpath:"..\..\Glut" +# Begin Special Build Tool +SOURCE="$(InputPath)" +# End Special Build Tool + +!ENDIF + +# Begin Target + +# Name "appConvexDecompositionDemo - Win32 Release" +# Name "appConvexDecompositionDemo - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\Demos\ConvexDecompositionDemo\ConvexDecompositionDemo.cpp +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\msvc\appConvexDecompositionDemo.rc +# End Source File +# End Group +# End Target +# End Project diff --git a/msvc/6/libconvexdecomposition.dsp b/msvc/6/libconvexdecomposition.dsp new file mode 100644 index 000000000..fa242dbbc --- /dev/null +++ b/msvc/6/libconvexdecomposition.dsp @@ -0,0 +1,219 @@ +# Microsoft Developer Studio Project File - Name="libconvexdecomposition" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=libconvexdecomposition - Win32 Release +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "libconvexdecomposition.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "libconvexdecomposition.mak" CFG="libconvexdecomposition - Win32 Release" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libconvexdecomposition - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "libconvexdecomposition - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "libconvexdecomposition - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "release" +# PROP BASE Intermediate_Dir "release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\out\release6\build\libconvexdecomposition\" +# PROP Intermediate_Dir "..\..\out\release6\build\libconvexdecomposition\" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c +# ADD CPP /nologo /vmb /vms /W3 /Gm /GX /G5 /FD /c /Gy /GF /MD /Ob2 /Og /Oi /Ot /Oy /D "_LIB" /D "_MT" /D "_MBCS" /D "NDEBUG" /D "_LIB" /D "_WINDOWS" /D "WIN32" /I "." /I "..\.." /I "..\..\Bullet" /I "..\..\BulletDynamics" /I "..\..\LinearMath" /I "..\..\Extras\PhysicsInterface\Common" /I "..\..\Extras\ConvexDecomposition" +# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "NDEBUG" /D "_LIB" /D "_WINDOWS" +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 /fo".\..\..\out\release6\build\libconvexdecomposition\libconvexdecomposition.res" /i "." /i "..\.." /i "..\..\Bullet" /i "..\..\BulletDynamics" /i "..\..\LinearMath" /i "..\..\Extras\PhysicsInterface\Common" /i "..\..\Extras\ConvexDecomposition" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\out\release6\libs\libconvexdecomposition.lib" +LINK32=link.exe +# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386 +# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib /nologo /version:4.0 /machine:I386 /OPT:NOREF /subsystem:windows +# Begin Special Build Tool +SOURCE="$(InputPath)" +# End Special Build Tool + +!ELSEIF "$(CFG)" == "libconvexdecomposition - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "debug" +# PROP BASE Intermediate_Dir "debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\out\debug6\build\libconvexdecomposition\" +# PROP Intermediate_Dir "..\..\out\debug6\build\libconvexdecomposition\" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c +# ADD CPP /nologo /vmb /vms /W3 /Gm /GX /G5 /FD /c /GR /MDd /ZI /Od /D "_LIB" /D "_MT" /D "_MBCS" /D "_DEBUG" /D "_LIB" /D "_WINDOWS" /D "WIN32" /I "." /I "..\.." /I "..\..\Bullet" /I "..\..\BulletDynamics" /I "..\..\LinearMath" /I "..\..\Extras\PhysicsInterface\Common" /I "..\..\Extras\ConvexDecomposition" +# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "_DEBUG" /D "_LIB" /D "_WINDOWS" +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 /fo".\..\..\out\debug6\build\libconvexdecomposition\libconvexdecomposition.res" /i "." /i "..\.." /i "..\..\Bullet" /i "..\..\BulletDynamics" /i "..\..\LinearMath" /i "..\..\Extras\PhysicsInterface\Common" /i "..\..\Extras\ConvexDecomposition" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\out\debug6\libs\libconvexdecomposition_d.lib" +LINK32=link.exe +# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386 +# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib /nologo /version:4.0 /machine:I386 /debug /pdbtype:sept /subsystem:windows +# Begin Special Build Tool +SOURCE="$(InputPath)" +# End Special Build Tool + +!ENDIF + +# Begin Target + +# Name "libconvexdecomposition - Win32 Release" +# Name "libconvexdecomposition - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\bestfit.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\bestfitobb.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\cd_hull.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\cd_wavefront.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\concavity.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\ConvexDecomposition.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\fitsphere.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\float_math.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\meshvolume.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\PlaneTri.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\raytri.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\splitplane.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\vlookup.cpp +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\bestfit.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\bestfitobb.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\cd_hull.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\cd_vector.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\cd_wavefront.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\concavity.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\ConvexDecomposition.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\fitsphere.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\float_math.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\meshvolume.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\PlaneTri.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\raytri.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\splitplane.h +# End Source File +# Begin Source File + +SOURCE=..\..\Extras\ConvexDecomposition\vlookup.h +# End Source File +# End Group +# End Target +# End Project diff --git a/msvc/7/appColladaDemo.vcproj b/msvc/7/appColladaDemo.vcproj new file mode 100644 index 000000000..726edf751 --- /dev/null +++ b/msvc/7/appColladaDemo.vcproj @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appConvexDecompositionDemo.vcproj b/msvc/7/appConvexDecompositionDemo.vcproj new file mode 100644 index 000000000..5e3f3f256 --- /dev/null +++ b/msvc/7/appConvexDecompositionDemo.vcproj @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/libconvexdecomposition.vcproj b/msvc/7/libconvexdecomposition.vcproj new file mode 100644 index 000000000..907965c3f --- /dev/null +++ b/msvc/7/libconvexdecomposition.vcproj @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appBasicSample.vcproj b/msvc/71/appBasicSample.vcproj new file mode 100644 index 000000000..d359a94d8 --- /dev/null +++ b/msvc/71/appBasicSample.vcproj @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appColladaDemo.vcproj b/msvc/71/appColladaDemo.vcproj new file mode 100644 index 000000000..bbc9b902b --- /dev/null +++ b/msvc/71/appColladaDemo.vcproj @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appConvexDecompositionDemo.vcproj b/msvc/71/appConvexDecompositionDemo.vcproj new file mode 100644 index 000000000..9d2b01fc2 --- /dev/null +++ b/msvc/71/appConvexDecompositionDemo.vcproj @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/libconvexdecomposition.vcproj b/msvc/71/libconvexdecomposition.vcproj new file mode 100644 index 000000000..06e18e429 --- /dev/null +++ b/msvc/71/libconvexdecomposition.vcproj @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appColladaDemo.vcproj b/msvc/8/appColladaDemo.vcproj new file mode 100644 index 000000000..3db7faebe --- /dev/null +++ b/msvc/8/appColladaDemo.vcproj @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appConvexDecompositionDemo.vcproj b/msvc/8/appConvexDecompositionDemo.vcproj new file mode 100644 index 000000000..5bb7742f6 --- /dev/null +++ b/msvc/8/appConvexDecompositionDemo.vcproj @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/libconvexdecomposition.vcproj b/msvc/8/libconvexdecomposition.vcproj new file mode 100644 index 000000000..2eff4f172 --- /dev/null +++ b/msvc/8/libconvexdecomposition.vcproj @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +