-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebGames.sln
More file actions
68 lines (68 loc) · 4.5 KB
/
WebGames.sln
File metadata and controls
68 lines (68 loc) · 4.5 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebGames.MVC", "WebGames.MVC\WebGames.MVC.csproj", "{7D6EE3E3-3452-4890-AB0A-351A94C317E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebGames.Domain", "WebGames.Domain\WebGames.Domain.csproj", "{A60B4CD6-E536-4B20-AE8A-6E79071D340B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebGames.Application", "WebGames.Application\WebGames.Application.csproj", "{0970D17A-615A-4658-A844-5350CA94F1A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebGames.Infrastructure", "WebGames.Infrastructure\WebGames.Infrastructure.csproj", "{59E7DF52-15D0-4B23-95E2-180860FB02F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebGames.Domain.Tests", "WebGames.Domain.Tests\WebGames.Domain.Tests.csproj", "{B25D09F3-F5B2-4901-95DC-D1CE5A586BF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebGames.Application.Tests", "WebGames.Application.Tests\WebGames.Application.Tests.csproj", "{A0E790E3-D82B-467F-BEE8-7EA3BE4FCDD8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{44C9B624-0C2A-4A2B-B33A-2FBE010EB6CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebGames.MVC.Tests", "WebGames.MVC.Tests\WebGames.MVC.Tests.csproj", "{999B82E1-245F-409D-B524-0358047DF528}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D6EE3E3-3452-4890-AB0A-351A94C317E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D6EE3E3-3452-4890-AB0A-351A94C317E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D6EE3E3-3452-4890-AB0A-351A94C317E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D6EE3E3-3452-4890-AB0A-351A94C317E9}.Release|Any CPU.Build.0 = Release|Any CPU
{A60B4CD6-E536-4B20-AE8A-6E79071D340B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A60B4CD6-E536-4B20-AE8A-6E79071D340B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A60B4CD6-E536-4B20-AE8A-6E79071D340B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A60B4CD6-E536-4B20-AE8A-6E79071D340B}.Release|Any CPU.Build.0 = Release|Any CPU
{0970D17A-615A-4658-A844-5350CA94F1A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0970D17A-615A-4658-A844-5350CA94F1A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0970D17A-615A-4658-A844-5350CA94F1A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0970D17A-615A-4658-A844-5350CA94F1A9}.Release|Any CPU.Build.0 = Release|Any CPU
{59E7DF52-15D0-4B23-95E2-180860FB02F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59E7DF52-15D0-4B23-95E2-180860FB02F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59E7DF52-15D0-4B23-95E2-180860FB02F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59E7DF52-15D0-4B23-95E2-180860FB02F2}.Release|Any CPU.Build.0 = Release|Any CPU
{B25D09F3-F5B2-4901-95DC-D1CE5A586BF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B25D09F3-F5B2-4901-95DC-D1CE5A586BF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B25D09F3-F5B2-4901-95DC-D1CE5A586BF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B25D09F3-F5B2-4901-95DC-D1CE5A586BF2}.Release|Any CPU.Build.0 = Release|Any CPU
{A0E790E3-D82B-467F-BEE8-7EA3BE4FCDD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0E790E3-D82B-467F-BEE8-7EA3BE4FCDD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0E790E3-D82B-467F-BEE8-7EA3BE4FCDD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0E790E3-D82B-467F-BEE8-7EA3BE4FCDD8}.Release|Any CPU.Build.0 = Release|Any CPU
{999B82E1-245F-409D-B524-0358047DF528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{999B82E1-245F-409D-B524-0358047DF528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{999B82E1-245F-409D-B524-0358047DF528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{999B82E1-245F-409D-B524-0358047DF528}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B25D09F3-F5B2-4901-95DC-D1CE5A586BF2} = {44C9B624-0C2A-4A2B-B33A-2FBE010EB6CB}
{A0E790E3-D82B-467F-BEE8-7EA3BE4FCDD8} = {44C9B624-0C2A-4A2B-B33A-2FBE010EB6CB}
{999B82E1-245F-409D-B524-0358047DF528} = {44C9B624-0C2A-4A2B-B33A-2FBE010EB6CB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC12FDF8-079F-4199-8C31-D3DD3CF6A161}
EndGlobalSection
EndGlobal