2
0

GemstoneHunter.sln 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.0.31912.275
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GemstoneHunter.Core", "Core\GemstoneHunter.Core.csproj", "{11111111-1111-1111-1111-111111111111}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GemstoneHunter.Windows", "Platforms\Windows\GemstoneHunter.Windows.csproj", "{22222222-2222-2222-2222-222222222222}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GemstoneHunter.DesktopGL", "Platforms\Desktop\GemstoneHunter.DesktopGL.csproj", "{33333333-3333-3333-3333-333333333333}"
  11. EndProject
  12. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GemstoneHunter.Android", "Platforms\Android\GemstoneHunter.Android.csproj", "{44444444-4444-4444-4444-444444444444}"
  13. EndProject
  14. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GemstoneHunter.iOS", "Platforms\iOS\GemstoneHunter.iOS.csproj", "{55555555-5555-5555-5555-555555555555}"
  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. {55555555-5555-5555-5555-555555555555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  39. {55555555-5555-5555-5555-555555555555}.Debug|Any CPU.Build.0 = Debug|Any CPU
  40. {55555555-5555-5555-5555-555555555555}.Release|Any CPU.ActiveCfg = Release|Any CPU
  41. {55555555-5555-5555-5555-555555555555}.Release|Any CPU.Build.0 = Release|Any CPU
  42. EndGlobalSection
  43. GlobalSection(SolutionProperties) = preSolution
  44. HideSolutionNode = FALSE
  45. EndGlobalSection
  46. EndGlobal