-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocalEndpointManager.sln
More file actions
59 lines (59 loc) · 4 KB
/
LocalEndpointManager.sln
File metadata and controls
59 lines (59 loc) · 4 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalEndpointManager_Server_Service", "LocalEndpointManager_Server_Service\LocalEndpointManager_Server_Service.csproj", "{4448928E-380A-4423-A3A7-A2F166766CFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalEndpointManager_Client_GUI", "LocalEndpointManager_Client_GUI\LocalEndpointManager_Client_GUI.csproj", "{C2CD0231-B49E-4035-9D48-3301019CB72F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalEndpointManager_Client_Service", "LocalEndpointManager_Client_Service\LocalEndpointManager_Client_Service.csproj", "{A5132623-39BF-43B6-9058-8B4019EA3381}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalEndpointManager_InterCommLib", "LocalEndpointManager_InterCommLib\LocalEndpointManager_InterCommLib.csproj", "{12FCE9A9-2CDE-47D4-BC95-9276B695BD68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalEndpointManager_Server_GUI", "LocalEndpointManager_Server_GUI\LocalEndpointManager_Server_GUI.csproj", "{37DC9FFD-A471-4400-B2DF-4416184229D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Local Endpoint Manager GUI", "Local Endpoint Manager GUI", "{E9555807-1418-4925-8886-8A5EF08AFAAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Local Endpoint Manager Services", "Local Endpoint Manager Services", "{0FF53BF5-2D88-4CB2-ABC3-1D54BAFB791E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4448928E-380A-4423-A3A7-A2F166766CFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4448928E-380A-4423-A3A7-A2F166766CFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4448928E-380A-4423-A3A7-A2F166766CFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4448928E-380A-4423-A3A7-A2F166766CFD}.Release|Any CPU.Build.0 = Release|Any CPU
{C2CD0231-B49E-4035-9D48-3301019CB72F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2CD0231-B49E-4035-9D48-3301019CB72F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2CD0231-B49E-4035-9D48-3301019CB72F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2CD0231-B49E-4035-9D48-3301019CB72F}.Release|Any CPU.Build.0 = Release|Any CPU
{A5132623-39BF-43B6-9058-8B4019EA3381}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5132623-39BF-43B6-9058-8B4019EA3381}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5132623-39BF-43B6-9058-8B4019EA3381}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5132623-39BF-43B6-9058-8B4019EA3381}.Release|Any CPU.Build.0 = Release|Any CPU
{12FCE9A9-2CDE-47D4-BC95-9276B695BD68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12FCE9A9-2CDE-47D4-BC95-9276B695BD68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12FCE9A9-2CDE-47D4-BC95-9276B695BD68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12FCE9A9-2CDE-47D4-BC95-9276B695BD68}.Release|Any CPU.Build.0 = Release|Any CPU
{37DC9FFD-A471-4400-B2DF-4416184229D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37DC9FFD-A471-4400-B2DF-4416184229D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37DC9FFD-A471-4400-B2DF-4416184229D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37DC9FFD-A471-4400-B2DF-4416184229D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4448928E-380A-4423-A3A7-A2F166766CFD} = {0FF53BF5-2D88-4CB2-ABC3-1D54BAFB791E}
{C2CD0231-B49E-4035-9D48-3301019CB72F} = {E9555807-1418-4925-8886-8A5EF08AFAAA}
{A5132623-39BF-43B6-9058-8B4019EA3381} = {0FF53BF5-2D88-4CB2-ABC3-1D54BAFB791E}
{37DC9FFD-A471-4400-B2DF-4416184229D1} = {E9555807-1418-4925-8886-8A5EF08AFAAA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8CD09754-DDDE-4F67-BB19-3F7AC1E5BB0D}
EndGlobalSection
EndGlobal