Karten Server.sln 1.3 KB

123456789101112131415161718192021222324252627282930
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 15
  4. VisualStudioVersion = 15.0.26020.0
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KartenServer", "KartenServer\KartenServer.vcxproj", "{D67B61D4-E858-4D71-8BE6-A64561CD757C}"
  7. EndProject
  8. Global
  9. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10. Debug|ARM = Debug|ARM
  11. Debug|x64 = Debug|x64
  12. Debug|x86 = Debug|x86
  13. Release|ARM = Release|ARM
  14. Release|x64 = Release|x64
  15. Release|x86 = Release|x86
  16. EndGlobalSection
  17. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  18. {D67B61D4-E858-4D71-8BE6-A64561CD757C}.Debug|ARM.ActiveCfg = Debug|x64
  19. {D67B61D4-E858-4D71-8BE6-A64561CD757C}.Debug|x64.ActiveCfg = Debug|x64
  20. {D67B61D4-E858-4D71-8BE6-A64561CD757C}.Debug|x64.Build.0 = Debug|x64
  21. {D67B61D4-E858-4D71-8BE6-A64561CD757C}.Debug|x86.ActiveCfg = Debug|x64
  22. {D67B61D4-E858-4D71-8BE6-A64561CD757C}.Release|ARM.ActiveCfg = Release|x64
  23. {D67B61D4-E858-4D71-8BE6-A64561CD757C}.Release|x64.ActiveCfg = Release|x64
  24. {D67B61D4-E858-4D71-8BE6-A64561CD757C}.Release|x64.Build.0 = Release|x64
  25. {D67B61D4-E858-4D71-8BE6-A64561CD757C}.Release|x86.ActiveCfg = Release|x64
  26. EndGlobalSection
  27. GlobalSection(SolutionProperties) = preSolution
  28. HideSolutionNode = FALSE
  29. EndGlobalSection
  30. EndGlobal