-
Notifications
You must be signed in to change notification settings - Fork 2
/
Feedpipes.sln
46 lines (46 loc) · 2.63 KB
/
Feedpipes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0D6CC684-EBEA-4965-BA12-6294920FB2D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{AA3BB02C-19D1-40CD-A438-6D1BE860D56A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Feedpipes", "src\Feedpipes\Feedpipes.csproj", "{2B650A22-9225-4495-AA4F-9926DEB65C95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Feedpipes.Tests", "tests\Feedpipes.Tests\Feedpipes.Tests.csproj", "{39CE77E9-48F6-4360-9F69-B7A7E240529A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Feedpipes.Tests.SampleData", "tests\Feedpipes.Tests.SampleData\Feedpipes.Tests.SampleData.csproj", "{156CFF7C-18F2-44D4-877B-F81A2BD2BC4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B650A22-9225-4495-AA4F-9926DEB65C95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B650A22-9225-4495-AA4F-9926DEB65C95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B650A22-9225-4495-AA4F-9926DEB65C95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B650A22-9225-4495-AA4F-9926DEB65C95}.Release|Any CPU.Build.0 = Release|Any CPU
{39CE77E9-48F6-4360-9F69-B7A7E240529A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39CE77E9-48F6-4360-9F69-B7A7E240529A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39CE77E9-48F6-4360-9F69-B7A7E240529A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39CE77E9-48F6-4360-9F69-B7A7E240529A}.Release|Any CPU.Build.0 = Release|Any CPU
{156CFF7C-18F2-44D4-877B-F81A2BD2BC4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{156CFF7C-18F2-44D4-877B-F81A2BD2BC4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{156CFF7C-18F2-44D4-877B-F81A2BD2BC4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{156CFF7C-18F2-44D4-877B-F81A2BD2BC4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2B650A22-9225-4495-AA4F-9926DEB65C95} = {0D6CC684-EBEA-4965-BA12-6294920FB2D5}
{39CE77E9-48F6-4360-9F69-B7A7E240529A} = {AA3BB02C-19D1-40CD-A438-6D1BE860D56A}
{156CFF7C-18F2-44D4-877B-F81A2BD2BC4B} = {AA3BB02C-19D1-40CD-A438-6D1BE860D56A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21C3749F-EB7F-44BB-BE1F-9F55DB669EBF}
EndGlobalSection
EndGlobal