-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEmployeeService.sln
37 lines (37 loc) · 2.07 KB
/
EmployeeService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.902
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmployeeService", "EmployeeService\EmployeeService.csproj", "{8D85CD83-8012-46FA-8380-2F815EAEB92C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmployeeDataAccess", "EmployeeDataAccess\EmployeeDataAccess.csproj", "{D08B9EF2-D335-4A11-A700-6E6A899518B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientApplication", "ClientApplication\ClientApplication.csproj", "{A11BB739-8FBE-4053-8309-CDB672546C0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D85CD83-8012-46FA-8380-2F815EAEB92C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D85CD83-8012-46FA-8380-2F815EAEB92C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D85CD83-8012-46FA-8380-2F815EAEB92C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D85CD83-8012-46FA-8380-2F815EAEB92C}.Release|Any CPU.Build.0 = Release|Any CPU
{D08B9EF2-D335-4A11-A700-6E6A899518B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D08B9EF2-D335-4A11-A700-6E6A899518B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D08B9EF2-D335-4A11-A700-6E6A899518B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D08B9EF2-D335-4A11-A700-6E6A899518B7}.Release|Any CPU.Build.0 = Release|Any CPU
{A11BB739-8FBE-4053-8309-CDB672546C0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A11BB739-8FBE-4053-8309-CDB672546C0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A11BB739-8FBE-4053-8309-CDB672546C0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A11BB739-8FBE-4053-8309-CDB672546C0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4429FD78-5E97-49A4-9541-C7E3BC1C9EEA}
EndGlobalSection
EndGlobal