-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEmployee.Api.sln
43 lines (43 loc) · 2.52 KB
/
Employee.Api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Employee.Api", "Employee.Api\Employee.Api.csproj", "{8E6ED88B-2492-4A35-A9ED-348A23E159EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataManager", "DataLayer\DataManager.csproj", "{341A7259-F18F-4F90-94EC-08940AE85AF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessManager", "BusinessManager\BusinessManager.csproj", "{0FB2FE99-D346-4A81-9719-7BF2F09A8E50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Employee.Test", "Employee.Test\Employee.Test.csproj", "{A9B1F510-BEAF-4AAD-8E11-543B895449E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E6ED88B-2492-4A35-A9ED-348A23E159EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E6ED88B-2492-4A35-A9ED-348A23E159EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E6ED88B-2492-4A35-A9ED-348A23E159EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E6ED88B-2492-4A35-A9ED-348A23E159EB}.Release|Any CPU.Build.0 = Release|Any CPU
{341A7259-F18F-4F90-94EC-08940AE85AF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{341A7259-F18F-4F90-94EC-08940AE85AF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{341A7259-F18F-4F90-94EC-08940AE85AF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{341A7259-F18F-4F90-94EC-08940AE85AF0}.Release|Any CPU.Build.0 = Release|Any CPU
{0FB2FE99-D346-4A81-9719-7BF2F09A8E50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FB2FE99-D346-4A81-9719-7BF2F09A8E50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FB2FE99-D346-4A81-9719-7BF2F09A8E50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FB2FE99-D346-4A81-9719-7BF2F09A8E50}.Release|Any CPU.Build.0 = Release|Any CPU
{A9B1F510-BEAF-4AAD-8E11-543B895449E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9B1F510-BEAF-4AAD-8E11-543B895449E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9B1F510-BEAF-4AAD-8E11-543B895449E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9B1F510-BEAF-4AAD-8E11-543B895449E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE52C390-7803-4618-9BB3-A618F10DBF11}
EndGlobalSection
EndGlobal