-
Notifications
You must be signed in to change notification settings - Fork 23
/
PipeMethodCalls.sln
66 lines (66 loc) · 4.36 KB
/
PipeMethodCalls.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
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipeMethodCalls", "PipeMethodCalls\PipeMethodCalls.csproj", "{3D455E57-BDF2-4D07-9230-4D8E804F49B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipeMethodCalls.NetJson", "PipeMethodCalls.NetJson\PipeMethodCalls.NetJson.csproj", "{0F66A1E5-E5CB-47EE-A1B5-8B30686B2EBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipeMethodCalls.MessagePack", "PipeMethodCalls.MessagePack\PipeMethodCalls.MessagePack.csproj", "{B46297A4-6216-4B6A-A7E6-5EB7420D5617}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestScenarioRunner", "TestScenarioRunner\TestScenarioRunner.csproj", "{30F3D22E-165F-4F2B-BE90-A588629F0086}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCore", "TestCore\TestCore.csproj", "{E0240541-888E-4A95-BAEE-7019EE8E642E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipeMethodCalls.Tests", "PipeMethodCalls.Tests\PipeMethodCalls.Tests.csproj", "{4BEB5599-E924-4342-B6BE-E8EB19FC3EC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0293C327-9084-4D6C-8991-8D2E6CD5E1C2}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceTestRunner", "PerformanceTestRunner\PerformanceTestRunner.csproj", "{B3EA295A-09C6-484F-A582-A425BF1D8322}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D455E57-BDF2-4D07-9230-4D8E804F49B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D455E57-BDF2-4D07-9230-4D8E804F49B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D455E57-BDF2-4D07-9230-4D8E804F49B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D455E57-BDF2-4D07-9230-4D8E804F49B8}.Release|Any CPU.Build.0 = Release|Any CPU
{0F66A1E5-E5CB-47EE-A1B5-8B30686B2EBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F66A1E5-E5CB-47EE-A1B5-8B30686B2EBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F66A1E5-E5CB-47EE-A1B5-8B30686B2EBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F66A1E5-E5CB-47EE-A1B5-8B30686B2EBF}.Release|Any CPU.Build.0 = Release|Any CPU
{B46297A4-6216-4B6A-A7E6-5EB7420D5617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B46297A4-6216-4B6A-A7E6-5EB7420D5617}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B46297A4-6216-4B6A-A7E6-5EB7420D5617}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B46297A4-6216-4B6A-A7E6-5EB7420D5617}.Release|Any CPU.Build.0 = Release|Any CPU
{30F3D22E-165F-4F2B-BE90-A588629F0086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30F3D22E-165F-4F2B-BE90-A588629F0086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30F3D22E-165F-4F2B-BE90-A588629F0086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30F3D22E-165F-4F2B-BE90-A588629F0086}.Release|Any CPU.Build.0 = Release|Any CPU
{E0240541-888E-4A95-BAEE-7019EE8E642E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0240541-888E-4A95-BAEE-7019EE8E642E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0240541-888E-4A95-BAEE-7019EE8E642E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0240541-888E-4A95-BAEE-7019EE8E642E}.Release|Any CPU.Build.0 = Release|Any CPU
{4BEB5599-E924-4342-B6BE-E8EB19FC3EC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BEB5599-E924-4342-B6BE-E8EB19FC3EC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BEB5599-E924-4342-B6BE-E8EB19FC3EC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BEB5599-E924-4342-B6BE-E8EB19FC3EC0}.Release|Any CPU.Build.0 = Release|Any CPU
{B3EA295A-09C6-484F-A582-A425BF1D8322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3EA295A-09C6-484F-A582-A425BF1D8322}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3EA295A-09C6-484F-A582-A425BF1D8322}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3EA295A-09C6-484F-A582-A425BF1D8322}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C275051-D3BD-4B7A-94CE-16ED7A132A28}
EndGlobalSection
EndGlobal