-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCore.Server.sln
More file actions
75 lines (75 loc) · 4.67 KB
/
Core.Server.sln
File metadata and controls
75 lines (75 loc) · 4.67 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
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.DAL", "Core.DAL\Core.DAL.csproj", "{1584B464-5D47-4629-9034-DA150522C50C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.WebApi", "Core.WebApi\Core.WebApi.csproj", "{B3C70CD0-EC5C-4276-A293-89B91D838312}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.BLL", "Core.BLL\Core.BLL.csproj", "{4A4C9FE0-5D2E-4424-863D-9F7FD1133A18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Server", "Core.Server\Core.Server.csproj", "{F3C9E709-B384-4B97-B72B-931A47E383BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.React.UI", "Core.React.UI\Core.React.UI.csproj", "{E4DF7705-223F-4B88-A080-FE1CE5600FF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Angular.UI", "Core.Angular.UI\Core.Angular.UI.csproj", "{67ED71F7-2F1A-4805-885B-73D856BAB225}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{6C35A602-22E6-4FB0-853F-FE4C084E4131}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9E776A8B-17CA-46FC-8BC8-90B80B6B50AB}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitignore = .gitignore
Dockerfile = Dockerfile
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Vue.UI", "Core.Vue.UI\Core.Vue.UI.csproj", "{92AED67F-FFD5-4116-9C26-07E7B3AF01C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1584B464-5D47-4629-9034-DA150522C50C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1584B464-5D47-4629-9034-DA150522C50C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1584B464-5D47-4629-9034-DA150522C50C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1584B464-5D47-4629-9034-DA150522C50C}.Release|Any CPU.Build.0 = Release|Any CPU
{B3C70CD0-EC5C-4276-A293-89B91D838312}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3C70CD0-EC5C-4276-A293-89B91D838312}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3C70CD0-EC5C-4276-A293-89B91D838312}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3C70CD0-EC5C-4276-A293-89B91D838312}.Release|Any CPU.Build.0 = Release|Any CPU
{4A4C9FE0-5D2E-4424-863D-9F7FD1133A18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A4C9FE0-5D2E-4424-863D-9F7FD1133A18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A4C9FE0-5D2E-4424-863D-9F7FD1133A18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A4C9FE0-5D2E-4424-863D-9F7FD1133A18}.Release|Any CPU.Build.0 = Release|Any CPU
{F3C9E709-B384-4B97-B72B-931A47E383BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3C9E709-B384-4B97-B72B-931A47E383BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3C9E709-B384-4B97-B72B-931A47E383BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C9E709-B384-4B97-B72B-931A47E383BA}.Release|Any CPU.Build.0 = Release|Any CPU
{E4DF7705-223F-4B88-A080-FE1CE5600FF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4DF7705-223F-4B88-A080-FE1CE5600FF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4DF7705-223F-4B88-A080-FE1CE5600FF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4DF7705-223F-4B88-A080-FE1CE5600FF9}.Release|Any CPU.Build.0 = Release|Any CPU
{67ED71F7-2F1A-4805-885B-73D856BAB225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67ED71F7-2F1A-4805-885B-73D856BAB225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67ED71F7-2F1A-4805-885B-73D856BAB225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67ED71F7-2F1A-4805-885B-73D856BAB225}.Release|Any CPU.Build.0 = Release|Any CPU
{6C35A602-22E6-4FB0-853F-FE4C084E4131}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C35A602-22E6-4FB0-853F-FE4C084E4131}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C35A602-22E6-4FB0-853F-FE4C084E4131}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C35A602-22E6-4FB0-853F-FE4C084E4131}.Release|Any CPU.Build.0 = Release|Any CPU
{92AED67F-FFD5-4116-9C26-07E7B3AF01C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92AED67F-FFD5-4116-9C26-07E7B3AF01C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92AED67F-FFD5-4116-9C26-07E7B3AF01C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92AED67F-FFD5-4116-9C26-07E7B3AF01C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1106B1C6-D5B1-4E92-B1BD-475EF15CE611}
EndGlobalSection
EndGlobal