-
Notifications
You must be signed in to change notification settings - Fork 9
/
PacketNetConnections.sln
49 lines (48 loc) · 3.11 KB
/
PacketNetConnections.sln
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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTest", "UnitTest\UnitTest.csproj", "{52539842-038C-4BB5-907A-329999745DE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BandwidthMonitor", "Examples\BandwidthMonitor\BandwidthMonitor.csproj", "{1A9E3A69-FCD4-4B79-8402-794E6EABA143}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConnectionsExample", "Examples\ConnectionsExample\ConnectionsExample.csproj", "{A0A0F1E7-45B5-4AF9-82F3-06FC24325662}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpMonitorExample", "Examples\HttpMonitorExample\HttpMonitorExample.csproj", "{FFFD661E-51C4-4149-AB90-13B100A6E2AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PacketDotNetConnections", "PacketDotNetConnections\PacketDotNetConnections.csproj", "{B4CC6243-859C-4355-AF22-49C50C8C023B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB56E1D6-9701-48F6-A23F-05784BD6A6E1}"
ProjectSection(SolutionItems) = preProject
PacketNetConnections.nuspec = PacketNetConnections.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52539842-038C-4BB5-907A-329999745DE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52539842-038C-4BB5-907A-329999745DE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52539842-038C-4BB5-907A-329999745DE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52539842-038C-4BB5-907A-329999745DE5}.Release|Any CPU.Build.0 = Release|Any CPU
{1A9E3A69-FCD4-4B79-8402-794E6EABA143}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A9E3A69-FCD4-4B79-8402-794E6EABA143}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A9E3A69-FCD4-4B79-8402-794E6EABA143}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A9E3A69-FCD4-4B79-8402-794E6EABA143}.Release|Any CPU.Build.0 = Release|Any CPU
{A0A0F1E7-45B5-4AF9-82F3-06FC24325662}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0A0F1E7-45B5-4AF9-82F3-06FC24325662}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0A0F1E7-45B5-4AF9-82F3-06FC24325662}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0A0F1E7-45B5-4AF9-82F3-06FC24325662}.Release|Any CPU.Build.0 = Release|Any CPU
{FFFD661E-51C4-4149-AB90-13B100A6E2AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFFD661E-51C4-4149-AB90-13B100A6E2AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFFD661E-51C4-4149-AB90-13B100A6E2AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFFD661E-51C4-4149-AB90-13B100A6E2AA}.Release|Any CPU.Build.0 = Release|Any CPU
{B4CC6243-859C-4355-AF22-49C50C8C023B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4CC6243-859C-4355-AF22-49C50C8C023B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4CC6243-859C-4355-AF22-49C50C8C023B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4CC6243-859C-4355-AF22-49C50C8C023B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.2
EndGlobalSection
EndGlobal