PC Build Games SQL.sln 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.2.32630.192
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PC Build Games SQL", "PC Build Games SQL\PC Build Games SQL.csproj", "{100BA55F-65AB-4BF2-82FA-443B77274C20}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PC_Build_Games", "PC_Build_Games\PC_Build_Games.csproj", "{D84009C9-00DB-4541-8B5F-F1ABB36C89BD}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestProject1", "UnitTestProject1\UnitTestProject1.csproj", "{385A5F31-3E18-4E0D-9E47-5848082C16CF}"
  11. EndProject
  12. Global
  13. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  14. Debug|Any CPU = Debug|Any CPU
  15. Release|Any CPU = Release|Any CPU
  16. EndGlobalSection
  17. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  18. {100BA55F-65AB-4BF2-82FA-443B77274C20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  19. {100BA55F-65AB-4BF2-82FA-443B77274C20}.Debug|Any CPU.Build.0 = Debug|Any CPU
  20. {100BA55F-65AB-4BF2-82FA-443B77274C20}.Release|Any CPU.ActiveCfg = Release|Any CPU
  21. {100BA55F-65AB-4BF2-82FA-443B77274C20}.Release|Any CPU.Build.0 = Release|Any CPU
  22. {D84009C9-00DB-4541-8B5F-F1ABB36C89BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {D84009C9-00DB-4541-8B5F-F1ABB36C89BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {D84009C9-00DB-4541-8B5F-F1ABB36C89BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {D84009C9-00DB-4541-8B5F-F1ABB36C89BD}.Release|Any CPU.Build.0 = Release|Any CPU
  26. {385A5F31-3E18-4E0D-9E47-5848082C16CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  27. {385A5F31-3E18-4E0D-9E47-5848082C16CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
  28. {385A5F31-3E18-4E0D-9E47-5848082C16CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29. {385A5F31-3E18-4E0D-9E47-5848082C16CF}.Release|Any CPU.Build.0 = Release|Any CPU
  30. EndGlobalSection
  31. GlobalSection(SolutionProperties) = preSolution
  32. HideSolutionNode = FALSE
  33. EndGlobalSection
  34. GlobalSection(ExtensibilityGlobals) = postSolution
  35. SolutionGuid = {D39386D3-6969-4E41-BA75-2428D9EC3152}
  36. EndGlobalSection
  37. EndGlobal