-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompanyEmployeesAPI.sln
More file actions
54 lines (54 loc) · 3.19 KB
/
CompanyEmployeesAPI.sln
File metadata and controls
54 lines (54 loc) · 3.19 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompanyEmployees", "CompanyEmployees\CompanyEmployees.csproj", "{F230DE0F-82BB-481C-BFD0-DB8A693D88E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contracts", "Contracts\Contracts.csproj", "{DA1CAFE1-56A7-4D8A-952E-8F9D3530FA0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoggerService", "LoggerService\LoggerService.csproj", "{C2FBD449-3C84-4576-8554-E162D8770290}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{5DCB2983-BC4D-4CD7-A555-151033684908}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repository", "Repository\Repository.csproj", "{168E0C66-BCA0-4AAC-BF17-DE0611D54058}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2AFF91F5-F1D5-44E8-BF65-2714298BDA44}"
ProjectSection(SolutionItems) = preProject
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F230DE0F-82BB-481C-BFD0-DB8A693D88E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F230DE0F-82BB-481C-BFD0-DB8A693D88E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F230DE0F-82BB-481C-BFD0-DB8A693D88E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F230DE0F-82BB-481C-BFD0-DB8A693D88E2}.Release|Any CPU.Build.0 = Release|Any CPU
{DA1CAFE1-56A7-4D8A-952E-8F9D3530FA0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA1CAFE1-56A7-4D8A-952E-8F9D3530FA0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA1CAFE1-56A7-4D8A-952E-8F9D3530FA0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA1CAFE1-56A7-4D8A-952E-8F9D3530FA0C}.Release|Any CPU.Build.0 = Release|Any CPU
{C2FBD449-3C84-4576-8554-E162D8770290}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2FBD449-3C84-4576-8554-E162D8770290}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2FBD449-3C84-4576-8554-E162D8770290}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2FBD449-3C84-4576-8554-E162D8770290}.Release|Any CPU.Build.0 = Release|Any CPU
{5DCB2983-BC4D-4CD7-A555-151033684908}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DCB2983-BC4D-4CD7-A555-151033684908}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DCB2983-BC4D-4CD7-A555-151033684908}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DCB2983-BC4D-4CD7-A555-151033684908}.Release|Any CPU.Build.0 = Release|Any CPU
{168E0C66-BCA0-4AAC-BF17-DE0611D54058}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{168E0C66-BCA0-4AAC-BF17-DE0611D54058}.Debug|Any CPU.Build.0 = Debug|Any CPU
{168E0C66-BCA0-4AAC-BF17-DE0611D54058}.Release|Any CPU.ActiveCfg = Release|Any CPU
{168E0C66-BCA0-4AAC-BF17-DE0611D54058}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B652BAC1-B421-44DE-9DD0-D27496AB2FA1}
EndGlobalSection
EndGlobal