-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLinkMobility.PsWin.Client.sln
More file actions
49 lines (49 loc) · 3.11 KB
/
LinkMobility.PsWin.Client.sln
File metadata and controls
49 lines (49 loc) · 3.11 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.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinkMobility.PSWin.Client", "PSWin.Client\LinkMobility.PSWin.Client.csproj", "{2D6064B5-33B2-4D33-BAB1-1EA7AECE3D42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Client", "Example.Client\Example.Client.csproj", "{F8D404EE-FE93-44DA-83C3-FEEDDB21013A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinkMobility.PSWin.Receiver", "PSWin.Receiver\LinkMobility.PSWin.Receiver.csproj", "{3F783F0E-D2E1-4442-BBB1-80C67B3E0846}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Receiver", "Example.Receiver\Example.Receiver.csproj", "{38C3F27E-2C39-4F82-9FA5-8038C359A89E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinkMobility.PSWin.Client.Tests", "LinkMobility.PSWin.Client.Tests\LinkMobility.PSWin.Client.Tests.csproj", "{ADB9FBA1-3DC0-4C5F-AB53-11E1732E74E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D6064B5-33B2-4D33-BAB1-1EA7AECE3D42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D6064B5-33B2-4D33-BAB1-1EA7AECE3D42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D6064B5-33B2-4D33-BAB1-1EA7AECE3D42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D6064B5-33B2-4D33-BAB1-1EA7AECE3D42}.Release|Any CPU.Build.0 = Release|Any CPU
{F8D404EE-FE93-44DA-83C3-FEEDDB21013A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8D404EE-FE93-44DA-83C3-FEEDDB21013A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8D404EE-FE93-44DA-83C3-FEEDDB21013A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8D404EE-FE93-44DA-83C3-FEEDDB21013A}.Release|Any CPU.Build.0 = Release|Any CPU
{3F783F0E-D2E1-4442-BBB1-80C67B3E0846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F783F0E-D2E1-4442-BBB1-80C67B3E0846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F783F0E-D2E1-4442-BBB1-80C67B3E0846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F783F0E-D2E1-4442-BBB1-80C67B3E0846}.Release|Any CPU.Build.0 = Release|Any CPU
{38C3F27E-2C39-4F82-9FA5-8038C359A89E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38C3F27E-2C39-4F82-9FA5-8038C359A89E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38C3F27E-2C39-4F82-9FA5-8038C359A89E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38C3F27E-2C39-4F82-9FA5-8038C359A89E}.Release|Any CPU.Build.0 = Release|Any CPU
{ADB9FBA1-3DC0-4C5F-AB53-11E1732E74E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADB9FBA1-3DC0-4C5F-AB53-11E1732E74E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADB9FBA1-3DC0-4C5F-AB53-11E1732E74E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADB9FBA1-3DC0-4C5F-AB53-11E1732E74E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10211A6B-E3E8-47C9-AAC6-BC3D8316DD7A}
EndGlobalSection
EndGlobal