-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDataLayer.sln
More file actions
57 lines (57 loc) · 3.21 KB
/
DataLayer.sln
File metadata and controls
57 lines (57 loc) · 3.21 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientLayer", "ClientLayer\ClientLayer.csproj", "{F0F673D0-82A3-47B0-8D8B-2820EFE5B6AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{611A8984-CD1C-43B4-A57A-6240B1A094E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{CCFE5161-6D5A-4D15-B358-157C05830854}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RepositoryFiles", "RepositoryFiles", "{971A2419-3F57-4E57-84E4-2E34BCCF1963}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{364C597A-1162-487F-B6D5-510740401F15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{1A21802A-D115-4DF1-8F1D-423A58D599EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0F673D0-82A3-47B0-8D8B-2820EFE5B6AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0F673D0-82A3-47B0-8D8B-2820EFE5B6AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0F673D0-82A3-47B0-8D8B-2820EFE5B6AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0F673D0-82A3-47B0-8D8B-2820EFE5B6AD}.Release|Any CPU.Build.0 = Release|Any CPU
{611A8984-CD1C-43B4-A57A-6240B1A094E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{611A8984-CD1C-43B4-A57A-6240B1A094E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{611A8984-CD1C-43B4-A57A-6240B1A094E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{611A8984-CD1C-43B4-A57A-6240B1A094E6}.Release|Any CPU.Build.0 = Release|Any CPU
{CCFE5161-6D5A-4D15-B358-157C05830854}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCFE5161-6D5A-4D15-B358-157C05830854}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCFE5161-6D5A-4D15-B358-157C05830854}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCFE5161-6D5A-4D15-B358-157C05830854}.Release|Any CPU.Build.0 = Release|Any CPU
{364C597A-1162-487F-B6D5-510740401F15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{364C597A-1162-487F-B6D5-510740401F15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{364C597A-1162-487F-B6D5-510740401F15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{364C597A-1162-487F-B6D5-510740401F15}.Release|Any CPU.Build.0 = Release|Any CPU
{1A21802A-D115-4DF1-8F1D-423A58D599EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A21802A-D115-4DF1-8F1D-423A58D599EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A21802A-D115-4DF1-8F1D-423A58D599EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A21802A-D115-4DF1-8F1D-423A58D599EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CA0B27E-C3AB-4695-B6E0-7FA49C1D7B14}
EndGlobalSection
EndGlobal