Browse Source

ps4: prepare for the fioutaah!

legacy
Sam Hocevar sam 11 years ago
parent
commit
7468547abc
16 changed files with 1583 additions and 1350 deletions
  1. +107
    -1
      build/vs2010/Lol.sln
  2. +468
    -460
      src/bullet/lolbullet.vcxproj
  3. +15
    -0
      src/lolcore.vcxproj
  4. +8
    -0
      src/lua/lollua.vcxproj
  5. +80
    -72
      test/benchsuite.vcxproj
  6. +95
    -87
      test/btphystest.vcxproj
  7. +85
    -77
      test/meshviewer.vcxproj
  8. +93
    -85
      test/testsuite.vcxproj
  9. +79
    -71
      tutorial/01_triangle.vcxproj
  10. +79
    -71
      tutorial/02_cube.vcxproj
  11. +79
    -71
      tutorial/03_noise.vcxproj
  12. +79
    -71
      tutorial/04_texture.vcxproj
  13. +76
    -68
      tutorial/05_easymesh.vcxproj
  14. +79
    -71
      tutorial/08_fbo.vcxproj
  15. +79
    -71
      tutorial/11_fractal.vcxproj
  16. +82
    -74
      tutorial/12_voronoi.vcxproj

+ 107
- 1
build/vs2010/Lol.sln View File

