-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEmployeeSystem.sln
More file actions
49 lines (49 loc) · 2.95 KB
/
EmployeeSystem.sln
File metadata and controls
49 lines (49 loc) · 2.95 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{E3415028-707C-4507-8A92-6D4B9C5C7267}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{809670DA-ABB1-476D-85E6-F61E39EF8E8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BaseLibrary", "BaseLibrary\BaseLibrary.csproj", "{1D96D4C5-82C4-4026-A044-F66DB17CBEBE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientLibrary", "ClientLibrary\ClientLibrary.csproj", "{CC18A9C4-A10D-4B99-AD0F-5D9CF3BE1121}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerLibrary", "ServerLibrary\ServerLibrary.csproj", "{606733E0-ABB0-49C6-8868-CBF05F552359}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3415028-707C-4507-8A92-6D4B9C5C7267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3415028-707C-4507-8A92-6D4B9C5C7267}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3415028-707C-4507-8A92-6D4B9C5C7267}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3415028-707C-4507-8A92-6D4B9C5C7267}.Release|Any CPU.Build.0 = Release|Any CPU
{809670DA-ABB1-476D-85E6-F61E39EF8E8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{809670DA-ABB1-476D-85E6-F61E39EF8E8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{809670DA-ABB1-476D-85E6-F61E39EF8E8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{809670DA-ABB1-476D-85E6-F61E39EF8E8D}.Release|Any CPU.Build.0 = Release|Any CPU
{1D96D4C5-82C4-4026-A044-F66DB17CBEBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D96D4C5-82C4-4026-A044-F66DB17CBEBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D96D4C5-82C4-4026-A044-F66DB17CBEBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D96D4C5-82C4-4026-A044-F66DB17CBEBE}.Release|Any CPU.Build.0 = Release|Any CPU
{CC18A9C4-A10D-4B99-AD0F-5D9CF3BE1121}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC18A9C4-A10D-4B99-AD0F-5D9CF3BE1121}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC18A9C4-A10D-4B99-AD0F-5D9CF3BE1121}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC18A9C4-A10D-4B99-AD0F-5D9CF3BE1121}.Release|Any CPU.Build.0 = Release|Any CPU
{606733E0-ABB0-49C6-8868-CBF05F552359}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{606733E0-ABB0-49C6-8868-CBF05F552359}.Debug|Any CPU.Build.0 = Debug|Any CPU
{606733E0-ABB0-49C6-8868-CBF05F552359}.Release|Any CPU.ActiveCfg = Release|Any CPU
{606733E0-ABB0-49C6-8868-CBF05F552359}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57D1D2B0-949E-404D-93B2-B941A39426CA}
EndGlobalSection
EndGlobal