12345678910111213141516171819202122232425262728293031323334353637 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.2.32630.192
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PC Build Games SQL", "PC Build Games SQL\PC Build Games SQL.csproj", "{100BA55F-65AB-4BF2-82FA-443B77274C20}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PC_Build_Games", "PC_Build_Games\PC_Build_Games.csproj", "{D84009C9-00DB-4541-8B5F-F1ABB36C89BD}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestProject1", "UnitTestProject1\UnitTestProject1.csproj", "{385A5F31-3E18-4E0D-9E47-5848082C16CF}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {100BA55F-65AB-4BF2-82FA-443B77274C20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {100BA55F-65AB-4BF2-82FA-443B77274C20}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {100BA55F-65AB-4BF2-82FA-443B77274C20}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {100BA55F-65AB-4BF2-82FA-443B77274C20}.Release|Any CPU.Build.0 = Release|Any CPU
- {D84009C9-00DB-4541-8B5F-F1ABB36C89BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D84009C9-00DB-4541-8B5F-F1ABB36C89BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D84009C9-00DB-4541-8B5F-F1ABB36C89BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D84009C9-00DB-4541-8B5F-F1ABB36C89BD}.Release|Any CPU.Build.0 = Release|Any CPU
- {385A5F31-3E18-4E0D-9E47-5848082C16CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {385A5F31-3E18-4E0D-9E47-5848082C16CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {385A5F31-3E18-4E0D-9E47-5848082C16CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {385A5F31-3E18-4E0D-9E47-5848082C16CF}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {D39386D3-6969-4E41-BA75-2428D9EC3152}
- EndGlobalSection
- EndGlobal
|