@@ -140,7 +140,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "benlitzTest1", "..\..\peopl
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "meshviewer", "..\..\test\meshviewer.vcxproj", "{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tactics", "..\..\people\touky\private\tactics\tactics.vcxproj", "{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tactics", "..\..\people\touky\private\Tactics\tactics.vcxproj", "{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "12_Voronoi", "..\..\tutorial\12_Voronoi.vcxproj", "{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}"
EndProject
@@ -154,12 +154,14 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|ORBIS = Debug|ORBIS
Debug|PS3 = Debug|PS3
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Debug|Xbox 360 = Debug|Xbox 360
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|ORBIS = Release|ORBIS
Release|PS3 = Release|PS3
Release|Win32 = Release|Win32
Release|x64 = Release|x64
@@ -168,6 +170,8 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Debug|Any CPU.ActiveCfg = Debug|Win32
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Debug|ORBIS.Build.0 = Debug|ORBIS
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Debug|PS3.ActiveCfg = Debug|PS3
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Debug|PS3.Build.0 = Debug|PS3
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -179,6 +183,8 @@ Global
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Debug|Xbox 360.Deploy.0 = Debug|Xbox 360
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Release|Any CPU.ActiveCfg = Release|Win32
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Release|ORBIS.ActiveCfg = Release|ORBIS
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Release|ORBIS.Build.0 = Release|ORBIS
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Release|PS3.ActiveCfg = Release|PS3
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Release|PS3.Build.0 = Release|PS3
{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Release|Win32.ActiveCfg = Release|Win32
@@ -191,6 +197,8 @@ Global
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Debug|Any CPU.ActiveCfg = Debug|Win32
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Debug|ORBIS.Build.0 = Debug|ORBIS
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Debug|PS3.ActiveCfg = Debug|PS3
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Debug|PS3.Build.0 = Debug|PS3
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -203,6 +211,8 @@ Global
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Release|Any CPU.ActiveCfg = Release|Win32
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Release|Mixed Platforms.Build.0 = Release|Win32
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Release|ORBIS.ActiveCfg = Release|ORBIS
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Release|ORBIS.Build.0 = Release|ORBIS
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Release|PS3.ActiveCfg = Release|PS3
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Release|PS3.Build.0 = Release|PS3
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Release|Win32.ActiveCfg = Release|Win32
@@ -214,6 +224,7 @@ Global
{17F0F184-4436-4D08-B8AA-16572EA238DB}.Release|Xbox 360.Deploy.0 = Release|Xbox 360
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Debug|Any CPU.ActiveCfg = Debug|Win32
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Debug|PS3.ActiveCfg = Debug|PS3
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Debug|Win32.ActiveCfg = Debug|Win32
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Debug|Win32.Build.0 = Debug|Win32
@@ -221,6 +232,7 @@ Global
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Release|Any CPU.ActiveCfg = Release|Win32
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Release|ORBIS.ActiveCfg = Release|ORBIS
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Release|PS3.ActiveCfg = Release|PS3
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Release|Win32.ActiveCfg = Release|Win32
{9C66B179-0737-4BDA-AB42-2ADE478A9008}.Release|Win32.Build.0 = Release|Win32
@@ -229,6 +241,8 @@ Global
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Debug|Any CPU.ActiveCfg = Debug|Win32
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Debug|ORBIS.Build.0 = Debug|ORBIS
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Debug|PS3.ActiveCfg = Debug|PS3
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Debug|PS3.Build.0 = Debug|PS3
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -241,6 +255,8 @@ Global
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Release|Any CPU.ActiveCfg = Release|Win32
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Release|Mixed Platforms.Build.0 = Release|Win32
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Release|ORBIS.ActiveCfg = Release|ORBIS
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Release|ORBIS.Build.0 = Release|ORBIS
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Release|PS3.ActiveCfg = Release|PS3
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Release|PS3.Build.0 = Release|PS3
{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}.Release|Win32.ActiveCfg = Release|Win32
@@ -253,6 +269,8 @@ Global
{83D3B207-C601-4025-8F41-01DEDC354661}.Debug|Any CPU.ActiveCfg = Debug|Win32
{83D3B207-C601-4025-8F41-01DEDC354661}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{83D3B207-C601-4025-8F41-01DEDC354661}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{83D3B207-C601-4025-8F41-01DEDC354661}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{83D3B207-C601-4025-8F41-01DEDC354661}.Debug|ORBIS.Build.0 = Debug|ORBIS
{83D3B207-C601-4025-8F41-01DEDC354661}.Debug|PS3.ActiveCfg = Debug|PS3
{83D3B207-C601-4025-8F41-01DEDC354661}.Debug|PS3.Build.0 = Debug|PS3
{83D3B207-C601-4025-8F41-01DEDC354661}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -265,6 +283,8 @@ Global
{83D3B207-C601-4025-8F41-01DEDC354661}.Release|Any CPU.ActiveCfg = Release|Win32
{83D3B207-C601-4025-8F41-01DEDC354661}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{83D3B207-C601-4025-8F41-01DEDC354661}.Release|Mixed Platforms.Build.0 = Release|Win32
{83D3B207-C601-4025-8F41-01DEDC354661}.Release|ORBIS.ActiveCfg = Release|ORBIS
{83D3B207-C601-4025-8F41-01DEDC354661}.Release|ORBIS.Build.0 = Release|ORBIS
{83D3B207-C601-4025-8F41-01DEDC354661}.Release|PS3.ActiveCfg = Release|PS3
{83D3B207-C601-4025-8F41-01DEDC354661}.Release|PS3.Build.0 = Release|PS3
{83D3B207-C601-4025-8F41-01DEDC354661}.Release|Win32.ActiveCfg = Release|Win32
@@ -277,6 +297,8 @@ Global
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Debug|Any CPU.ActiveCfg = Debug|Win32
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Debug|ORBIS.Build.0 = Debug|ORBIS
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Debug|PS3.ActiveCfg = Debug|PS3
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Debug|PS3.Build.0 = Debug|PS3
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -289,6 +311,8 @@ Global
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Release|Any CPU.ActiveCfg = Release|Win32
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Release|Mixed Platforms.Build.0 = Release|Win32
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Release|ORBIS.ActiveCfg = Release|ORBIS
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Release|ORBIS.Build.0 = Release|ORBIS
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Release|PS3.ActiveCfg = Release|PS3
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Release|PS3.Build.0 = Release|PS3
{D84021CA-B233-4E0F-8A52-071B83BBCCC4}.Release|Win32.ActiveCfg = Release|Win32
@@ -301,6 +325,8 @@ Global
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Debug|Any CPU.ActiveCfg = Debug|Win32
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Debug|ORBIS.Build.0 = Debug|ORBIS
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Debug|PS3.ActiveCfg = Debug|PS3
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Debug|PS3.Build.0 = Debug|PS3
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -313,6 +339,8 @@ Global
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Release|Any CPU.ActiveCfg = Release|Win32
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Release|Mixed Platforms.Build.0 = Release|Win32
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Release|ORBIS.ActiveCfg = Release|ORBIS
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Release|ORBIS.Build.0 = Release|ORBIS
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Release|PS3.ActiveCfg = Release|PS3
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Release|PS3.Build.0 = Release|PS3
{B1E10086-A1DA-401A-834D-969C9DBB5CC1}.Release|Win32.ActiveCfg = Release|Win32
@@ -325,6 +353,8 @@ Global
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Debug|Any CPU.ActiveCfg = Debug|Win32
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Debug|ORBIS.Build.0 = Debug|ORBIS
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Debug|PS3.ActiveCfg = Debug|PS3
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Debug|PS3.Build.0 = Debug|PS3
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -337,6 +367,8 @@ Global
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Release|Any CPU.ActiveCfg = Release|Win32
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Release|Mixed Platforms.Build.0 = Release|Win32
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Release|ORBIS.ActiveCfg = Release|ORBIS
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Release|ORBIS.Build.0 = Release|ORBIS
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Release|PS3.ActiveCfg = Release|PS3
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Release|PS3.Build.0 = Release|PS3
{80F81C11-8DA2-4990-91CB-9807783BA46E}.Release|Win32.ActiveCfg = Release|Win32
@@ -349,6 +381,8 @@ Global
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Debug|Any CPU.ActiveCfg = Debug|Win32
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Debug|ORBIS.Build.0 = Debug|ORBIS
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Debug|PS3.ActiveCfg = Debug|PS3
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Debug|PS3.Build.0 = Debug|PS3
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -362,6 +396,8 @@ Global
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Release|Mixed Platforms.Build.0 = Release|Win32
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Release|Mixed Platforms.Deploy.0 = Release|Win32
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Release|ORBIS.ActiveCfg = Release|ORBIS
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Release|ORBIS.Build.0 = Release|ORBIS
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Release|PS3.ActiveCfg = Release|PS3
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Release|PS3.Build.0 = Release|PS3
{B92ABADC-45BE-4CC5-B724-9426053123A1}.Release|Win32.ActiveCfg = Release|Win32
@@ -374,6 +410,8 @@ Global
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Debug|Any CPU.ActiveCfg = Debug|Win32
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Debug|ORBIS.Build.0 = Debug|ORBIS
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Debug|PS3.ActiveCfg = Debug|PS3
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Debug|PS3.Build.0 = Debug|PS3
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -386,6 +424,8 @@ Global
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Release|Any CPU.ActiveCfg = Release|Win32
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Release|Mixed Platforms.Build.0 = Release|Win32
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Release|ORBIS.ActiveCfg = Release|ORBIS
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Release|ORBIS.Build.0 = Release|ORBIS
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Release|PS3.ActiveCfg = Release|PS3
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Release|PS3.Build.0 = Release|PS3
{7B083DA2-FE08-4F6D-BFDD-195D5C2783EB}.Release|Win32.ActiveCfg = Release|Win32
@@ -398,6 +438,8 @@ Global
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Debug|Any CPU.ActiveCfg = Debug|Win32
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Debug|ORBIS.Build.0 = Debug|ORBIS
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Debug|PS3.ActiveCfg = Debug|PS3
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Debug|PS3.Build.0 = Debug|PS3
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -410,6 +452,8 @@ Global
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Release|Any CPU.ActiveCfg = Release|Win32
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Release|Mixed Platforms.Build.0 = Release|Win32
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Release|ORBIS.ActiveCfg = Release|ORBIS
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Release|ORBIS.Build.0 = Release|ORBIS
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Release|PS3.ActiveCfg = Release|PS3
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Release|PS3.Build.0 = Release|PS3
{1C5B8702-290C-42DA-AA9E-671348F5B747}.Release|Win32.ActiveCfg = Release|Win32
@@ -422,6 +466,8 @@ Global
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Debug|Any CPU.ActiveCfg = Debug|Win32
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Debug|ORBIS.Build.0 = Debug|ORBIS
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Debug|PS3.ActiveCfg = Debug|PS3
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Debug|PS3.Build.0 = Debug|PS3
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -434,6 +480,8 @@ Global
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Release|Any CPU.ActiveCfg = Release|Win32
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Release|Mixed Platforms.Build.0 = Release|Win32
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Release|ORBIS.ActiveCfg = Release|ORBIS
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Release|ORBIS.Build.0 = Release|ORBIS
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Release|PS3.ActiveCfg = Release|PS3
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Release|PS3.Build.0 = Release|PS3
{6BF81B39-EDC2-4227-9992-C2D8ABEA95AF}.Release|Win32.ActiveCfg = Release|Win32
@@ -446,6 +494,8 @@ Global
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Debug|Any CPU.ActiveCfg = Debug|Win32
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Debug|ORBIS.Build.0 = Debug|ORBIS
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Debug|PS3.ActiveCfg = Debug|PS3
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Debug|PS3.Build.0 = Debug|PS3
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -458,6 +508,8 @@ Global
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Release|Any CPU.ActiveCfg = Release|Win32
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Release|Mixed Platforms.Build.0 = Release|Win32
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Release|ORBIS.ActiveCfg = Release|ORBIS
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Release|ORBIS.Build.0 = Release|ORBIS
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Release|PS3.ActiveCfg = Release|PS3
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Release|PS3.Build.0 = Release|PS3
{32F3F8CF-D22E-45E4-BEB8-AD909E8C5515}.Release|Win32.ActiveCfg = Release|Win32
@@ -470,6 +522,8 @@ Global
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Debug|Any CPU.ActiveCfg = Debug|Win32
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Debug|ORBIS.Build.0 = Debug|ORBIS
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Debug|PS3.ActiveCfg = Debug|PS3
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Debug|PS3.Build.0 = Debug|PS3
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -482,6 +536,8 @@ Global
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Release|Any CPU.ActiveCfg = Release|Win32
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Release|Mixed Platforms.Build.0 = Release|Win32
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Release|ORBIS.ActiveCfg = Release|ORBIS
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Release|ORBIS.Build.0 = Release|ORBIS
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Release|PS3.ActiveCfg = Release|PS3
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Release|PS3.Build.0 = Release|PS3
{EE203B88-44CF-4859-9D42-7A5F40FECB52}.Release|Win32.ActiveCfg = Release|Win32
@@ -494,6 +550,7 @@ Global
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Debug|Any CPU.ActiveCfg = Debug|Win32
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Debug|PS3.ActiveCfg = Debug|PS3
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Debug|Win32.ActiveCfg = Debug|Win32
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Debug|Win32.Build.0 = Debug|Win32
@@ -503,6 +560,7 @@ Global
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Release|Any CPU.ActiveCfg = Release|Win32
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Release|Mixed Platforms.Build.0 = Release|Win32
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Release|ORBIS.ActiveCfg = Release|ORBIS
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Release|PS3.ActiveCfg = Release|PS3
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Release|Win32.ActiveCfg = Release|Win32
{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}.Release|Win32.Build.0 = Release|Win32
@@ -512,6 +570,8 @@ Global
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Debug|Any CPU.ActiveCfg = Debug|Win32
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Debug|ORBIS.Build.0 = Debug|ORBIS
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Debug|PS3.ActiveCfg = Debug|PS3
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Debug|PS3.Build.0 = Debug|PS3
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -524,6 +584,8 @@ Global
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Release|Any CPU.ActiveCfg = Release|Win32
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Release|Mixed Platforms.Build.0 = Release|Win32
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Release|ORBIS.ActiveCfg = Release|ORBIS
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Release|ORBIS.Build.0 = Release|ORBIS
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Release|PS3.ActiveCfg = Release|PS3
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Release|PS3.Build.0 = Release|PS3
{EE203B88-44CF-4859-9D42-7A5F43FECB52}.Release|Win32.ActiveCfg = Release|Win32
@@ -536,6 +598,8 @@ Global
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Debug|Any CPU.ActiveCfg = Debug|Win32
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Debug|ORBIS.Build.0 = Debug|ORBIS
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Debug|PS3.ActiveCfg = Debug|PS3
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Debug|PS3.Build.0 = Debug|PS3
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -548,6 +612,8 @@ Global
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Release|Any CPU.ActiveCfg = Release|Win32
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Release|Mixed Platforms.Build.0 = Release|Win32
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Release|ORBIS.ActiveCfg = Release|ORBIS
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Release|ORBIS.Build.0 = Release|ORBIS
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Release|PS3.ActiveCfg = Release|PS3
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Release|PS3.Build.0 = Release|PS3
{EE203B88-44CF-4859-9D42-7A1F43FECB52}.Release|Win32.ActiveCfg = Release|Win32
@@ -560,6 +626,8 @@ Global
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Debug|Any CPU.ActiveCfg = Debug|Win32
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Debug|ORBIS.Build.0 = Debug|ORBIS
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Debug|PS3.ActiveCfg = Debug|PS3
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Debug|PS3.Build.0 = Debug|PS3
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -572,6 +640,8 @@ Global
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Release|Any CPU.ActiveCfg = Release|Win32
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Release|Mixed Platforms.Build.0 = Release|Win32
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Release|ORBIS.ActiveCfg = Release|ORBIS
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Release|ORBIS.Build.0 = Release|ORBIS
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Release|PS3.ActiveCfg = Release|PS3
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Release|PS3.Build.0 = Release|PS3
{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}.Release|Win32.ActiveCfg = Release|Win32
@@ -584,6 +654,8 @@ Global
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Debug|Any CPU.ActiveCfg = Debug|Win32
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Debug|ORBIS.Build.0 = Debug|ORBIS
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Debug|PS3.ActiveCfg = Debug|PS3
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Debug|PS3.Build.0 = Debug|PS3
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -596,6 +668,8 @@ Global
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Release|Any CPU.ActiveCfg = Release|Win32
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Release|Mixed Platforms.Build.0 = Release|Win32
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Release|ORBIS.ActiveCfg = Release|ORBIS
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Release|ORBIS.Build.0 = Release|ORBIS
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Release|PS3.ActiveCfg = Release|PS3
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Release|PS3.Build.0 = Release|PS3
{A69411B3-6DE8-404E-8E70-0D3375A7492A}.Release|Win32.ActiveCfg = Release|Win32
@@ -608,6 +682,8 @@ Global
{C2E01551-B636-4324-8461-71811DF6FBB5}.Debug|Any CPU.ActiveCfg = Debug|Win32
{C2E01551-B636-4324-8461-71811DF6FBB5}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{C2E01551-B636-4324-8461-71811DF6FBB5}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{C2E01551-B636-4324-8461-71811DF6FBB5}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{C2E01551-B636-4324-8461-71811DF6FBB5}.Debug|ORBIS.Build.0 = Debug|ORBIS
{C2E01551-B636-4324-8461-71811DF6FBB5}.Debug|PS3.ActiveCfg = Debug|PS3
{C2E01551-B636-4324-8461-71811DF6FBB5}.Debug|PS3.Build.0 = Debug|PS3
{C2E01551-B636-4324-8461-71811DF6FBB5}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -620,6 +696,8 @@ Global
{C2E01551-B636-4324-8461-71811DF6FBB5}.Release|Any CPU.ActiveCfg = Release|Win32
{C2E01551-B636-4324-8461-71811DF6FBB5}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{C2E01551-B636-4324-8461-71811DF6FBB5}.Release|Mixed Platforms.Build.0 = Release|Win32
{C2E01551-B636-4324-8461-71811DF6FBB5}.Release|ORBIS.ActiveCfg = Release|ORBIS
{C2E01551-B636-4324-8461-71811DF6FBB5}.Release|ORBIS.Build.0 = Release|ORBIS
{C2E01551-B636-4324-8461-71811DF6FBB5}.Release|PS3.ActiveCfg = Release|PS3
{C2E01551-B636-4324-8461-71811DF6FBB5}.Release|PS3.Build.0 = Release|PS3
{C2E01551-B636-4324-8461-71811DF6FBB5}.Release|Win32.ActiveCfg = Release|Win32
@@ -632,6 +710,8 @@ Global
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Debug|Any CPU.ActiveCfg = Debug|Win32
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Debug|ORBIS.Build.0 = Debug|ORBIS
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Debug|PS3.ActiveCfg = Debug|PS3
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Debug|PS3.Build.0 = Debug|PS3
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -644,6 +724,8 @@ Global
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Release|Any CPU.ActiveCfg = Release|Win32
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Release|Mixed Platforms.Build.0 = Release|Win32
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Release|ORBIS.ActiveCfg = Release|ORBIS
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Release|ORBIS.Build.0 = Release|ORBIS
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Release|PS3.ActiveCfg = Release|PS3
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Release|PS3.Build.0 = Release|PS3
{B0A53D75-CBB4-4FDF-93AC-2D12A79ADA0E}.Release|Win32.ActiveCfg = Release|Win32
@@ -656,6 +738,8 @@ Global
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Debug|Any CPU.ActiveCfg = Debug|Win32
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Debug|ORBIS.Build.0 = Debug|ORBIS
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Debug|PS3.ActiveCfg = Debug|PS3
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Debug|PS3.Build.0 = Debug|PS3
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -668,6 +752,8 @@ Global
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Release|Any CPU.ActiveCfg = Release|Win32
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Release|Mixed Platforms.Build.0 = Release|Win32
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Release|ORBIS.ActiveCfg = Release|ORBIS
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Release|ORBIS.Build.0 = Release|ORBIS
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Release|PS3.ActiveCfg = Release|PS3
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Release|PS3.Build.0 = Release|PS3
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Release|Win32.ActiveCfg = Release|Win32
@@ -679,6 +765,7 @@ Global
{5A77DCDD-2CBA-43E9-8B45-00C281443F77}.Release|Xbox 360.Deploy.0 = Release|Xbox 360
{58922993-9830-4A40-B462-0326342F69ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58922993-9830-4A40-B462-0326342F69ED}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{58922993-9830-4A40-B462-0326342F69ED}.Debug|ORBIS.ActiveCfg = Debug|Any CPU
{58922993-9830-4A40-B462-0326342F69ED}.Debug|PS3.ActiveCfg = Debug|Any CPU
{58922993-9830-4A40-B462-0326342F69ED}.Debug|Win32.ActiveCfg = Debug|Any CPU
{58922993-9830-4A40-B462-0326342F69ED}.Debug|Win32.Build.0 = Debug|Any CPU
@@ -687,6 +774,7 @@ Global
{58922993-9830-4A40-B462-0326342F69ED}.Debug|Xbox 360.ActiveCfg = Debug|Any CPU
{58922993-9830-4A40-B462-0326342F69ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58922993-9830-4A40-B462-0326342F69ED}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{58922993-9830-4A40-B462-0326342F69ED}.Release|ORBIS.ActiveCfg = Release|Any CPU
{58922993-9830-4A40-B462-0326342F69ED}.Release|PS3.ActiveCfg = Release|Any CPU
{58922993-9830-4A40-B462-0326342F69ED}.Release|Win32.ActiveCfg = Release|Any CPU
{58922993-9830-4A40-B462-0326342F69ED}.Release|Win32.Build.0 = Release|Any CPU
@@ -697,6 +785,8 @@ Global
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Debug|Mixed Platforms.Deploy.0 = Debug|Win32
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Debug|ORBIS.Build.0 = Debug|ORBIS
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Debug|PS3.ActiveCfg = Debug|PS3
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Debug|PS3.Build.0 = Debug|PS3
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -710,6 +800,8 @@ Global
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Release|Mixed Platforms.Build.0 = Release|Win32
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Release|Mixed Platforms.Deploy.0 = Release|Win32
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Release|ORBIS.ActiveCfg = Release|ORBIS
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Release|ORBIS.Build.0 = Release|ORBIS
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Release|PS3.ActiveCfg = Release|PS3
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Release|PS3.Build.0 = Release|PS3
{834852DB-EDB6-4FD0-BCF9-45CD01126962}.Release|Win32.ActiveCfg = Release|Win32
@@ -722,6 +814,7 @@ Global
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Debug|Any CPU.ActiveCfg = Debug|x64
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Debug|PS3.ActiveCfg = Debug|x64
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Debug|Win32.ActiveCfg = Debug|Win32
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Debug|Win32.Build.0 = Debug|Win32
@@ -731,6 +824,7 @@ Global
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Release|Any CPU.ActiveCfg = Release|x64
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Release|Mixed Platforms.Build.0 = Release|Win32
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Release|ORBIS.ActiveCfg = Release|ORBIS
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Release|PS3.ActiveCfg = Release|x64
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Release|Win32.ActiveCfg = Release|Win32
{FAF82AD2-D9F4-4694-9A01-103BC5B771B4}.Release|Win32.Build.0 = Release|Win32
@@ -740,6 +834,7 @@ Global
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Debug|Any CPU.ActiveCfg = Debug|x64
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Debug|PS3.ActiveCfg = Debug|x64
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Debug|Win32.ActiveCfg = Debug|Win32
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Debug|Win32.Build.0 = Debug|Win32
@@ -749,6 +844,7 @@ Global
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Release|Any CPU.ActiveCfg = Release|x64
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Release|Mixed Platforms.Build.0 = Release|Win32
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Release|ORBIS.ActiveCfg = Release|ORBIS
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Release|PS3.ActiveCfg = Release|x64
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Release|Win32.ActiveCfg = Release|Win32
{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}.Release|Win32.Build.0 = Release|Win32
@@ -758,6 +854,7 @@ Global
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Debug|Any CPU.ActiveCfg = Debug|x64
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Debug|PS3.ActiveCfg = Debug|x64
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Debug|Win32.ActiveCfg = Debug|Win32
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Debug|Win32.Build.0 = Debug|Win32
@@ -767,6 +864,7 @@ Global
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Release|Any CPU.ActiveCfg = Release|x64
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Release|Mixed Platforms.Build.0 = Release|Win32
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Release|ORBIS.ActiveCfg = Release|ORBIS
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Release|PS3.ActiveCfg = Release|x64
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Release|Win32.ActiveCfg = Release|Win32
{25493FC8-75AC-4703-AD58-AB0C4A0FB79C}.Release|Win32.Build.0 = Release|Win32
@@ -776,6 +874,7 @@ Global
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Debug|Any CPU.ActiveCfg = Debug|x64
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Debug|PS3.ActiveCfg = Debug|x64
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Debug|Win32.ActiveCfg = Debug|Win32
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Debug|Win32.Build.0 = Debug|Win32
@@ -785,6 +884,7 @@ Global
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Release|Any CPU.ActiveCfg = Release|x64
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Release|Mixed Platforms.Build.0 = Release|Win32
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Release|ORBIS.ActiveCfg = Release|ORBIS
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Release|PS3.ActiveCfg = Release|x64
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Release|Win32.ActiveCfg = Release|Win32
{6BF81B39-EDC2-4227-9982-C2D8ABEA95AF}.Release|Win32.Build.0 = Release|Win32
@@ -794,6 +894,7 @@ Global
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Debug|Any CPU.ActiveCfg = Debug|x64
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Debug|PS3.ActiveCfg = Debug|x64
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Debug|Win32.ActiveCfg = Debug|Win32
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Debug|Win32.Build.0 = Debug|Win32
@@ -803,6 +904,7 @@ Global
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Release|Any CPU.ActiveCfg = Release|x64
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Release|Mixed Platforms.Build.0 = Release|Win32
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Release|ORBIS.ActiveCfg = Release|ORBIS
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Release|PS3.ActiveCfg = Release|x64
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Release|Win32.ActiveCfg = Release|Win32
{6BF81B39-EDC2-4127-9982-C2D8ABEA95AF}.Release|Win32.Build.0 = Release|Win32
@@ -813,6 +915,8 @@ Global
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Debug|Mixed Platforms.ActiveCfg = Debug|Xbox 360
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Debug|Mixed Platforms.Build.0 = Debug|Xbox 360
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Debug|Mixed Platforms.Deploy.0 = Debug|Xbox 360
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Debug|ORBIS.ActiveCfg = Debug|ORBIS
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Debug|ORBIS.Build.0 = Debug|ORBIS
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Debug|PS3.ActiveCfg = Debug|PS3
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Debug|PS3.Build.0 = Debug|PS3
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -826,6 +930,8 @@ Global
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Release|Mixed Platforms.ActiveCfg = Release|Xbox 360
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Release|Mixed Platforms.Build.0 = Release|Xbox 360
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Release|Mixed Platforms.Deploy.0 = Release|Xbox 360
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Release|ORBIS.ActiveCfg = Release|ORBIS
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Release|ORBIS.Build.0 = Release|ORBIS
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Release|PS3.ActiveCfg = Release|PS3
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Release|PS3.Build.0 = Release|PS3
{AA376B9B-484B-4DC4-982F-6CFA645E441E}.Release|Win32.ActiveCfg = Release|Win32


+ 468
- 460
src/bullet/lolbullet.vcxproj View File

@@ -1,460 +1,468 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{83D3B207-C601-4025-8F41-01DEDC354661}</ProjectGuid>
<ConfigurationType>StaticLibrary</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<PropertyGroup Label="Configuration">
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="BulletCollision\BroadphaseCollision\btAxisSweep3.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btBroadphaseProxy.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btDbvt.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btDbvtBroadphase.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btDispatcher.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btSimpleBroadphase.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btBoxBoxDetector.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionDispatcher.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionObject.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionWorld.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btGhostObject.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btManifoldResult.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btSimulationIslandManager.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btUnionFind.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btBox2dShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btBoxShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btCapsuleShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btCollisionShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btCompoundShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConcaveShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConeShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvex2dShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexHullShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexInternalShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexPointCloudShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexPolyhedron.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexTriangleMeshShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btCylinderShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btEmptyShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btHeightfieldTerrainShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btMinkowskiSumShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btMultiSphereShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btOptimizedBvh.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btPolyhedralConvexShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btShapeHull.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btSphereShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btStaticPlaneShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btStridingMeshInterface.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTetrahedronShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleBuffer.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleCallback.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleIndexVertexArray.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleMesh.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleMeshShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btUniformScalingShape.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btContactProcessing.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btGenericPoolAllocator.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btGImpactBvh.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btGImpactCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btGImpactQuantizedBvh.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btGImpactShape.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btTriangleShapeEx.cpp" />
<ClCompile Include="BulletCollision\Gimpact\gim_box_set.cpp" />
<ClCompile Include="BulletCollision\Gimpact\gim_contact.cpp" />
<ClCompile Include="BulletCollision\Gimpact\gim_memory.cpp" />
<ClCompile Include="BulletCollision\Gimpact\gim_tri_collision.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btConvexCast.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkPairDetector.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btPersistentManifold.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btRaycastCallback.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.cpp" />
<ClCompile Include="BulletDynamics\Character\btKinematicCharacterController.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btContactConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btHingeConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btSliderConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btTypedConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp" />
<ClCompile Include="BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp" />
<ClCompile Include="BulletDynamics\Dynamics\btRigidBody.cpp" />
<ClCompile Include="BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp" />
<ClCompile Include="BulletDynamics\Dynamics\Bullet-C-API.cpp" />
<ClCompile Include="BulletDynamics\Vehicle\btRaycastVehicle.cpp" />
<ClCompile Include="BulletDynamics\Vehicle\btWheelInfo.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btGpu3DGridBroadphase.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btParallelConstraintSolver.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btThreadSupportInterface.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\PosixThreadSupport.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SequentialThreadSupport.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuCollisionObjectWrapper.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuCollisionTaskProcess.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuFakeDma.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuGatheringCollisionDispatcher.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuLibspe2Support.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuSampleTask\SpuSampleTask.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuSampleTaskProcess.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\Win32ThreadSupport.cpp" />
<ClCompile Include="BulletSoftBody\btDefaultSoftBodySolver.cpp" />
<ClCompile Include="BulletSoftBody\btSoftBody.cpp" />
<ClCompile Include="BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.cpp" />
<ClCompile Include="BulletSoftBody\btSoftBodyHelpers.cpp" />
<ClCompile Include="BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.cpp" />
<ClCompile Include="BulletSoftBody\btSoftRigidCollisionAlgorithm.cpp" />
<ClCompile Include="BulletSoftBody\btSoftRigidDynamicsWorld.cpp" />
<ClCompile Include="BulletSoftBody\btSoftSoftCollisionAlgorithm.cpp" />
<ClCompile Include="LinearMath\btAlignedAllocator.cpp" />
<ClCompile Include="LinearMath\btConvexHull.cpp" />
<ClCompile Include="LinearMath\btConvexHullComputer.cpp" />
<ClCompile Include="LinearMath\btGeometryUtil.cpp" />
<ClCompile Include="LinearMath\btQuickprof.cpp" />
<ClCompile Include="LinearMath\btSerializer.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="btBulletCollisionCommon.h" />
<ClInclude Include="btBulletDynamicsCommon.h" />
<ClInclude Include="Bullet-C-Api.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btAxisSweep3.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btBroadphaseInterface.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btBroadphaseProxy.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btDbvt.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btDbvtBroadphase.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btDispatcher.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btOverlappingPairCache.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btOverlappingPairCallback.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btQuantizedBvh.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btSimpleBroadphase.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btBoxBoxDetector.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionConfiguration.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionCreateFunc.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionDispatcher.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionObject.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionWorld.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btGhostObject.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btInternalEdgeUtility.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btManifoldResult.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btSimulationIslandManager.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btUnionFind.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\SphereTriangleDetector.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btBox2dShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btBoxShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btBvhTriangleMeshShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btCapsuleShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btCollisionMargin.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btCollisionShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btCompoundShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConcaveShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConeShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvex2dShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexHullShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexInternalShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexPointCloudShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexPolyhedron.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexTriangleMeshShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btCylinderShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btEmptyShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btHeightfieldTerrainShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btMaterial.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btMinkowskiSumShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btMultiSphereShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btOptimizedBvh.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btPolyhedralConvexShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btShapeHull.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btSphereShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btStaticPlaneShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btStridingMeshInterface.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTetrahedronShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleBuffer.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleCallback.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleIndexVertexArray.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleInfoMap.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleMesh.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleMeshShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btUniformScalingShape.h" />
<ClInclude Include="BulletCollision\Gimpact\btBoxCollision.h" />
<ClInclude Include="BulletCollision\Gimpact\btClipPolygon.h" />
<ClInclude Include="BulletCollision\Gimpact\btContactProcessing.h" />
<ClInclude Include="BulletCollision\Gimpact\btGenericPoolAllocator.h" />
<ClInclude Include="BulletCollision\Gimpact\btGeometryOperations.h" />
<ClInclude Include="BulletCollision\Gimpact\btGImpactBvh.h" />
<ClInclude Include="BulletCollision\Gimpact\btGImpactCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\Gimpact\btGImpactMassUtil.h" />
<ClInclude Include="BulletCollision\Gimpact\btGImpactQuantizedBvh.h" />
<ClInclude Include="BulletCollision\Gimpact\btGImpactShape.h" />
<ClInclude Include="BulletCollision\Gimpact\btQuantization.h" />
<ClInclude Include="BulletCollision\Gimpact\btTriangleShapeEx.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_array.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_basic_geometry_operations.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_bitset.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_box_collision.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_box_set.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_clip_polygon.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_contact.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_geometry.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_geom_types.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_hash_table.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_linear_math.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_math.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_memory.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_radixsort.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_tri_collision.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btConvexCast.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btConvexPenetrationDepthSolver.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btDiscreteCollisionDetectorInterface.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkEpa2.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkPairDetector.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btManifoldPoint.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPersistentManifold.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPointCollector.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btRaycastCallback.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btSimplexSolverInterface.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.h" />
<ClInclude Include="BulletDynamics\Character\btCharacterControllerInterface.h" />
<ClInclude Include="BulletDynamics\Character\btKinematicCharacterController.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btConeTwistConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btConstraintSolver.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btContactConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btContactSolverInfo.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btHinge2Constraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btHingeConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btJacobianEntry.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btPoint2PointConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btSliderConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolverBody.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolverConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btTypedConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btUniversalConstraint.h" />
<ClInclude Include="BulletDynamics\Dynamics\btActionInterface.h" />
<ClInclude Include="BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h" />
<ClInclude Include="BulletDynamics\Dynamics\btDynamicsWorld.h" />
<ClInclude Include="BulletDynamics\Dynamics\btRigidBody.h" />
<ClInclude Include="BulletDynamics\Dynamics\btSimpleDynamicsWorld.h" />
<ClInclude Include="BulletDynamics\Vehicle\btRaycastVehicle.h" />
<ClInclude Include="BulletDynamics\Vehicle\btVehicleRaycaster.h" />
<ClInclude Include="BulletDynamics\Vehicle\btWheelInfo.h" />
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphase.h" />
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedCode.h" />
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedDefs.h" />
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedTypes.h" />
<ClInclude Include="BulletMultiThreaded\btGpuDefines.h" />
<ClInclude Include="BulletMultiThreaded\btGpuUtilsSharedCode.h" />
<ClInclude Include="BulletMultiThreaded\btGpuUtilsSharedDefs.h" />
<ClInclude Include="BulletMultiThreaded\btParallelConstraintSolver.h" />
<ClInclude Include="BulletMultiThreaded\btThreadSupportInterface.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverBuffer_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11SIMDAware.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverTriangleData_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexBuffer_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexData_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11SIMDAware.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverBuffer_OpenCL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCLSIMDAware.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverOutputCLtoGL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverTriangleData_OpenCL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexBuffer_OpenGL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexData_OpenCL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCLSIMDAware.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\Shared\btSoftBodySolverData.h" />
<ClInclude Include="BulletMultiThreaded\HeapManager.h" />
<ClInclude Include="BulletMultiThreaded\PlatformDefinitions.h" />
<ClInclude Include="BulletMultiThreaded\PosixThreadSupport.h" />
<ClInclude Include="BulletMultiThreaded\PpuAddressSpace.h" />
<ClInclude Include="BulletMultiThreaded\SequentialThreadSupport.h" />
<ClInclude Include="BulletMultiThreaded\SpuCollisionObjectWrapper.h" />
<ClInclude Include="BulletMultiThreaded\SpuCollisionTaskProcess.h" />
<ClInclude Include="BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.h" />
<ClInclude Include="BulletMultiThreaded\SpuDoubleBuffer.h" />
<ClInclude Include="BulletMultiThreaded\SpuFakeDma.h" />
<ClInclude Include="BulletMultiThreaded\SpuGatheringCollisionDispatcher.h" />
<ClInclude Include="BulletMultiThreaded\SpuLibspe2Support.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\Box.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuConvexPenetrationDepthSolver.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuLocalSupport.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuPreferredPenetrationDirections.h" />
<ClInclude Include="BulletMultiThreaded\SpuSampleTask\SpuSampleTask.h" />
<ClInclude Include="BulletMultiThreaded\SpuSampleTaskProcess.h" />
<ClInclude Include="BulletMultiThreaded\SpuSync.h" />
<ClInclude Include="BulletMultiThreaded\TrbDynBody.h" />
<ClInclude Include="BulletMultiThreaded\TrbStateVec.h" />
<ClInclude Include="BulletMultiThreaded\vectormath2bullet.h" />
<ClInclude Include="BulletMultiThreaded\Win32ThreadSupport.h" />
<ClInclude Include="BulletSoftBody\btDefaultSoftBodySolver.h" />
<ClInclude Include="BulletSoftBody\btSoftBody.h" />
<ClInclude Include="BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.h" />
<ClInclude Include="BulletSoftBody\btSoftBodyData.h" />
<ClInclude Include="BulletSoftBody\btSoftBodyHelpers.h" />
<ClInclude Include="BulletSoftBody\btSoftBodyInternals.h" />
<ClInclude Include="BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.h" />
<ClInclude Include="BulletSoftBody\btSoftBodySolvers.h" />
<ClInclude Include="BulletSoftBody\btSoftBodySolverVertexBuffer.h" />
<ClInclude Include="BulletSoftBody\btSoftRigidCollisionAlgorithm.h" />
<ClInclude Include="BulletSoftBody\btSoftRigidDynamicsWorld.h" />
<ClInclude Include="BulletSoftBody\btSoftSoftCollisionAlgorithm.h" />
<ClInclude Include="BulletSoftBody\btSparseSDF.h" />
<ClInclude Include="LinearMath\btAabbUtil2.h" />
<ClInclude Include="LinearMath\btAlignedAllocator.h" />
<ClInclude Include="LinearMath\btAlignedObjectArray.h" />
<ClInclude Include="LinearMath\btConvexHull.h" />
<ClInclude Include="LinearMath\btConvexHullComputer.h" />
<ClInclude Include="LinearMath\btDefaultMotionState.h" />
<ClInclude Include="LinearMath\btGeometryUtil.h" />
<ClInclude Include="LinearMath\btGrahamScan2dConvexHull.h" />
<ClInclude Include="LinearMath\btHashMap.h" />
<ClInclude Include="LinearMath\btIDebugDraw.h" />
<ClInclude Include="LinearMath\btList.h" />
<ClInclude Include="LinearMath\btMatrix3x3.h" />
<ClInclude Include="LinearMath\btMinMax.h" />
<ClInclude Include="LinearMath\btMotionState.h" />
<ClInclude Include="LinearMath\btPoolAllocator.h" />
<ClInclude Include="LinearMath\btQuadWord.h" />
<ClInclude Include="LinearMath\btQuaternion.h" />
<ClInclude Include="LinearMath\btQuickprof.h" />
<ClInclude Include="LinearMath\btRandom.h" />
<ClInclude Include="LinearMath\btScalar.h" />
<ClInclude Include="LinearMath\btSerializer.h" />
<ClInclude Include="LinearMath\btStackAlloc.h" />
<ClInclude Include="LinearMath\btTransform.h" />
<ClInclude Include="LinearMath\btTransformUtil.h" />
<ClInclude Include="LinearMath\btVector3.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{83D3B207-C601-4025-8F41-01DEDC354661}</ProjectGuid>
<ConfigurationType>StaticLibrary</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<PropertyGroup Label="Configuration">
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="BulletCollision\BroadphaseCollision\btAxisSweep3.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btBroadphaseProxy.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btDbvt.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btDbvtBroadphase.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btDispatcher.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp" />
<ClCompile Include="BulletCollision\BroadphaseCollision\btSimpleBroadphase.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btBoxBoxDetector.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionDispatcher.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionObject.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionWorld.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btGhostObject.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btManifoldResult.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btSimulationIslandManager.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\btUnionFind.cpp" />
<ClCompile Include="BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btBox2dShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btBoxShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btCapsuleShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btCollisionShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btCompoundShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConcaveShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConeShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvex2dShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexHullShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexInternalShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexPointCloudShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexPolyhedron.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btConvexTriangleMeshShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btCylinderShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btEmptyShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btHeightfieldTerrainShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btMinkowskiSumShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btMultiSphereShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btOptimizedBvh.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btPolyhedralConvexShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btShapeHull.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btSphereShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btStaticPlaneShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btStridingMeshInterface.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTetrahedronShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleBuffer.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleCallback.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleIndexVertexArray.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleMesh.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleMeshShape.cpp" />
<ClCompile Include="BulletCollision\CollisionShapes\btUniformScalingShape.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btContactProcessing.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btGenericPoolAllocator.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btGImpactBvh.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btGImpactCollisionAlgorithm.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btGImpactQuantizedBvh.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btGImpactShape.cpp" />
<ClCompile Include="BulletCollision\Gimpact\btTriangleShapeEx.cpp" />
<ClCompile Include="BulletCollision\Gimpact\gim_box_set.cpp" />
<ClCompile Include="BulletCollision\Gimpact\gim_contact.cpp" />
<ClCompile Include="BulletCollision\Gimpact\gim_memory.cpp" />
<ClCompile Include="BulletCollision\Gimpact\gim_tri_collision.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btConvexCast.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkPairDetector.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btPersistentManifold.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btRaycastCallback.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.cpp" />
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.cpp" />
<ClCompile Include="BulletDynamics\Character\btKinematicCharacterController.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btContactConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btHingeConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btSliderConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btTypedConstraint.cpp" />
<ClCompile Include="BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp" />
<ClCompile Include="BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp" />
<ClCompile Include="BulletDynamics\Dynamics\btRigidBody.cpp" />
<ClCompile Include="BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp" />
<ClCompile Include="BulletDynamics\Dynamics\Bullet-C-API.cpp" />
<ClCompile Include="BulletDynamics\Vehicle\btRaycastVehicle.cpp" />
<ClCompile Include="BulletDynamics\Vehicle\btWheelInfo.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btGpu3DGridBroadphase.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btParallelConstraintSolver.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btThreadSupportInterface.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\PosixThreadSupport.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SequentialThreadSupport.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuCollisionObjectWrapper.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuCollisionTaskProcess.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuFakeDma.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuGatheringCollisionDispatcher.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuLibspe2Support.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuSampleTask\SpuSampleTask.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuSampleTaskProcess.cpp" />
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\Win32ThreadSupport.cpp" />
<ClCompile Include="BulletSoftBody\btDefaultSoftBodySolver.cpp" />
<ClCompile Include="BulletSoftBody\btSoftBody.cpp" />
<ClCompile Include="BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.cpp" />
<ClCompile Include="BulletSoftBody\btSoftBodyHelpers.cpp" />
<ClCompile Include="BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.cpp" />
<ClCompile Include="BulletSoftBody\btSoftRigidCollisionAlgorithm.cpp" />
<ClCompile Include="BulletSoftBody\btSoftRigidDynamicsWorld.cpp" />
<ClCompile Include="BulletSoftBody\btSoftSoftCollisionAlgorithm.cpp" />
<ClCompile Include="LinearMath\btAlignedAllocator.cpp" />
<ClCompile Include="LinearMath\btConvexHull.cpp" />
<ClCompile Include="LinearMath\btConvexHullComputer.cpp" />
<ClCompile Include="LinearMath\btGeometryUtil.cpp" />
<ClCompile Include="LinearMath\btQuickprof.cpp" />
<ClCompile Include="LinearMath\btSerializer.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="btBulletCollisionCommon.h" />
<ClInclude Include="btBulletDynamicsCommon.h" />
<ClInclude Include="Bullet-C-Api.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btAxisSweep3.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btBroadphaseInterface.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btBroadphaseProxy.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btDbvt.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btDbvtBroadphase.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btDispatcher.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btOverlappingPairCache.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btOverlappingPairCallback.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btQuantizedBvh.h" />
<ClInclude Include="BulletCollision\BroadphaseCollision\btSimpleBroadphase.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btBoxBoxDetector.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionConfiguration.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionCreateFunc.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionDispatcher.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionObject.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionWorld.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btGhostObject.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btInternalEdgeUtility.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btManifoldResult.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btSimulationIslandManager.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\btUnionFind.h" />
<ClInclude Include="BulletCollision\CollisionDispatch\SphereTriangleDetector.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btBox2dShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btBoxShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btBvhTriangleMeshShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btCapsuleShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btCollisionMargin.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btCollisionShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btCompoundShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConcaveShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConeShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvex2dShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexHullShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexInternalShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexPointCloudShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexPolyhedron.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btConvexTriangleMeshShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btCylinderShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btEmptyShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btHeightfieldTerrainShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btMaterial.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btMinkowskiSumShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btMultiSphereShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btOptimizedBvh.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btPolyhedralConvexShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btShapeHull.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btSphereShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btStaticPlaneShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btStridingMeshInterface.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTetrahedronShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleBuffer.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleCallback.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleIndexVertexArray.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleInfoMap.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleMesh.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleMeshShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleShape.h" />
<ClInclude Include="BulletCollision\CollisionShapes\btUniformScalingShape.h" />
<ClInclude Include="BulletCollision\Gimpact\btBoxCollision.h" />
<ClInclude Include="BulletCollision\Gimpact\btClipPolygon.h" />
<ClInclude Include="BulletCollision\Gimpact\btContactProcessing.h" />
<ClInclude Include="BulletCollision\Gimpact\btGenericPoolAllocator.h" />
<ClInclude Include="BulletCollision\Gimpact\btGeometryOperations.h" />
<ClInclude Include="BulletCollision\Gimpact\btGImpactBvh.h" />
<ClInclude Include="BulletCollision\Gimpact\btGImpactCollisionAlgorithm.h" />
<ClInclude Include="BulletCollision\Gimpact\btGImpactMassUtil.h" />
<ClInclude Include="BulletCollision\Gimpact\btGImpactQuantizedBvh.h" />
<ClInclude Include="BulletCollision\Gimpact\btGImpactShape.h" />
<ClInclude Include="BulletCollision\Gimpact\btQuantization.h" />
<ClInclude Include="BulletCollision\Gimpact\btTriangleShapeEx.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_array.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_basic_geometry_operations.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_bitset.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_box_collision.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_box_set.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_clip_polygon.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_contact.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_geometry.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_geom_types.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_hash_table.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_linear_math.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_math.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_memory.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_radixsort.h" />
<ClInclude Include="BulletCollision\Gimpact\gim_tri_collision.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btConvexCast.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btConvexPenetrationDepthSolver.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btDiscreteCollisionDetectorInterface.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkEpa2.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkPairDetector.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btManifoldPoint.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPersistentManifold.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPointCollector.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btRaycastCallback.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btSimplexSolverInterface.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.h" />
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.h" />
<ClInclude Include="BulletDynamics\Character\btCharacterControllerInterface.h" />
<ClInclude Include="BulletDynamics\Character\btKinematicCharacterController.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btConeTwistConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btConstraintSolver.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btContactConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btContactSolverInfo.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btHinge2Constraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btHingeConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btJacobianEntry.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btPoint2PointConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btSliderConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolverBody.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolverConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btTypedConstraint.h" />
<ClInclude Include="BulletDynamics\ConstraintSolver\btUniversalConstraint.h" />
<ClInclude Include="BulletDynamics\Dynamics\btActionInterface.h" />
<ClInclude Include="BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h" />
<ClInclude Include="BulletDynamics\Dynamics\btDynamicsWorld.h" />
<ClInclude Include="BulletDynamics\Dynamics\btRigidBody.h" />
<ClInclude Include="BulletDynamics\Dynamics\btSimpleDynamicsWorld.h" />
<ClInclude Include="BulletDynamics\Vehicle\btRaycastVehicle.h" />
<ClInclude Include="BulletDynamics\Vehicle\btVehicleRaycaster.h" />
<ClInclude Include="BulletDynamics\Vehicle\btWheelInfo.h" />
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphase.h" />
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedCode.h" />
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedDefs.h" />
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedTypes.h" />
<ClInclude Include="BulletMultiThreaded\btGpuDefines.h" />
<ClInclude Include="BulletMultiThreaded\btGpuUtilsSharedCode.h" />
<ClInclude Include="BulletMultiThreaded\btGpuUtilsSharedDefs.h" />
<ClInclude Include="BulletMultiThreaded\btParallelConstraintSolver.h" />
<ClInclude Include="BulletMultiThreaded\btThreadSupportInterface.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverBuffer_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11SIMDAware.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverTriangleData_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexBuffer_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexData_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11SIMDAware.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverBuffer_OpenCL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCLSIMDAware.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverOutputCLtoGL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverTriangleData_OpenCL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexBuffer_OpenGL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexData_OpenCL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCL.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCLSIMDAware.h" />
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\Shared\btSoftBodySolverData.h" />
<ClInclude Include="BulletMultiThreaded\HeapManager.h" />
<ClInclude Include="BulletMultiThreaded\PlatformDefinitions.h" />
<ClInclude Include="BulletMultiThreaded\PosixThreadSupport.h" />
<ClInclude Include="BulletMultiThreaded\PpuAddressSpace.h" />
<ClInclude Include="BulletMultiThreaded\SequentialThreadSupport.h" />
<ClInclude Include="BulletMultiThreaded\SpuCollisionObjectWrapper.h" />
<ClInclude Include="BulletMultiThreaded\SpuCollisionTaskProcess.h" />
<ClInclude Include="BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.h" />
<ClInclude Include="BulletMultiThreaded\SpuDoubleBuffer.h" />
<ClInclude Include="BulletMultiThreaded\SpuFakeDma.h" />
<ClInclude Include="BulletMultiThreaded\SpuGatheringCollisionDispatcher.h" />
<ClInclude Include="BulletMultiThreaded\SpuLibspe2Support.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\Box.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuConvexPenetrationDepthSolver.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuLocalSupport.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.h" />
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuPreferredPenetrationDirections.h" />
<ClInclude Include="BulletMultiThreaded\SpuSampleTask\SpuSampleTask.h" />
<ClInclude Include="BulletMultiThreaded\SpuSampleTaskProcess.h" />
<ClInclude Include="BulletMultiThreaded\SpuSync.h" />
<ClInclude Include="BulletMultiThreaded\TrbDynBody.h" />
<ClInclude Include="BulletMultiThreaded\TrbStateVec.h" />
<ClInclude Include="BulletMultiThreaded\vectormath2bullet.h" />
<ClInclude Include="BulletMultiThreaded\Win32ThreadSupport.h" />
<ClInclude Include="BulletSoftBody\btDefaultSoftBodySolver.h" />
<ClInclude Include="BulletSoftBody\btSoftBody.h" />
<ClInclude Include="BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.h" />
<ClInclude Include="BulletSoftBody\btSoftBodyData.h" />
<ClInclude Include="BulletSoftBody\btSoftBodyHelpers.h" />
<ClInclude Include="BulletSoftBody\btSoftBodyInternals.h" />
<ClInclude Include="BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.h" />
<ClInclude Include="BulletSoftBody\btSoftBodySolvers.h" />
<ClInclude Include="BulletSoftBody\btSoftBodySolverVertexBuffer.h" />
<ClInclude Include="BulletSoftBody\btSoftRigidCollisionAlgorithm.h" />
<ClInclude Include="BulletSoftBody\btSoftRigidDynamicsWorld.h" />
<ClInclude Include="BulletSoftBody\btSoftSoftCollisionAlgorithm.h" />
<ClInclude Include="BulletSoftBody\btSparseSDF.h" />
<ClInclude Include="LinearMath\btAabbUtil2.h" />
<ClInclude Include="LinearMath\btAlignedAllocator.h" />
<ClInclude Include="LinearMath\btAlignedObjectArray.h" />
<ClInclude Include="LinearMath\btConvexHull.h" />
<ClInclude Include="LinearMath\btConvexHullComputer.h" />
<ClInclude Include="LinearMath\btDefaultMotionState.h" />
<ClInclude Include="LinearMath\btGeometryUtil.h" />
<ClInclude Include="LinearMath\btGrahamScan2dConvexHull.h" />
<ClInclude Include="LinearMath\btHashMap.h" />
<ClInclude Include="LinearMath\btIDebugDraw.h" />
<ClInclude Include="LinearMath\btList.h" />
<ClInclude Include="LinearMath\btMatrix3x3.h" />
<ClInclude Include="LinearMath\btMinMax.h" />
<ClInclude Include="LinearMath\btMotionState.h" />
<ClInclude Include="LinearMath\btPoolAllocator.h" />
<ClInclude Include="LinearMath\btQuadWord.h" />
<ClInclude Include="LinearMath\btQuaternion.h" />
<ClInclude Include="LinearMath\btQuickprof.h" />
<ClInclude Include="LinearMath\btRandom.h" />
<ClInclude Include="LinearMath\btScalar.h" />
<ClInclude Include="LinearMath\btSerializer.h" />
<ClInclude Include="LinearMath\btStackAlloc.h" />
<ClInclude Include="LinearMath\btTransform.h" />
<ClInclude Include="LinearMath\btTransformUtil.h" />
<ClInclude Include="LinearMath\btVector3.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 15
- 0
src/lolcore.vcxproj View File

@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
@@ -17,6 +21,10 @@
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
@@ -54,6 +62,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'" Label="Configuration">
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ORBIS'" Label="Configuration">
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
@@ -72,6 +83,10 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ORBIS'" Label="Configuration">
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>


+ 8
- 0
src/lua/lollua.vcxproj View File

@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
@@ -17,6 +21,10 @@
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>


+ 80
- 72
test/benchsuite.vcxproj View File

@@ -1,72 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="benchmark\half.cpp" />
<ClCompile Include="benchmark\real.cpp" />
<ClCompile Include="benchmark\trig.cpp" />
<ClCompile Include="benchmark\vector.cpp" />
<ClCompile Include="benchsuite.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="benchmark\half.cpp" />
<ClCompile Include="benchmark\real.cpp" />
<ClCompile Include="benchmark\trig.cpp" />
<ClCompile Include="benchmark\vector.cpp" />
<ClCompile Include="benchsuite.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 95
- 87
test/btphystest.vcxproj View File

@@ -1,87 +1,95 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="btphystest.h" />
<ClInclude Include="physicobject.h" />
<ClInclude Include="physics\bulletcharactercontroller.h" />
<ClInclude Include="physics\easycharactercontroller.h" />
<ClInclude Include="physics\easyconstraint.h" />
<ClInclude Include="physics\easyphysics.h" />
<ClInclude Include="physics\lolbtphysicsintegration.h" />
<ClInclude Include="physics\lolphysics.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="btphystest.cpp" />
<ClCompile Include="physics\bulletcharactercontroller.cpp" />
<ClCompile Include="physics\easycharactercontroller.cpp" />
<ClCompile Include="physics\easyconstraint.cpp" />
<ClCompile Include="physics\easyphysics.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Makefile.am">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
</None>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{ee203b88-44cf-4859-9d42-7a1f43fecb52}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="btphystest.h" />
<ClInclude Include="physicobject.h" />
<ClInclude Include="physics\bulletcharactercontroller.h" />
<ClInclude Include="physics\easycharactercontroller.h" />
<ClInclude Include="physics\easyconstraint.h" />
<ClInclude Include="physics\easyphysics.h" />
<ClInclude Include="physics\lolbtphysicsintegration.h" />
<ClInclude Include="physics\lolphysics.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="btphystest.cpp" />
<ClCompile Include="physics\bulletcharactercontroller.cpp" />
<ClCompile Include="physics\easycharactercontroller.cpp" />
<ClCompile Include="physics\easyconstraint.cpp" />
<ClCompile Include="physics\easyphysics.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Makefile.am">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
</None>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{ee203b88-44cf-4859-9d42-7a1f43fecb52}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 85
- 77
test/meshviewer.vcxproj View File

@@ -1,77 +1,85 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="meshviewer.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="data\mesh-buffer.txt">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
</None>
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="shinyfur.lolfx" />
<LolFxCompile Include="shinymvtexture.lolfx" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="meshviewer.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="data\mesh-buffer.txt">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
</None>
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="shinyfur.lolfx" />
<LolFxCompile Include="shinymvtexture.lolfx" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 93
- 85
test/testsuite.vcxproj View File

@@ -1,85 +1,93 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="testsuite.cpp" />
<ClCompile Include="unit\array.cpp" />
<ClCompile Include="unit\box.cpp" />
<ClCompile Include="unit\build.cpp" />
<ClCompile Include="unit\cmplx.cpp" />
<ClCompile Include="unit\color.cpp" />
<ClCompile Include="unit\half.cpp" />
<ClCompile Include="unit\image.cpp" />
<ClCompile Include="unit\interp.cpp" />
<ClCompile Include="unit\map.cpp" />
<ClCompile Include="unit\matrix.cpp" />
<ClCompile Include="unit\quat.cpp" />
<ClCompile Include="unit\rand.cpp" />
<ClCompile Include="unit\real.cpp" />
<ClCompile Include="unit\rotation.cpp" />
<ClCompile Include="unit\string.cpp" />
<ClCompile Include="unit\trig.cpp" />
<ClCompile Include="unit\vector.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{80F81C11-8DA2-4990-91CB-9807783BA46E}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="testsuite.cpp" />
<ClCompile Include="unit\array.cpp" />
<ClCompile Include="unit\box.cpp" />
<ClCompile Include="unit\build.cpp" />
<ClCompile Include="unit\cmplx.cpp" />
<ClCompile Include="unit\color.cpp" />
<ClCompile Include="unit\half.cpp" />
<ClCompile Include="unit\image.cpp" />
<ClCompile Include="unit\interp.cpp" />
<ClCompile Include="unit\map.cpp" />
<ClCompile Include="unit\matrix.cpp" />
<ClCompile Include="unit\quat.cpp" />
<ClCompile Include="unit\rand.cpp" />
<ClCompile Include="unit\real.cpp" />
<ClCompile Include="unit\rotation.cpp" />
<ClCompile Include="unit\string.cpp" />
<ClCompile Include="unit\trig.cpp" />
<ClCompile Include="unit\vector.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{80F81C11-8DA2-4990-91CB-9807783BA46E}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 79
- 71
tutorial/01_triangle.vcxproj View File

@@ -1,71 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="01_triangle.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="01_triangle.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{b92abadc-45be-4cc5-b724-9426053123a1}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="01_triangle.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="01_triangle.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{b92abadc-45be-4cc5-b724-9426053123a1}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 79
- 71
tutorial/02_cube.vcxproj View File

@@ -1,71 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="02_cube.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="02_cube.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{7b083da2-fe08-4f6d-bfdd-195d5c2783eb}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="02_cube.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="02_cube.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{7b083da2-fe08-4f6d-bfdd-195d5c2783eb}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 79
- 71
tutorial/03_noise.vcxproj View File

@@ -1,71 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="03_noise.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="03_noise.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{b0a53d75-cbb4-4fdf-93ac-2d12a79ada0e}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="03_noise.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="03_noise.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{b0a53d75-cbb4-4fdf-93ac-2d12a79ada0e}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 79
- 71
tutorial/04_texture.vcxproj View File

@@ -1,71 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="04_texture.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="04_texture.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{834852db-edb6-4fd0-bcf9-45cd01126962}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="04_texture.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="04_texture.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{834852db-edb6-4fd0-bcf9-45cd01126962}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 76
- 68
tutorial/05_easymesh.vcxproj View File

@@ -1,68 +1,76 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="05_easymesh.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{1c5b8702-290c-42da-aa9e-671348f5b747}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="05_easymesh.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{1c5b8702-290c-42da-aa9e-671348f5b747}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 79
- 71
tutorial/08_fbo.vcxproj View File

@@ -1,71 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="08_fbo.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="08_fbo.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="08_fbo.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="08_fbo.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 79
- 71
tutorial/11_fractal.vcxproj View File

@@ -1,71 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="11_fractal.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="11_fractal.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{6bf81b39-edc2-4227-9992-c2d8abea95af}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="11_fractal.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="11_fractal.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{6bf81b39-edc2-4227-9992-c2d8abea95af}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

+ 82
- 74
tutorial/12_voronoi.vcxproj View File

@@ -1,75 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="12_voronoi.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="12_texture_to_screen.lolfx" />
<LolFxCompile Include="12_voronoi.lolfx" />
<LolFxCompile Include="12_voronoi_setup.lolfx" />
<LolFxCompile Include="12_voronoi_distance.lolfx" />
<LolFxCompile Include="12_distance.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{6bf81b39-edc2-4227-9982-c2d8abea95af}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ORBIS">
<Configuration>Debug</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|PS3">
<Configuration>Debug</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Xbox 360">
<Configuration>Debug</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ORBIS">
<Configuration>Release</Configuration>
<Platform>ORBIS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|PS3">
<Configuration>Release</Configuration>
<Platform>PS3</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Xbox 360">
<Configuration>Release</Configuration>
<Platform>Xbox 360</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="12_voronoi.cpp" />
</ItemGroup>
<ItemGroup>
<LolFxCompile Include="12_texture_to_screen.lolfx" />
<LolFxCompile Include="12_voronoi.lolfx" />
<LolFxCompile Include="12_voronoi_setup.lolfx" />
<LolFxCompile Include="12_voronoi_distance.lolfx" />
<LolFxCompile Include="12_distance.lolfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{6bf81b39-edc2-4227-9982-c2d8abea95af}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(SolutionDir)\Lol.Fx.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
<ItemDefinitionGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup>
</Project>

Loading…
Cancel
Save