forked from mgravell/Pipelines.Sockets.Unofficial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipelines.Sockets.Unofficial.sln
60 lines (60 loc) · 3.47 KB
/
Pipelines.Sockets.Unofficial.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27421.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pipelines.Sockets.Unofficial", "src\Pipelines.Sockets.Unofficial\Pipelines.Sockets.Unofficial.csproj", "{E76D2F69-08D3-4CBB-9313-A04A84A2F0F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CEC5ABFF-2DBC-4A87-8E48-33B4B96F5143}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.build.props = Directory.build.props
global.json = global.json
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pipelines.Sockets.Unofficial.Tests", "tests\Pipelines.Sockets.Unofficial.Tests\Pipelines.Sockets.Unofficial.Tests.csproj", "{055E629E-5734-4572-95C9-7858D46D1C86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BasicRunner", "tests\BasicRunner\BasicRunner.csproj", "{09B5FEBD-2B46-4294-9545-C2058E44A813}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "tests\Benchmarks\Benchmarks.csproj", "{E2F83D6A-00C6-4085-8BA5-A3EF9FBD61B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toys", "Toys\Toys.csproj", "{C0075241-906D-4159-B93A-84338C7E1463}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E76D2F69-08D3-4CBB-9313-A04A84A2F0F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E76D2F69-08D3-4CBB-9313-A04A84A2F0F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E76D2F69-08D3-4CBB-9313-A04A84A2F0F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E76D2F69-08D3-4CBB-9313-A04A84A2F0F0}.Release|Any CPU.Build.0 = Release|Any CPU
{055E629E-5734-4572-95C9-7858D46D1C86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{055E629E-5734-4572-95C9-7858D46D1C86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{055E629E-5734-4572-95C9-7858D46D1C86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{055E629E-5734-4572-95C9-7858D46D1C86}.Release|Any CPU.Build.0 = Release|Any CPU
{09B5FEBD-2B46-4294-9545-C2058E44A813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09B5FEBD-2B46-4294-9545-C2058E44A813}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09B5FEBD-2B46-4294-9545-C2058E44A813}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09B5FEBD-2B46-4294-9545-C2058E44A813}.Release|Any CPU.Build.0 = Release|Any CPU
{E2F83D6A-00C6-4085-8BA5-A3EF9FBD61B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2F83D6A-00C6-4085-8BA5-A3EF9FBD61B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2F83D6A-00C6-4085-8BA5-A3EF9FBD61B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2F83D6A-00C6-4085-8BA5-A3EF9FBD61B9}.Release|Any CPU.Build.0 = Release|Any CPU
{C0075241-906D-4159-B93A-84338C7E1463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0075241-906D-4159-B93A-84338C7E1463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0075241-906D-4159-B93A-84338C7E1463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0075241-906D-4159-B93A-84338C7E1463}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A573AA96-864A-4BF6-993B-12FFE38511B9}
EndGlobalSection
EndGlobal