-
Notifications
You must be signed in to change notification settings - Fork 24
/
RioSharp.sln
55 lines (55 loc) · 3.47 KB
/
RioSharp.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
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RioSharp", "RioSharp\RioSharp.csproj", "{36DDDB67-1DA4-4670-9D20-605AA2EAF1D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RioSharpCtsTraffic", "RioSharpCtsTraffic\RioSharpCtsTraffic.csproj", "{67365BAE-4F1B-43B3-AD57-86551B330889}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdpSample", "UdpSample\UdpSample.csproj", "{8DAD64B7-CB5B-4F8D-817C-7919EE81A42F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RioSharp.BenchServer", "RioSharp.BenchServer\RioSharp.BenchServer.csproj", "{9E963954-4CE3-4562-96C7-DBDB980E45A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RioSharp.BenchClient", "RioSharp.BenchClient\RioSharp.BenchClient.csproj", "{4F27E9F4-2EF9-400A-B15F-97C03846542F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandbox", "Sandbox\Sandbox.csproj", "{4661882C-2A4D-4D1E-B5A0-7DD30BE2834B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36DDDB67-1DA4-4670-9D20-605AA2EAF1D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36DDDB67-1DA4-4670-9D20-605AA2EAF1D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36DDDB67-1DA4-4670-9D20-605AA2EAF1D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36DDDB67-1DA4-4670-9D20-605AA2EAF1D3}.Release|Any CPU.Build.0 = Release|Any CPU
{67365BAE-4F1B-43B3-AD57-86551B330889}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67365BAE-4F1B-43B3-AD57-86551B330889}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67365BAE-4F1B-43B3-AD57-86551B330889}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67365BAE-4F1B-43B3-AD57-86551B330889}.Release|Any CPU.Build.0 = Release|Any CPU
{8DAD64B7-CB5B-4F8D-817C-7919EE81A42F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DAD64B7-CB5B-4F8D-817C-7919EE81A42F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DAD64B7-CB5B-4F8D-817C-7919EE81A42F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DAD64B7-CB5B-4F8D-817C-7919EE81A42F}.Release|Any CPU.Build.0 = Release|Any CPU
{9E963954-4CE3-4562-96C7-DBDB980E45A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E963954-4CE3-4562-96C7-DBDB980E45A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E963954-4CE3-4562-96C7-DBDB980E45A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E963954-4CE3-4562-96C7-DBDB980E45A6}.Release|Any CPU.Build.0 = Release|Any CPU
{4F27E9F4-2EF9-400A-B15F-97C03846542F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F27E9F4-2EF9-400A-B15F-97C03846542F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F27E9F4-2EF9-400A-B15F-97C03846542F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F27E9F4-2EF9-400A-B15F-97C03846542F}.Release|Any CPU.Build.0 = Release|Any CPU
{4661882C-2A4D-4D1E-B5A0-7DD30BE2834B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4661882C-2A4D-4D1E-B5A0-7DD30BE2834B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4661882C-2A4D-4D1E-B5A0-7DD30BE2834B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4661882C-2A4D-4D1E-B5A0-7DD30BE2834B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {996BF426-6F54-49FA-9E3F-41E328C9168F}
EndGlobalSection
EndGlobal