BatteryStatus.sln 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio Version 17
  3. VisualStudioVersion = 17.5.2.0
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatteryStatus.Windows", "Platforms\Windows\BatteryStatus.Windows.csproj", "{22222222-2222-2222-2222-222222222222}"
  6. EndProject
  7. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatteryStatus.DesktopGL", "Platforms\DesktopGL\BatteryStatus.DesktopGL.csproj", "{33333333-3333-3333-3333-333333333333}"
  8. EndProject
  9. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatteryStatus.Android", "Platforms\Android\BatteryStatus.Android.csproj", "{44444444-4444-4444-4444-444444444444}"
  10. EndProject
  11. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatteryStatus.iOS", "Platforms\iOS\BatteryStatus.iOS.csproj", "{55555555-5555-5555-5555-555555555555}"
  12. EndProject
  13. Global
  14. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  15. Debug|Any CPU = Debug|Any CPU
  16. Release|Any CPU = Release|Any CPU
  17. EndGlobalSection
  18. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  19. {22222222-2222-2222-2222-222222222222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  20. {22222222-2222-2222-2222-222222222222}.Debug|Any CPU.Build.0 = Debug|Any CPU
  21. {22222222-2222-2222-2222-222222222222}.Release|Any CPU.ActiveCfg = Release|Any CPU
  22. {22222222-2222-2222-2222-222222222222}.Release|Any CPU.Build.0 = Release|Any CPU
  23. {33333333-3333-3333-3333-333333333333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  24. {33333333-3333-3333-3333-333333333333}.Debug|Any CPU.Build.0 = Debug|Any CPU
  25. {33333333-3333-3333-3333-333333333333}.Release|Any CPU.ActiveCfg = Release|Any CPU
  26. {33333333-3333-3333-3333-333333333333}.Release|Any CPU.Build.0 = Release|Any CPU
  27. {44444444-4444-4444-4444-444444444444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  28. {44444444-4444-4444-4444-444444444444}.Debug|Any CPU.Build.0 = Debug|Any CPU
  29. {44444444-4444-4444-4444-444444444444}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
  30. {44444444-4444-4444-4444-444444444444}.Release|Any CPU.ActiveCfg = Release|Any CPU
  31. {44444444-4444-4444-4444-444444444444}.Release|Any CPU.Build.0 = Release|Any CPU
  32. {55555555-5555-5555-5555-555555555555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  33. {55555555-5555-5555-5555-555555555555}.Debug|Any CPU.Build.0 = Debug|Any CPU
  34. {55555555-5555-5555-5555-555555555555}.Release|Any CPU.ActiveCfg = Release|Any CPU
  35. {55555555-5555-5555-5555-555555555555}.Release|Any CPU.Build.0 = Release|Any CPU
  36. EndGlobalSection
  37. GlobalSection(SolutionProperties) = preSolution
  38. HideSolutionNode = FALSE
  39. EndGlobalSection
  40. GlobalSection(ExtensibilityGlobals) = postSolution
  41. SolutionGuid = {BCD5BF6F-A517-43DF-A3B7-3A94195F5E53}
  42. EndGlobalSection
  43. EndGlobal