diff --git a/mk/msvcgen/projectx7.tlib b/mk/msvcgen/projectx7.tlib index 04f112571..cfd2b3cef 100644 --- a/mk/msvcgen/projectx7.tlib +++ b/mk/msvcgen/projectx7.tlib @@ -81,6 +81,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -119,6 +120,18 @@ IgnoreDefaultLibraryNames="LIBC,LIBCD" [% END %] +[% MACRO linker_debug_dbl BLOCK -%] + LinkIncremental="2" + GenerateDebugInformation="TRUE" + IgnoreDefaultLibraryNames="LIBC,LIBCD" +[% END %] + +[% MACRO linker_debug_dll BLOCK -%] + LinkIncremental="2" + GenerateDebugInformation="TRUE" + IgnoreDefaultLibraryNames="LIBC,LIBCD" +[% END %] + [% MACRO linker_common BLOCK -%] OutputFile="[% path([my.doc.buildroot.0, glue([my.doc.target.0, my.doc.platformsuffix.0])]) %]" [% END %] diff --git a/msvc/6/libbulletmultithreaded.dsp b/msvc/6/libbulletmultithreaded.dsp index a8f5dce72..20dbab55a 100644 --- a/msvc/6/libbulletmultithreaded.dsp +++ b/msvc/6/libbulletmultithreaded.dsp @@ -286,30 +286,14 @@ SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResul # End Source File # Begin Source File -SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuEpaPenetrationDepthSolver.cpp -# End Source File -# Begin Source File - SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.cpp # End Source File # Begin Source File -SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGjkEpa2.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGjkPairDetector.cpp -# End Source File -# Begin Source File - SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.cpp # End Source File # Begin Source File -SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuVoronoiSimplexSolver.cpp -# End Source File -# Begin Source File - SOURCE=..\..\src\BulletMultiThreaded\SpuParallelSolver.cpp # End Source File # Begin Source File @@ -442,22 +426,10 @@ SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuConvexPenetr # End Source File # Begin Source File -SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuEpaPenetrationDepthSolver.h -# End Source File -# Begin Source File - SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.h # End Source File # Begin Source File -SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGjkEpa2.h -# End Source File -# Begin Source File - -SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGjkPairDetector.h -# End Source File -# Begin Source File - SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuLocalSupport.h # End Source File # Begin Source File @@ -470,10 +442,6 @@ SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuPreferredPen # End Source File # Begin Source File -SOURCE=..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuVoronoiSimplexSolver.h -# End Source File -# Begin Source File - SOURCE=..\..\src\BulletMultiThreaded\SpuParallelSolver.h # End Source File # Begin Source File diff --git a/msvc/7/appAllBulletDemos.vcproj b/msvc/7/appAllBulletDemos.vcproj index 575288de2..bcd2bd034 100644 --- a/msvc/7/appAllBulletDemos.vcproj +++ b/msvc/7/appAllBulletDemos.vcproj @@ -1,523 +1,530 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appBasicDemo.vcproj b/msvc/7/appBasicDemo.vcproj index 986b83d91..bc2084ad2 100644 --- a/msvc/7/appBasicDemo.vcproj +++ b/msvc/7/appBasicDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appBenchmarks.vcproj b/msvc/7/appBenchmarks.vcproj index 228d1161d..89e92d754 100644 --- a/msvc/7/appBenchmarks.vcproj +++ b/msvc/7/appBenchmarks.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appBox2dDemo.vcproj b/msvc/7/appBox2dDemo.vcproj index 596ea1f06..17943e058 100644 --- a/msvc/7/appBox2dDemo.vcproj +++ b/msvc/7/appBox2dDemo.vcproj @@ -1,478 +1,485 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appBspDemo.vcproj b/msvc/7/appBspDemo.vcproj index 933e547bf..f230f7049 100644 --- a/msvc/7/appBspDemo.vcproj +++ b/msvc/7/appBspDemo.vcproj @@ -1,478 +1,485 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appBulletDino.vcproj b/msvc/7/appBulletDino.vcproj index c8c6ebb55..8409479ac 100644 --- a/msvc/7/appBulletDino.vcproj +++ b/msvc/7/appBulletDino.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appCcdPhysicsDemo.vcproj b/msvc/7/appCcdPhysicsDemo.vcproj index adef6c97f..5adf2d90a 100644 --- a/msvc/7/appCcdPhysicsDemo.vcproj +++ b/msvc/7/appCcdPhysicsDemo.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appColladaDemo.vcproj b/msvc/7/appColladaDemo.vcproj index a616daa57..ad53a9bf5 100644 --- a/msvc/7/appColladaDemo.vcproj +++ b/msvc/7/appColladaDemo.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appEPAPenDepthDemo.vcproj b/msvc/7/appEPAPenDepthDemo.vcproj index 5e5ab8cb1..021d0415a 100644 --- a/msvc/7/appEPAPenDepthDemo.vcproj +++ b/msvc/7/appEPAPenDepthDemo.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appForkLiftDemo.vcproj b/msvc/7/appForkLiftDemo.vcproj index 032f6e1c7..cc83bd71c 100644 --- a/msvc/7/appForkLiftDemo.vcproj +++ b/msvc/7/appForkLiftDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appGenericJointDemo.vcproj b/msvc/7/appGenericJointDemo.vcproj index 34be2f7cb..e77482db9 100644 --- a/msvc/7/appGenericJointDemo.vcproj +++ b/msvc/7/appGenericJointDemo.vcproj @@ -1,469 +1,476 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appGimpactTestDemo.vcproj b/msvc/7/appGimpactTestDemo.vcproj index 3248a5bc5..e40a74448 100644 --- a/msvc/7/appGimpactTestDemo.vcproj +++ b/msvc/7/appGimpactTestDemo.vcproj @@ -1,472 +1,479 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appGjkConvexCastDemo.vcproj b/msvc/7/appGjkConvexCastDemo.vcproj index 150598d20..4fad48a6c 100644 --- a/msvc/7/appGjkConvexCastDemo.vcproj +++ b/msvc/7/appGjkConvexCastDemo.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appGpu3dDemo.vcproj b/msvc/7/appGpu3dDemo.vcproj index fb1bf1934..333eb513a 100644 --- a/msvc/7/appGpu3dDemo.vcproj +++ b/msvc/7/appGpu3dDemo.vcproj @@ -1,484 +1,491 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appHeightFieldFluidDemo.vcproj b/msvc/7/appHeightFieldFluidDemo.vcproj index e526ad742..67ae5a015 100644 --- a/msvc/7/appHeightFieldFluidDemo.vcproj +++ b/msvc/7/appHeightFieldFluidDemo.vcproj @@ -1,514 +1,521 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appHelloWorld.vcproj b/msvc/7/appHelloWorld.vcproj index a22bb0494..ca5864a99 100644 --- a/msvc/7/appHelloWorld.vcproj +++ b/msvc/7/appHelloWorld.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appMiniCL_VectorAdd.vcproj b/msvc/7/appMiniCL_VectorAdd.vcproj index deae132ea..e29148396 100644 --- a/msvc/7/appMiniCL_VectorAdd.vcproj +++ b/msvc/7/appMiniCL_VectorAdd.vcproj @@ -1,459 +1,466 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appMovingConcaveDemo.vcproj b/msvc/7/appMovingConcaveDemo.vcproj index a6d6367e0..f6a5eb389 100644 --- a/msvc/7/appMovingConcaveDemo.vcproj +++ b/msvc/7/appMovingConcaveDemo.vcproj @@ -1,463 +1,470 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appMultiMaterialDemo.vcproj b/msvc/7/appMultiMaterialDemo.vcproj index ff215c0d1..f12a15950 100644 --- a/msvc/7/appMultiMaterialDemo.vcproj +++ b/msvc/7/appMultiMaterialDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appMultiThreadedDemo.vcproj b/msvc/7/appMultiThreadedDemo.vcproj index a4d08ce28..af5919f84 100644 --- a/msvc/7/appMultiThreadedDemo.vcproj +++ b/msvc/7/appMultiThreadedDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appRagdollDemo.vcproj b/msvc/7/appRagdollDemo.vcproj index 861ccb130..05a8ca8b8 100644 --- a/msvc/7/appRagdollDemo.vcproj +++ b/msvc/7/appRagdollDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appRaytracer.vcproj b/msvc/7/appRaytracer.vcproj index 2bcd1a9b3..f7b966496 100644 --- a/msvc/7/appRaytracer.vcproj +++ b/msvc/7/appRaytracer.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appSoftBodyDemo.vcproj b/msvc/7/appSoftBodyDemo.vcproj index 1201556c2..b7fb88e73 100644 --- a/msvc/7/appSoftBodyDemo.vcproj +++ b/msvc/7/appSoftBodyDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appTerrainDemo.vcproj b/msvc/7/appTerrainDemo.vcproj index 0f7e483b0..aa883c0c6 100644 --- a/msvc/7/appTerrainDemo.vcproj +++ b/msvc/7/appTerrainDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appUserCollisionAlgorithm.vcproj b/msvc/7/appUserCollisionAlgorithm.vcproj index 4ba88a028..b0013d99c 100644 --- a/msvc/7/appUserCollisionAlgorithm.vcproj +++ b/msvc/7/appUserCollisionAlgorithm.vcproj @@ -1,463 +1,470 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appVehicleDemo.vcproj b/msvc/7/appVehicleDemo.vcproj index 5686e2d17..1ee277f66 100644 --- a/msvc/7/appVehicleDemo.vcproj +++ b/msvc/7/appVehicleDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/appiffCheck.vcproj b/msvc/7/appiffCheck.vcproj index 0d19deae1..1c157785d 100644 --- a/msvc/7/appiffCheck.vcproj +++ b/msvc/7/appiffCheck.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/grpall_bullet.vcproj b/msvc/7/grpall_bullet.vcproj index 055589dde..61b917cb0 100644 --- a/msvc/7/grpall_bullet.vcproj +++ b/msvc/7/grpall_bullet.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -319,6 +320,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/grpapps_bullet.vcproj b/msvc/7/grpapps_bullet.vcproj index 491f14bc7..72dadf758 100644 --- a/msvc/7/grpapps_bullet.vcproj +++ b/msvc/7/grpapps_bullet.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -319,6 +320,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/grplibs_bullet.vcproj b/msvc/7/grplibs_bullet.vcproj index c30d4e7d1..7fe81571b 100644 --- a/msvc/7/grplibs_bullet.vcproj +++ b/msvc/7/grplibs_bullet.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -319,6 +320,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/libBulletColladaConverter.vcproj b/msvc/7/libBulletColladaConverter.vcproj index 16ce8b044..36038358c 100644 --- a/msvc/7/libBulletColladaConverter.vcproj +++ b/msvc/7/libBulletColladaConverter.vcproj @@ -1,439 +1,446 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/libGIMPACTUtils.vcproj b/msvc/7/libGIMPACTUtils.vcproj index 415301113..981787e25 100644 --- a/msvc/7/libGIMPACTUtils.vcproj +++ b/msvc/7/libGIMPACTUtils.vcproj @@ -1,432 +1,439 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/libbulletcollision.vcproj b/msvc/7/libbulletcollision.vcproj index d01cb4b04..f9c99f04a 100644 --- a/msvc/7/libbulletcollision.vcproj +++ b/msvc/7/libbulletcollision.vcproj @@ -1,1027 +1,1034 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/libbulletdynamics.vcproj b/msvc/7/libbulletdynamics.vcproj index 10e421e7d..18b8c0490 100644 --- a/msvc/7/libbulletdynamics.vcproj +++ b/msvc/7/libbulletdynamics.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -317,6 +318,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/libbulletopenglsupport.vcproj b/msvc/7/libbulletopenglsupport.vcproj index aa06578a9..2e92da9b5 100644 --- a/msvc/7/libbulletopenglsupport.vcproj +++ b/msvc/7/libbulletopenglsupport.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -317,6 +318,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/libcolladadom.vcproj b/msvc/7/libcolladadom.vcproj index e5c21f1d8..48e585a19 100644 --- a/msvc/7/libcolladadom.vcproj +++ b/msvc/7/libcolladadom.vcproj @@ -1,1026 +1,1033 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/libconvexdecomposition.vcproj b/msvc/7/libconvexdecomposition.vcproj index 8257410f8..72bf8ed0c 100644 --- a/msvc/7/libconvexdecomposition.vcproj +++ b/msvc/7/libconvexdecomposition.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -317,6 +318,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/libiff.vcproj b/msvc/7/libiff.vcproj index a014c9613..e251d0149 100644 --- a/msvc/7/libiff.vcproj +++ b/msvc/7/libiff.vcproj @@ -1,435 +1,442 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/7/liblibxml.vcproj b/msvc/7/liblibxml.vcproj index 273415c0e..aabd1edd3 100644 --- a/msvc/7/liblibxml.vcproj +++ b/msvc/7/liblibxml.vcproj @@ -1,607 +1,614 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appAllBulletDemos.vcproj b/msvc/71/appAllBulletDemos.vcproj index 046976db3..7ab96c1f4 100644 --- a/msvc/71/appAllBulletDemos.vcproj +++ b/msvc/71/appAllBulletDemos.vcproj @@ -1,523 +1,530 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appBasicDemo.vcproj b/msvc/71/appBasicDemo.vcproj index 3f45e6317..b3d156c66 100644 --- a/msvc/71/appBasicDemo.vcproj +++ b/msvc/71/appBasicDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appBenchmarks.vcproj b/msvc/71/appBenchmarks.vcproj index a870b616b..b65a22dea 100644 --- a/msvc/71/appBenchmarks.vcproj +++ b/msvc/71/appBenchmarks.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appBox2dDemo.vcproj b/msvc/71/appBox2dDemo.vcproj index b91e123f5..1015e7897 100644 --- a/msvc/71/appBox2dDemo.vcproj +++ b/msvc/71/appBox2dDemo.vcproj @@ -1,478 +1,485 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appBspDemo.vcproj b/msvc/71/appBspDemo.vcproj index 627b5fffa..1b875e600 100644 --- a/msvc/71/appBspDemo.vcproj +++ b/msvc/71/appBspDemo.vcproj @@ -1,478 +1,485 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appBulletDino.vcproj b/msvc/71/appBulletDino.vcproj index 5eba51f6e..cac60073e 100644 --- a/msvc/71/appBulletDino.vcproj +++ b/msvc/71/appBulletDino.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appCcdPhysicsDemo.vcproj b/msvc/71/appCcdPhysicsDemo.vcproj index bbd1411b8..010c3a80f 100644 --- a/msvc/71/appCcdPhysicsDemo.vcproj +++ b/msvc/71/appCcdPhysicsDemo.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appColladaDemo.vcproj b/msvc/71/appColladaDemo.vcproj index 3e58a6664..0d2f32755 100644 --- a/msvc/71/appColladaDemo.vcproj +++ b/msvc/71/appColladaDemo.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appEPAPenDepthDemo.vcproj b/msvc/71/appEPAPenDepthDemo.vcproj index 4338bf94b..1d04b3bff 100644 --- a/msvc/71/appEPAPenDepthDemo.vcproj +++ b/msvc/71/appEPAPenDepthDemo.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appForkLiftDemo.vcproj b/msvc/71/appForkLiftDemo.vcproj index 46025e6ec..213a75fdd 100644 --- a/msvc/71/appForkLiftDemo.vcproj +++ b/msvc/71/appForkLiftDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appGenericJointDemo.vcproj b/msvc/71/appGenericJointDemo.vcproj index 1656b3f16..b58756cc2 100644 --- a/msvc/71/appGenericJointDemo.vcproj +++ b/msvc/71/appGenericJointDemo.vcproj @@ -1,469 +1,476 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appGimpactTestDemo.vcproj b/msvc/71/appGimpactTestDemo.vcproj index a4a661328..2fcebb6eb 100644 --- a/msvc/71/appGimpactTestDemo.vcproj +++ b/msvc/71/appGimpactTestDemo.vcproj @@ -1,472 +1,479 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appGjkConvexCastDemo.vcproj b/msvc/71/appGjkConvexCastDemo.vcproj index f5e46ea5e..5e81a7ac4 100644 --- a/msvc/71/appGjkConvexCastDemo.vcproj +++ b/msvc/71/appGjkConvexCastDemo.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appGpu3dDemo.vcproj b/msvc/71/appGpu3dDemo.vcproj index cc2523440..57ecbc1a9 100644 --- a/msvc/71/appGpu3dDemo.vcproj +++ b/msvc/71/appGpu3dDemo.vcproj @@ -1,484 +1,491 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appHeightFieldFluidDemo.vcproj b/msvc/71/appHeightFieldFluidDemo.vcproj index cad427ff7..89588bf3d 100644 --- a/msvc/71/appHeightFieldFluidDemo.vcproj +++ b/msvc/71/appHeightFieldFluidDemo.vcproj @@ -1,514 +1,521 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appHelloWorld.vcproj b/msvc/71/appHelloWorld.vcproj index 3f09b6d9d..cd8119899 100644 --- a/msvc/71/appHelloWorld.vcproj +++ b/msvc/71/appHelloWorld.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appMiniCL_VectorAdd.vcproj b/msvc/71/appMiniCL_VectorAdd.vcproj index b18847460..7639878f7 100644 --- a/msvc/71/appMiniCL_VectorAdd.vcproj +++ b/msvc/71/appMiniCL_VectorAdd.vcproj @@ -1,459 +1,466 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appMovingConcaveDemo.vcproj b/msvc/71/appMovingConcaveDemo.vcproj index eb9fcffcb..6a82b5ffe 100644 --- a/msvc/71/appMovingConcaveDemo.vcproj +++ b/msvc/71/appMovingConcaveDemo.vcproj @@ -1,463 +1,470 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appMultiMaterialDemo.vcproj b/msvc/71/appMultiMaterialDemo.vcproj index 9efb2b4ce..14e0078ba 100644 --- a/msvc/71/appMultiMaterialDemo.vcproj +++ b/msvc/71/appMultiMaterialDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appMultiThreadedDemo.vcproj b/msvc/71/appMultiThreadedDemo.vcproj index 348a0a196..888e68c20 100644 --- a/msvc/71/appMultiThreadedDemo.vcproj +++ b/msvc/71/appMultiThreadedDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appRagdollDemo.vcproj b/msvc/71/appRagdollDemo.vcproj index 8efa028df..1956b20f0 100644 --- a/msvc/71/appRagdollDemo.vcproj +++ b/msvc/71/appRagdollDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appRaytracer.vcproj b/msvc/71/appRaytracer.vcproj index d6b987add..684aaca31 100644 --- a/msvc/71/appRaytracer.vcproj +++ b/msvc/71/appRaytracer.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appSoftBodyDemo.vcproj b/msvc/71/appSoftBodyDemo.vcproj index 9b3d4edcb..441bcdf31 100644 --- a/msvc/71/appSoftBodyDemo.vcproj +++ b/msvc/71/appSoftBodyDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appTerrainDemo.vcproj b/msvc/71/appTerrainDemo.vcproj index fcb692879..dfb7b1f98 100644 --- a/msvc/71/appTerrainDemo.vcproj +++ b/msvc/71/appTerrainDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appUserCollisionAlgorithm.vcproj b/msvc/71/appUserCollisionAlgorithm.vcproj index 691fcf544..0d25c7cfa 100644 --- a/msvc/71/appUserCollisionAlgorithm.vcproj +++ b/msvc/71/appUserCollisionAlgorithm.vcproj @@ -1,463 +1,470 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appVehicleDemo.vcproj b/msvc/71/appVehicleDemo.vcproj index e9c2c78d2..de94376a9 100644 --- a/msvc/71/appVehicleDemo.vcproj +++ b/msvc/71/appVehicleDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/appiffCheck.vcproj b/msvc/71/appiffCheck.vcproj index 73d24f293..e22cb7cd3 100644 --- a/msvc/71/appiffCheck.vcproj +++ b/msvc/71/appiffCheck.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/grpall_bullet.vcproj b/msvc/71/grpall_bullet.vcproj index 3f55ba758..3406b1448 100644 --- a/msvc/71/grpall_bullet.vcproj +++ b/msvc/71/grpall_bullet.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -319,6 +320,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/grpapps_bullet.vcproj b/msvc/71/grpapps_bullet.vcproj index 2a20c447c..15fc3bdbb 100644 --- a/msvc/71/grpapps_bullet.vcproj +++ b/msvc/71/grpapps_bullet.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -319,6 +320,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/grplibs_bullet.vcproj b/msvc/71/grplibs_bullet.vcproj index 2784302bf..98674e26f 100644 --- a/msvc/71/grplibs_bullet.vcproj +++ b/msvc/71/grplibs_bullet.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -319,6 +320,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/libBulletColladaConverter.vcproj b/msvc/71/libBulletColladaConverter.vcproj index 3663f7b0f..0d7388527 100644 --- a/msvc/71/libBulletColladaConverter.vcproj +++ b/msvc/71/libBulletColladaConverter.vcproj @@ -1,439 +1,446 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/libGIMPACTUtils.vcproj b/msvc/71/libGIMPACTUtils.vcproj index 7ae27fdd1..58e6a1be9 100644 --- a/msvc/71/libGIMPACTUtils.vcproj +++ b/msvc/71/libGIMPACTUtils.vcproj @@ -1,432 +1,439 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/libbulletcollision.vcproj b/msvc/71/libbulletcollision.vcproj index aced93540..861db48fd 100644 --- a/msvc/71/libbulletcollision.vcproj +++ b/msvc/71/libbulletcollision.vcproj @@ -1,1027 +1,1034 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/libbulletdynamics.vcproj b/msvc/71/libbulletdynamics.vcproj index 3dc701c69..f2e775333 100644 --- a/msvc/71/libbulletdynamics.vcproj +++ b/msvc/71/libbulletdynamics.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -317,6 +318,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/libbulletopenglsupport.vcproj b/msvc/71/libbulletopenglsupport.vcproj index 6c2dc4470..6269a4dbc 100644 --- a/msvc/71/libbulletopenglsupport.vcproj +++ b/msvc/71/libbulletopenglsupport.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -317,6 +318,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/libcolladadom.vcproj b/msvc/71/libcolladadom.vcproj index 0c01685d4..2f87eacb2 100644 --- a/msvc/71/libcolladadom.vcproj +++ b/msvc/71/libcolladadom.vcproj @@ -1,1026 +1,1033 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/libconvexdecomposition.vcproj b/msvc/71/libconvexdecomposition.vcproj index 4e54d2f22..f79051435 100644 --- a/msvc/71/libconvexdecomposition.vcproj +++ b/msvc/71/libconvexdecomposition.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -317,6 +318,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/libiff.vcproj b/msvc/71/libiff.vcproj index 9b3efac1b..da6285158 100644 --- a/msvc/71/libiff.vcproj +++ b/msvc/71/libiff.vcproj @@ -1,435 +1,442 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/71/liblibxml.vcproj b/msvc/71/liblibxml.vcproj index 74758ecff..bb717ca83 100644 --- a/msvc/71/liblibxml.vcproj +++ b/msvc/71/liblibxml.vcproj @@ -1,607 +1,614 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appAllBulletDemos.vcproj b/msvc/8/appAllBulletDemos.vcproj index 901840b46..8e4b57c6e 100644 --- a/msvc/8/appAllBulletDemos.vcproj +++ b/msvc/8/appAllBulletDemos.vcproj @@ -1,523 +1,530 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appBasicDemo.vcproj b/msvc/8/appBasicDemo.vcproj index 8c5a68718..5aa8b6902 100644 --- a/msvc/8/appBasicDemo.vcproj +++ b/msvc/8/appBasicDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appBenchmarks.vcproj b/msvc/8/appBenchmarks.vcproj index 0f60e8fe6..60e9be2a5 100644 --- a/msvc/8/appBenchmarks.vcproj +++ b/msvc/8/appBenchmarks.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appBox2dDemo.vcproj b/msvc/8/appBox2dDemo.vcproj index 14449cd75..2de9bc707 100644 --- a/msvc/8/appBox2dDemo.vcproj +++ b/msvc/8/appBox2dDemo.vcproj @@ -1,478 +1,485 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appBspDemo.vcproj b/msvc/8/appBspDemo.vcproj index 7d9c535db..b8773add6 100644 --- a/msvc/8/appBspDemo.vcproj +++ b/msvc/8/appBspDemo.vcproj @@ -1,478 +1,485 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appBulletDino.vcproj b/msvc/8/appBulletDino.vcproj index 0c25bd241..660a843d8 100644 --- a/msvc/8/appBulletDino.vcproj +++ b/msvc/8/appBulletDino.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appCcdPhysicsDemo.vcproj b/msvc/8/appCcdPhysicsDemo.vcproj index 1b2e26c6d..86c457d52 100644 --- a/msvc/8/appCcdPhysicsDemo.vcproj +++ b/msvc/8/appCcdPhysicsDemo.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appColladaDemo.vcproj b/msvc/8/appColladaDemo.vcproj index db6454b73..f0413ce8e 100644 --- a/msvc/8/appColladaDemo.vcproj +++ b/msvc/8/appColladaDemo.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appEPAPenDepthDemo.vcproj b/msvc/8/appEPAPenDepthDemo.vcproj index baf678466..86cdbbe1f 100644 --- a/msvc/8/appEPAPenDepthDemo.vcproj +++ b/msvc/8/appEPAPenDepthDemo.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appForkLiftDemo.vcproj b/msvc/8/appForkLiftDemo.vcproj index 0a13e61c2..69d4267a7 100644 --- a/msvc/8/appForkLiftDemo.vcproj +++ b/msvc/8/appForkLiftDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appGenericJointDemo.vcproj b/msvc/8/appGenericJointDemo.vcproj index 1a60bc179..87da2692a 100644 --- a/msvc/8/appGenericJointDemo.vcproj +++ b/msvc/8/appGenericJointDemo.vcproj @@ -1,469 +1,476 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appGimpactTestDemo.vcproj b/msvc/8/appGimpactTestDemo.vcproj index bcee157db..e6036e64d 100644 --- a/msvc/8/appGimpactTestDemo.vcproj +++ b/msvc/8/appGimpactTestDemo.vcproj @@ -1,472 +1,479 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appGjkConvexCastDemo.vcproj b/msvc/8/appGjkConvexCastDemo.vcproj index 07f6212f9..52a7a25a7 100644 --- a/msvc/8/appGjkConvexCastDemo.vcproj +++ b/msvc/8/appGjkConvexCastDemo.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appGpu3dDemo.vcproj b/msvc/8/appGpu3dDemo.vcproj index 51723d834..cc9b200b6 100644 --- a/msvc/8/appGpu3dDemo.vcproj +++ b/msvc/8/appGpu3dDemo.vcproj @@ -1,484 +1,491 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appHeightFieldFluidDemo.vcproj b/msvc/8/appHeightFieldFluidDemo.vcproj index f4559fe55..0e48c17dc 100644 --- a/msvc/8/appHeightFieldFluidDemo.vcproj +++ b/msvc/8/appHeightFieldFluidDemo.vcproj @@ -1,514 +1,521 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appHelloWorld.vcproj b/msvc/8/appHelloWorld.vcproj index c623ef429..0a546a32f 100644 --- a/msvc/8/appHelloWorld.vcproj +++ b/msvc/8/appHelloWorld.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appMiniCL_VectorAdd.vcproj b/msvc/8/appMiniCL_VectorAdd.vcproj index c99b1dfde..47da0933f 100644 --- a/msvc/8/appMiniCL_VectorAdd.vcproj +++ b/msvc/8/appMiniCL_VectorAdd.vcproj @@ -1,459 +1,466 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appMovingConcaveDemo.vcproj b/msvc/8/appMovingConcaveDemo.vcproj index 03338daa2..466b8e0de 100644 --- a/msvc/8/appMovingConcaveDemo.vcproj +++ b/msvc/8/appMovingConcaveDemo.vcproj @@ -1,463 +1,470 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appMultiMaterialDemo.vcproj b/msvc/8/appMultiMaterialDemo.vcproj index 4ac1e7e31..c6fee3f7a 100644 --- a/msvc/8/appMultiMaterialDemo.vcproj +++ b/msvc/8/appMultiMaterialDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appMultiThreadedDemo.vcproj b/msvc/8/appMultiThreadedDemo.vcproj index 1828899f7..8879fb3ce 100644 --- a/msvc/8/appMultiThreadedDemo.vcproj +++ b/msvc/8/appMultiThreadedDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appRagdollDemo.vcproj b/msvc/8/appRagdollDemo.vcproj index f96692856..1eb1ec863 100644 --- a/msvc/8/appRagdollDemo.vcproj +++ b/msvc/8/appRagdollDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appRaytracer.vcproj b/msvc/8/appRaytracer.vcproj index 4ea34704b..4c0145815 100644 --- a/msvc/8/appRaytracer.vcproj +++ b/msvc/8/appRaytracer.vcproj @@ -103,6 +103,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -329,6 +330,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appSoftBodyDemo.vcproj b/msvc/8/appSoftBodyDemo.vcproj index 945cc8e20..f05300354 100644 --- a/msvc/8/appSoftBodyDemo.vcproj +++ b/msvc/8/appSoftBodyDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appTerrainDemo.vcproj b/msvc/8/appTerrainDemo.vcproj index 68200586a..985cb8ae8 100644 --- a/msvc/8/appTerrainDemo.vcproj +++ b/msvc/8/appTerrainDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appUserCollisionAlgorithm.vcproj b/msvc/8/appUserCollisionAlgorithm.vcproj index 69dd6ec83..c122cbe0c 100644 --- a/msvc/8/appUserCollisionAlgorithm.vcproj +++ b/msvc/8/appUserCollisionAlgorithm.vcproj @@ -1,463 +1,470 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appVehicleDemo.vcproj b/msvc/8/appVehicleDemo.vcproj index d9ab27378..27e2ec446 100644 --- a/msvc/8/appVehicleDemo.vcproj +++ b/msvc/8/appVehicleDemo.vcproj @@ -1,466 +1,473 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/appiffCheck.vcproj b/msvc/8/appiffCheck.vcproj index d91d4e6ac..75e82758e 100644 --- a/msvc/8/appiffCheck.vcproj +++ b/msvc/8/appiffCheck.vcproj @@ -1,456 +1,463 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/grpall_bullet.vcproj b/msvc/8/grpall_bullet.vcproj index 20d7e3276..32d9f8f86 100644 --- a/msvc/8/grpall_bullet.vcproj +++ b/msvc/8/grpall_bullet.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -319,6 +320,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/grpapps_bullet.vcproj b/msvc/8/grpapps_bullet.vcproj index a78e48b07..d994cb8cb 100644 --- a/msvc/8/grpapps_bullet.vcproj +++ b/msvc/8/grpapps_bullet.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -319,6 +320,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/grplibs_bullet.vcproj b/msvc/8/grplibs_bullet.vcproj index f6a4bf499..7ee139365 100644 --- a/msvc/8/grplibs_bullet.vcproj +++ b/msvc/8/grplibs_bullet.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -319,6 +320,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/libBulletColladaConverter.vcproj b/msvc/8/libBulletColladaConverter.vcproj index 6737a3f3f..be0f8e2d2 100644 --- a/msvc/8/libBulletColladaConverter.vcproj +++ b/msvc/8/libBulletColladaConverter.vcproj @@ -1,439 +1,446 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/libGIMPACTUtils.vcproj b/msvc/8/libGIMPACTUtils.vcproj index 10b3e2753..fb3984796 100644 --- a/msvc/8/libGIMPACTUtils.vcproj +++ b/msvc/8/libGIMPACTUtils.vcproj @@ -1,432 +1,439 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/libbulletcollision.vcproj b/msvc/8/libbulletcollision.vcproj index 3b1a3e245..208a2845c 100644 --- a/msvc/8/libbulletcollision.vcproj +++ b/msvc/8/libbulletcollision.vcproj @@ -1,1027 +1,1034 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/libbulletdynamics.vcproj b/msvc/8/libbulletdynamics.vcproj index 01c6eabe5..93a83d90d 100644 --- a/msvc/8/libbulletdynamics.vcproj +++ b/msvc/8/libbulletdynamics.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -317,6 +318,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/libbulletopenglsupport.vcproj b/msvc/8/libbulletopenglsupport.vcproj index c7db86a86..084b82711 100644 --- a/msvc/8/libbulletopenglsupport.vcproj +++ b/msvc/8/libbulletopenglsupport.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -317,6 +318,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/libcolladadom.vcproj b/msvc/8/libcolladadom.vcproj index 14aba65a7..1762f7868 100644 --- a/msvc/8/libcolladadom.vcproj +++ b/msvc/8/libcolladadom.vcproj @@ -1,1026 +1,1033 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/libconvexdecomposition.vcproj b/msvc/8/libconvexdecomposition.vcproj index e4463bdd7..51d6b7d4d 100644 --- a/msvc/8/libconvexdecomposition.vcproj +++ b/msvc/8/libconvexdecomposition.vcproj @@ -99,6 +99,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" + FloatingPointModel="2" RuntimeLibrary="2" DebugInformationFormat="3" BufferSecurityCheck="FALSE" @@ -317,6 +318,9 @@ Name="VCCustomBuildTool"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/libiff.vcproj b/msvc/8/libiff.vcproj index bc7eebe98..81c68380e 100644 --- a/msvc/8/libiff.vcproj +++ b/msvc/8/libiff.vcproj @@ -1,435 +1,442 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/8/liblibxml.vcproj b/msvc/8/liblibxml.vcproj index e4f00f5ee..548ae0366 100644 --- a/msvc/8/liblibxml.vcproj +++ b/msvc/8/liblibxml.vcproj @@ -1,607 +1,614 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/appAllBulletDemos.rc b/msvc/appAllBulletDemos.rc index c45684aa3..06d57900a 100644 --- a/msvc/appAllBulletDemos.rc +++ b/msvc/appAllBulletDemos.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "AllBulletDemos" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "AllBulletDemos" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appBasicDemo.rc b/msvc/appBasicDemo.rc index 8439b0f7d..826f912b4 100644 --- a/msvc/appBasicDemo.rc +++ b/msvc/appBasicDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "BasicDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "BasicDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appBenchmarks.rc b/msvc/appBenchmarks.rc index 89b2054fb..9697c2e9c 100644 --- a/msvc/appBenchmarks.rc +++ b/msvc/appBenchmarks.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "Benchmarks" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "Benchmarks" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appBox2dDemo.rc b/msvc/appBox2dDemo.rc index af170704f..73bd24b9f 100644 --- a/msvc/appBox2dDemo.rc +++ b/msvc/appBox2dDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "Box2dDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "Box2dDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appBspDemo.rc b/msvc/appBspDemo.rc index 307852f14..5d346f733 100644 --- a/msvc/appBspDemo.rc +++ b/msvc/appBspDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "BspDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "BspDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appBulletDino.rc b/msvc/appBulletDino.rc index c127fd290..53f1844c2 100644 --- a/msvc/appBulletDino.rc +++ b/msvc/appBulletDino.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "BulletDino" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "BulletDino" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appCharacterDemo.rc b/msvc/appCharacterDemo.rc index e0fa00746..02cc3d966 100644 --- a/msvc/appCharacterDemo.rc +++ b/msvc/appCharacterDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "CharacterDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "CharacterDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appDoublePrecisionDemo.rc b/msvc/appDoublePrecisionDemo.rc index 8d119fa2d..78710fd23 100644 --- a/msvc/appDoublePrecisionDemo.rc +++ b/msvc/appDoublePrecisionDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "DoublePrecisionDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "DoublePrecisionDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appEPAPenDepthDemo.rc b/msvc/appEPAPenDepthDemo.rc index d1d7e20c2..f42b85ab2 100644 --- a/msvc/appEPAPenDepthDemo.rc +++ b/msvc/appEPAPenDepthDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "EPAPenDepthDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "EPAPenDepthDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appForkLiftDemo.rc b/msvc/appForkLiftDemo.rc index 3b27b5f8c..f5ed4b185 100644 --- a/msvc/appForkLiftDemo.rc +++ b/msvc/appForkLiftDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "ForkLiftDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "ForkLiftDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appGenericJointDemo.rc b/msvc/appGenericJointDemo.rc index 8626dd605..0907a2e66 100644 --- a/msvc/appGenericJointDemo.rc +++ b/msvc/appGenericJointDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "GenericJointDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "GenericJointDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appGimpactTestDemo.rc b/msvc/appGimpactTestDemo.rc index 5847820b4..bb77e77c8 100644 --- a/msvc/appGimpactTestDemo.rc +++ b/msvc/appGimpactTestDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "GimpactTestDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "GimpactTestDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appGpu2dDemo.rc b/msvc/appGpu2dDemo.rc index 8e0b19aaa..fffac483f 100644 --- a/msvc/appGpu2dDemo.rc +++ b/msvc/appGpu2dDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "Gpu2dDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "Gpu2dDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appGpu3dDemo.rc b/msvc/appGpu3dDemo.rc index a8c44520a..d9078cfa7 100644 --- a/msvc/appGpu3dDemo.rc +++ b/msvc/appGpu3dDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "Gpu3dDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "Gpu3dDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appHeightFieldFluidDemo.rc b/msvc/appHeightFieldFluidDemo.rc index 6dafe9530..c1dd25f39 100644 --- a/msvc/appHeightFieldFluidDemo.rc +++ b/msvc/appHeightFieldFluidDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "HeightFieldFluidDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "HeightFieldFluidDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appHelloWorld.rc b/msvc/appHelloWorld.rc index c885f81ef..c293157d2 100644 --- a/msvc/appHelloWorld.rc +++ b/msvc/appHelloWorld.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "HelloWorld" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "HelloWorld" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appMiniCL_VectorAdd.rc b/msvc/appMiniCL_VectorAdd.rc index 7a6f39ac5..fd475ff73 100644 --- a/msvc/appMiniCL_VectorAdd.rc +++ b/msvc/appMiniCL_VectorAdd.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "MiniCL_VectorAdd" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "MiniCL_VectorAdd" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appMovingConcaveDemo.rc b/msvc/appMovingConcaveDemo.rc index 6ff94124a..aad81a302 100644 --- a/msvc/appMovingConcaveDemo.rc +++ b/msvc/appMovingConcaveDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "MovingConcaveDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "MovingConcaveDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appMultiMaterialDemo.rc b/msvc/appMultiMaterialDemo.rc index 2994bea57..d49afd921 100644 --- a/msvc/appMultiMaterialDemo.rc +++ b/msvc/appMultiMaterialDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "MultiMaterialDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "MultiMaterialDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appMultiThreadedDemo.rc b/msvc/appMultiThreadedDemo.rc index c27bc0a3c..6e22fb64f 100644 --- a/msvc/appMultiThreadedDemo.rc +++ b/msvc/appMultiThreadedDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "MultiThreadedDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "MultiThreadedDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appRagdollDemo.rc b/msvc/appRagdollDemo.rc index ea4923f79..009bd8105 100644 --- a/msvc/appRagdollDemo.rc +++ b/msvc/appRagdollDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "RagdollDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "RagdollDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appSliderConstraintDemo.rc b/msvc/appSliderConstraintDemo.rc index 7df57e7f8..8d9b0d330 100644 --- a/msvc/appSliderConstraintDemo.rc +++ b/msvc/appSliderConstraintDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "SliderConstraintDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "SliderConstraintDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appSoftBodyDemo.rc b/msvc/appSoftBodyDemo.rc index 8e9964f4f..ddde98a68 100644 --- a/msvc/appSoftBodyDemo.rc +++ b/msvc/appSoftBodyDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "SoftBodyDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "SoftBodyDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appTerrainDemo.rc b/msvc/appTerrainDemo.rc index 6356a7752..38fbcfe97 100644 --- a/msvc/appTerrainDemo.rc +++ b/msvc/appTerrainDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "TerrainDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "TerrainDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appUserCollisionAlgorithm.rc b/msvc/appUserCollisionAlgorithm.rc index d18e1aa4f..f1ce21357 100644 --- a/msvc/appUserCollisionAlgorithm.rc +++ b/msvc/appUserCollisionAlgorithm.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "UserCollisionAlgorithm" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "UserCollisionAlgorithm" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appVehicleDemo.rc b/msvc/appVehicleDemo.rc index bd3f0035f..0a54309e4 100644 --- a/msvc/appVehicleDemo.rc +++ b/msvc/appVehicleDemo.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "VehicleDemo" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "VehicleDemo" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico" diff --git a/msvc/appiffCheck.rc b/msvc/appiffCheck.rc index 16587836e..75c311482 100644 --- a/msvc/appiffCheck.rc +++ b/msvc/appiffCheck.rc @@ -1,30 +1,30 @@ -// This file is generated automatically. - -1 VERSIONINFO -FILEVERSION 2, 75, 0, 0 -PRODUCTVERSION 2, 75, 0, 0 -#ifdef CS_DEBUG -FILEFLAGS 0x1 -#else -FILEFLAGS 0x0 -#endif -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" - VALUE "ProductVersion", "2.75" - VALUE "FileVersion", "2.75" - VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" - VALUE "FileDescription", "iffCheck" -#ifdef CS_DEBUG - VALUE "Comments", "Debug build" -#else - VALUE "Comments", "Release build" -#endif - VALUE "WWW", "http://www.bulletphysics.com" - } - } -} -1 ICON "../../msvc/bullet_ico.ico" +// This file is generated automatically. + +1 VERSIONINFO +FILEVERSION 2, 75, 0, 0 +PRODUCTVERSION 2, 75, 0, 0 +#ifdef CS_DEBUG +FILEFLAGS 0x1 +#else +FILEFLAGS 0x0 +#endif +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library" + VALUE "ProductVersion", "2.75" + VALUE "FileVersion", "2.75" + VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans" + VALUE "FileDescription", "iffCheck" +#ifdef CS_DEBUG + VALUE "Comments", "Debug build" +#else + VALUE "Comments", "Release build" +#endif + VALUE "WWW", "http://www.bulletphysics.com" + } + } +} +1 ICON "../../msvc/bullet_ico.ico"