-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathControlMultiplePCs.sln
More file actions
49 lines (49 loc) · 2.95 KB
/
ControlMultiplePCs.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 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MainPC", "MainPC\MainPC.csproj", "{7154FFE5-D56B-41F6-8585-204958C742A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Message", "MessageType\Message.csproj", "{7B2B110F-DFE8-478D-9A8D-4B79B782442C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientPC", "ClientPC\ClientPC.csproj", "{42E8B756-312A-43A7-A515-58A07F340BB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsInput", "WindowsInput\WindowsInput.csproj", "{65465D8F-462A-4038-976A-344B469809C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsInput.Test", "WindowsInput.Test\WindowsInput.Test.csproj", "{CF0ACEEB-9654-4C00-994A-7FCA9328EF14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7154FFE5-D56B-41F6-8585-204958C742A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7154FFE5-D56B-41F6-8585-204958C742A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7154FFE5-D56B-41F6-8585-204958C742A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7154FFE5-D56B-41F6-8585-204958C742A3}.Release|Any CPU.Build.0 = Release|Any CPU
{7B2B110F-DFE8-478D-9A8D-4B79B782442C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B2B110F-DFE8-478D-9A8D-4B79B782442C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B2B110F-DFE8-478D-9A8D-4B79B782442C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B2B110F-DFE8-478D-9A8D-4B79B782442C}.Release|Any CPU.Build.0 = Release|Any CPU
{42E8B756-312A-43A7-A515-58A07F340BB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42E8B756-312A-43A7-A515-58A07F340BB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42E8B756-312A-43A7-A515-58A07F340BB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42E8B756-312A-43A7-A515-58A07F340BB8}.Release|Any CPU.Build.0 = Release|Any CPU
{65465D8F-462A-4038-976A-344B469809C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65465D8F-462A-4038-976A-344B469809C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65465D8F-462A-4038-976A-344B469809C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65465D8F-462A-4038-976A-344B469809C0}.Release|Any CPU.Build.0 = Release|Any CPU
{CF0ACEEB-9654-4C00-994A-7FCA9328EF14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF0ACEEB-9654-4C00-994A-7FCA9328EF14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF0ACEEB-9654-4C00-994A-7FCA9328EF14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF0ACEEB-9654-4C00-994A-7FCA9328EF14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC495946-5CD1-45FC-9D33-B807DA4D5B2C}
EndGlobalSection
EndGlobal