-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGameRatings.sln
37 lines (37 loc) · 2.1 KB
/
GameRatings.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameRatings.Api", "GameRatings.Api\GameRatings.Api.csproj", "{4471FC1F-6466-436C-B7B6-47EC7A4DBBC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameRatings.Application", "GameRatings.Application\GameRatings.Application.csproj", "{E72933D2-42F7-4D00-A56F-1DD5B961FE0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameRatings.Contracts", "GameRatings.Contracts\GameRatings.Contracts.csproj", "{A462F6A2-0E85-4275-B7CE-2DFAC7060077}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4471FC1F-6466-436C-B7B6-47EC7A4DBBC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4471FC1F-6466-436C-B7B6-47EC7A4DBBC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4471FC1F-6466-436C-B7B6-47EC7A4DBBC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4471FC1F-6466-436C-B7B6-47EC7A4DBBC4}.Release|Any CPU.Build.0 = Release|Any CPU
{E72933D2-42F7-4D00-A56F-1DD5B961FE0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E72933D2-42F7-4D00-A56F-1DD5B961FE0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E72933D2-42F7-4D00-A56F-1DD5B961FE0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E72933D2-42F7-4D00-A56F-1DD5B961FE0C}.Release|Any CPU.Build.0 = Release|Any CPU
{A462F6A2-0E85-4275-B7CE-2DFAC7060077}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A462F6A2-0E85-4275-B7CE-2DFAC7060077}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A462F6A2-0E85-4275-B7CE-2DFAC7060077}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A462F6A2-0E85-4275-B7CE-2DFAC7060077}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EE1F05A-6D81-4A93-859C-9819E1E67945}
EndGlobalSection
EndGlobal