-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCompanyEmployees.sln
73 lines (73 loc) · 4.89 KB
/
CompanyEmployees.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompanyEmployees", "CompanyEmployees\CompanyEmployees.csproj", "{39974C94-BC68-4437-A6E2-3E973C93AF89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contracts", "Contracts\Contracts.csproj", "{ED26E6FE-AAD2-4C95-9164-4FC657C534D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoggerService", "LoggerService\LoggerService.csproj", "{E7C6EBD8-4D79-4BB3-AA23-1DD0B0CB33F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{6DA8FA3A-CF2C-4C76-84D8-8F1D8F2CB9C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repository", "Repository\Repository.csproj", "{47E5C3E0-2973-4E34-B44A-052E3CB0B8CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service.Contracts", "Service.Contracts\Service.Contracts.csproj", "{0537D23B-11FE-4602-B9AA-70F5232A6BF8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service", "Service\Service.csproj", "{DED502D5-4069-48CD-A202-54B425494EB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompanyEmployees.Presentation", "CompanyEmployees.Presentation\CompanyEmployees.Presentation.csproj", "{0C51B1EC-3EAB-416E-984C-58A279AEA7C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{86C4142F-599F-4E13-87E7-922EAC7E207C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39974C94-BC68-4437-A6E2-3E973C93AF89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39974C94-BC68-4437-A6E2-3E973C93AF89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39974C94-BC68-4437-A6E2-3E973C93AF89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39974C94-BC68-4437-A6E2-3E973C93AF89}.Release|Any CPU.Build.0 = Release|Any CPU
{ED26E6FE-AAD2-4C95-9164-4FC657C534D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED26E6FE-AAD2-4C95-9164-4FC657C534D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED26E6FE-AAD2-4C95-9164-4FC657C534D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED26E6FE-AAD2-4C95-9164-4FC657C534D4}.Release|Any CPU.Build.0 = Release|Any CPU
{E7C6EBD8-4D79-4BB3-AA23-1DD0B0CB33F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7C6EBD8-4D79-4BB3-AA23-1DD0B0CB33F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7C6EBD8-4D79-4BB3-AA23-1DD0B0CB33F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7C6EBD8-4D79-4BB3-AA23-1DD0B0CB33F5}.Release|Any CPU.Build.0 = Release|Any CPU
{6DA8FA3A-CF2C-4C76-84D8-8F1D8F2CB9C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DA8FA3A-CF2C-4C76-84D8-8F1D8F2CB9C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DA8FA3A-CF2C-4C76-84D8-8F1D8F2CB9C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DA8FA3A-CF2C-4C76-84D8-8F1D8F2CB9C4}.Release|Any CPU.Build.0 = Release|Any CPU
{47E5C3E0-2973-4E34-B44A-052E3CB0B8CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47E5C3E0-2973-4E34-B44A-052E3CB0B8CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47E5C3E0-2973-4E34-B44A-052E3CB0B8CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47E5C3E0-2973-4E34-B44A-052E3CB0B8CC}.Release|Any CPU.Build.0 = Release|Any CPU
{0537D23B-11FE-4602-B9AA-70F5232A6BF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0537D23B-11FE-4602-B9AA-70F5232A6BF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0537D23B-11FE-4602-B9AA-70F5232A6BF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0537D23B-11FE-4602-B9AA-70F5232A6BF8}.Release|Any CPU.Build.0 = Release|Any CPU
{DED502D5-4069-48CD-A202-54B425494EB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DED502D5-4069-48CD-A202-54B425494EB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DED502D5-4069-48CD-A202-54B425494EB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DED502D5-4069-48CD-A202-54B425494EB6}.Release|Any CPU.Build.0 = Release|Any CPU
{0C51B1EC-3EAB-416E-984C-58A279AEA7C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C51B1EC-3EAB-416E-984C-58A279AEA7C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C51B1EC-3EAB-416E-984C-58A279AEA7C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C51B1EC-3EAB-416E-984C-58A279AEA7C9}.Release|Any CPU.Build.0 = Release|Any CPU
{86C4142F-599F-4E13-87E7-922EAC7E207C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86C4142F-599F-4E13-87E7-922EAC7E207C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86C4142F-599F-4E13-87E7-922EAC7E207C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86C4142F-599F-4E13-87E7-922EAC7E207C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B093E430-A092-4322-98EA-175164BE6F9B}
EndGlobalSection
EndGlobal