RectangleCollisionSample.sln 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.0.31903.59
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RectangleCollisionSample.Core", "Core\RectangleCollisionSample.Core.csproj", "{55555555-5555-5555-5555-555555555555}"
  7. EndProject
  8. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RectangleCollisionSample.Windows", "Platforms\Windows\RectangleCollisionSample.Windows.csproj", "{11111111-1111-1111-1111-111111111111}"
  9. EndProject
  10. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RectangleCollisionSample.DesktopGL", "Platforms\Desktop\RectangleCollisionSample.DesktopGL.csproj", "{22222222-2222-2222-2222-222222222222}"
  11. EndProject
  12. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RectangleCollisionSample.iOS", "Platforms\iOS\RectangleCollisionSample.iOS.csproj", "{33333333-3333-3333-3333-333333333333}"
  13. EndProject
  14. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RectangleCollisionSample.Android", "Platforms\Android\RectangleCollisionSample.Android.csproj", "{44444444-4444-4444-4444-444444444444}"
  15. EndProject
  16. Global
  17. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  18. Debug|Any CPU = Debug|Any CPU
  19. Release|Any CPU = Release|Any CPU
  20. EndGlobalSection
  21. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  22. {11111111-1111-1111-1111-111111111111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {11111111-1111-1111-1111-111111111111}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {11111111-1111-1111-1111-111111111111}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {11111111-1111-1111-1111-111111111111}.Release|Any CPU.Build.0 = Release|Any CPU
  26. {22222222-2222-2222-2222-222222222222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  27. {22222222-2222-2222-2222-222222222222}.Debug|Any CPU.Build.0 = Debug|Any CPU
  28. {22222222-2222-2222-2222-222222222222}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29. {22222222-2222-2222-2222-222222222222}.Release|Any CPU.Build.0 = Release|Any CPU
  30. {33333333-3333-3333-3333-333333333333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  31. {33333333-3333-3333-3333-333333333333}.Debug|Any CPU.Build.0 = Debug|Any CPU
  32. {33333333-3333-3333-3333-333333333333}.Release|Any CPU.ActiveCfg = Release|Any CPU
  33. {33333333-3333-3333-3333-333333333333}.Release|Any CPU.Build.0 = Release|Any CPU
  34. {44444444-4444-4444-4444-444444444444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  35. {44444444-4444-4444-4444-444444444444}.Debug|Any CPU.Build.0 = Debug|Any CPU
  36. {44444444-4444-4444-4444-444444444444}.Release|Any CPU.ActiveCfg = Release|Any CPU
  37. {44444444-4444-4444-4444-444444444444}.Release|Any CPU.Build.0 = Release|Any CPU
  38. EndGlobalSection
  39. GlobalSection(SolutionProperties) = preSolution
  40. HideSolutionNode = FALSE
  41. EndGlobalSection
  42. GlobalSection(ExtensibilityGlobals) = postSolution
  43. SolutionGuid = {12345678-1234-5678-9012-123456789012}
  44. EndGlobalSection
  45. EndGlobal