-
Notifications
You must be signed in to change notification settings - Fork 1
/
EmployeeManagement.sln
46 lines (46 loc) · 3.04 KB
/
EmployeeManagement.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmployeeManagement.Data", "EmployeeManagement\EmployeeManagement.Data.csproj", "{E1391783-0EAE-412D-9798-4549C0286603}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmployeeManagement.Entities", "EmployeeManagement.Entities\EmployeeManagement.Entities.csproj", "{9185257A-1BE7-4D47-9BC0-662F1D276FBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmployeeManagement.Web", "EmployeeManagement.Web\EmployeeManagement.Web.csproj", "{E1AC0EE1-341B-4854-8B28-775EC9D30C27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmployeeManagement.WebApi", "EmployeeManagement.WebApi\EmployeeManagement.WebApi.csproj", "{4D747907-F001-45BB-A033-9F36E4C3FDBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmployeeManagement.Repository", "EmployeeManagement.Repository\EmployeeManagement.Repository.csproj", "{9B6CD620-6FEA-47F1-903A-50EA32817253}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1391783-0EAE-412D-9798-4549C0286603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1391783-0EAE-412D-9798-4549C0286603}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1391783-0EAE-412D-9798-4549C0286603}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1391783-0EAE-412D-9798-4549C0286603}.Release|Any CPU.Build.0 = Release|Any CPU
{9185257A-1BE7-4D47-9BC0-662F1D276FBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9185257A-1BE7-4D47-9BC0-662F1D276FBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9185257A-1BE7-4D47-9BC0-662F1D276FBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9185257A-1BE7-4D47-9BC0-662F1D276FBA}.Release|Any CPU.Build.0 = Release|Any CPU
{E1AC0EE1-341B-4854-8B28-775EC9D30C27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1AC0EE1-341B-4854-8B28-775EC9D30C27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1AC0EE1-341B-4854-8B28-775EC9D30C27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1AC0EE1-341B-4854-8B28-775EC9D30C27}.Release|Any CPU.Build.0 = Release|Any CPU
{4D747907-F001-45BB-A033-9F36E4C3FDBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D747907-F001-45BB-A033-9F36E4C3FDBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D747907-F001-45BB-A033-9F36E4C3FDBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D747907-F001-45BB-A033-9F36E4C3FDBD}.Release|Any CPU.Build.0 = Release|Any CPU
{9B6CD620-6FEA-47F1-903A-50EA32817253}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B6CD620-6FEA-47F1-903A-50EA32817253}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B6CD620-6FEA-47F1-903A-50EA32817253}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B6CD620-6FEA-47F1-903A-50EA32817253}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal