-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSpreads.IPC.sln
54 lines (54 loc) · 3.14 KB
/
Spreads.IPC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
ProjectSection(SolutionItems) = preProject
build\common.props = build\common.props
LICENSE.txt = LICENSE.txt
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spreads.IPC", "src\Spreads.IPC\Spreads.IPC.csproj", "{5C513060-455F-42FF-A895-78748DC71855}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spreads.IPC.Tests", "test\Spreads.IPC.Tests\Spreads.IPC.Tests.csproj", "{F843DA10-D174-45C4-9996-C23008ED3A8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPCThroughput", "test\IPCThroughput\IPCThroughput.csproj", "{CAEF8DC5-39EE-4969-A99D-5139849A75F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UDPThroughput", "test\UDPThroughput\UDPThroughput.csproj", "{7404890E-F171-4D5E-901E-DD82DFA1385F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C513060-455F-42FF-A895-78748DC71855}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C513060-455F-42FF-A895-78748DC71855}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C513060-455F-42FF-A895-78748DC71855}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C513060-455F-42FF-A895-78748DC71855}.Release|Any CPU.Build.0 = Release|Any CPU
{F843DA10-D174-45C4-9996-C23008ED3A8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F843DA10-D174-45C4-9996-C23008ED3A8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F843DA10-D174-45C4-9996-C23008ED3A8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F843DA10-D174-45C4-9996-C23008ED3A8A}.Release|Any CPU.Build.0 = Release|Any CPU
{CAEF8DC5-39EE-4969-A99D-5139849A75F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAEF8DC5-39EE-4969-A99D-5139849A75F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAEF8DC5-39EE-4969-A99D-5139849A75F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAEF8DC5-39EE-4969-A99D-5139849A75F2}.Release|Any CPU.Build.0 = Release|Any CPU
{7404890E-F171-4D5E-901E-DD82DFA1385F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7404890E-F171-4D5E-901E-DD82DFA1385F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7404890E-F171-4D5E-901E-DD82DFA1385F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7404890E-F171-4D5E-901E-DD82DFA1385F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F843DA10-D174-45C4-9996-C23008ED3A8A} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
{CAEF8DC5-39EE-4969-A99D-5139849A75F2} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
{7404890E-F171-4D5E-901E-DD82DFA1385F} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
EndGlobalSection
EndGlobal