-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDemoEmployeeManagementSystemSolution.sln
More file actions
64 lines (64 loc) · 3.65 KB
/
DemoEmployeeManagementSystemSolution.sln
File metadata and controls
64 lines (64 loc) · 3.65 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
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{644C9AB6-DD60-47ED-BF83-15F085E92F54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{B759FC26-D451-423F-88C8-F8C580F6B533}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BaseLibrary", "BaseLibrary\BaseLibrary.csproj", "{460C467B-C9F7-499A-A3D6-F92F46C0504E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientLibrary", "ClientLibrary\ClientLibrary.csproj", "{05B15D44-71A3-446A-A957-B035A94A74E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerLibrary", "ServerLibrary\ServerLibrary.csproj", "{1980F1CC-7790-4875-AEF1-4DEB05A84952}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7BD5CA7E-8CCF-4CAE-A9B2-519DD47BF9EE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{4F7F117A-6E2E-49BA-9906-084B79BE3BE2}"
ProjectSection(SolutionItems) = preProject
dotnet.yml = dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{644C9AB6-DD60-47ED-BF83-15F085E92F54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{644C9AB6-DD60-47ED-BF83-15F085E92F54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{644C9AB6-DD60-47ED-BF83-15F085E92F54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{644C9AB6-DD60-47ED-BF83-15F085E92F54}.Release|Any CPU.Build.0 = Release|Any CPU
{B759FC26-D451-423F-88C8-F8C580F6B533}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B759FC26-D451-423F-88C8-F8C580F6B533}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B759FC26-D451-423F-88C8-F8C580F6B533}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B759FC26-D451-423F-88C8-F8C580F6B533}.Release|Any CPU.Build.0 = Release|Any CPU
{460C467B-C9F7-499A-A3D6-F92F46C0504E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{460C467B-C9F7-499A-A3D6-F92F46C0504E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{460C467B-C9F7-499A-A3D6-F92F46C0504E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{460C467B-C9F7-499A-A3D6-F92F46C0504E}.Release|Any CPU.Build.0 = Release|Any CPU
{05B15D44-71A3-446A-A957-B035A94A74E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05B15D44-71A3-446A-A957-B035A94A74E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05B15D44-71A3-446A-A957-B035A94A74E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05B15D44-71A3-446A-A957-B035A94A74E2}.Release|Any CPU.Build.0 = Release|Any CPU
{1980F1CC-7790-4875-AEF1-4DEB05A84952}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1980F1CC-7790-4875-AEF1-4DEB05A84952}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1980F1CC-7790-4875-AEF1-4DEB05A84952}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1980F1CC-7790-4875-AEF1-4DEB05A84952}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4F7F117A-6E2E-49BA-9906-084B79BE3BE2} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52E34633-FB67-468F-8FD5-50C285C9A6E0}
EndGlobalSection
EndGlobal