-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlackJack.sln
55 lines (55 loc) · 3.54 KB
/
BlackJack.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlackJack.Web", "BlackJack.Web\BlackJack.Web.csproj", "{6D967F1C-9143-45AF-8528-486B00198453}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlackJack.DataAccess", "BlackJack.DataAccess\BlackJack.DataAccess.csproj", "{32B57C94-79F5-4283-9EDB-116766A9EF87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlackJack.Shared", "BlackJack.Shared\BlackJack.Shared.csproj", "{0FEE52B7-30DB-4E63-8808-9A8DB2F55E7F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlackJack.ViewModels", "BlackJack.ViewModels\BlackJack.ViewModels.csproj", "{CFB9DDF9-D0CB-4EFC-ADB1-A65E239E8FD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlackJack.Services", "BlackJack.Services\BlackJack.Services.csproj", "{E8BA75A6-70F0-4504-8AE2-E8379114FF27}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlackJack.WebMvc", "BlackJack.WebMvc\BlackJack.WebMvc.csproj", "{9143E19B-36A1-49D7-965D-542F813A91A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D967F1C-9143-45AF-8528-486B00198453}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D967F1C-9143-45AF-8528-486B00198453}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D967F1C-9143-45AF-8528-486B00198453}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D967F1C-9143-45AF-8528-486B00198453}.Release|Any CPU.Build.0 = Release|Any CPU
{32B57C94-79F5-4283-9EDB-116766A9EF87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32B57C94-79F5-4283-9EDB-116766A9EF87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32B57C94-79F5-4283-9EDB-116766A9EF87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32B57C94-79F5-4283-9EDB-116766A9EF87}.Release|Any CPU.Build.0 = Release|Any CPU
{0FEE52B7-30DB-4E63-8808-9A8DB2F55E7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FEE52B7-30DB-4E63-8808-9A8DB2F55E7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FEE52B7-30DB-4E63-8808-9A8DB2F55E7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FEE52B7-30DB-4E63-8808-9A8DB2F55E7F}.Release|Any CPU.Build.0 = Release|Any CPU
{CFB9DDF9-D0CB-4EFC-ADB1-A65E239E8FD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFB9DDF9-D0CB-4EFC-ADB1-A65E239E8FD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFB9DDF9-D0CB-4EFC-ADB1-A65E239E8FD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFB9DDF9-D0CB-4EFC-ADB1-A65E239E8FD7}.Release|Any CPU.Build.0 = Release|Any CPU
{E8BA75A6-70F0-4504-8AE2-E8379114FF27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8BA75A6-70F0-4504-8AE2-E8379114FF27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8BA75A6-70F0-4504-8AE2-E8379114FF27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8BA75A6-70F0-4504-8AE2-E8379114FF27}.Release|Any CPU.Build.0 = Release|Any CPU
{9143E19B-36A1-49D7-965D-542F813A91A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9143E19B-36A1-49D7-965D-542F813A91A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9143E19B-36A1-49D7-965D-542F813A91A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9143E19B-36A1-49D7-965D-542F813A91A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {982CA053-1838-4A76-A122-8C80253DD6FA}
EndGlobalSection
EndGlobal