-
Notifications
You must be signed in to change notification settings - Fork 553
/
Conduit.sln
53 lines (53 loc) · 2.91 KB
/
Conduit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conduit", "src\Conduit\Conduit.csproj", "{BFC1306F-9EBF-414C-8656-C50E3E5AFADA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7C288D93-2148-4679-9890-DBFCA0C59BCC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9F832627-4D82-4B5B-84A7-244E8480845E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conduit.IntegrationTests", "tests\Conduit.IntegrationTests\Conduit.IntegrationTests.csproj", "{CFFDDBF0-5CDD-4D88-A82B-68CBF2432999}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "build", "build\build.csproj", "{1A67215E-3B6F-4FDA-AB9B-D2ECDC676A29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "config", "config", "{E0DF0CFA-3DF6-4E15-A3ED-ED68DBB4BE4E}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
Directory.Build.props = Directory.Build.props
global.json = global.json
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{79EC8D73-8DAD-430E-93CE-C1F29DBC33FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BFC1306F-9EBF-414C-8656-C50E3E5AFADA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFC1306F-9EBF-414C-8656-C50E3E5AFADA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFC1306F-9EBF-414C-8656-C50E3E5AFADA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFC1306F-9EBF-414C-8656-C50E3E5AFADA}.Release|Any CPU.Build.0 = Release|Any CPU
{CFFDDBF0-5CDD-4D88-A82B-68CBF2432999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFFDDBF0-5CDD-4D88-A82B-68CBF2432999}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFFDDBF0-5CDD-4D88-A82B-68CBF2432999}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFFDDBF0-5CDD-4D88-A82B-68CBF2432999}.Release|Any CPU.Build.0 = Release|Any CPU
{1A67215E-3B6F-4FDA-AB9B-D2ECDC676A29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A67215E-3B6F-4FDA-AB9B-D2ECDC676A29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A67215E-3B6F-4FDA-AB9B-D2ECDC676A29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A67215E-3B6F-4FDA-AB9B-D2ECDC676A29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BFC1306F-9EBF-414C-8656-C50E3E5AFADA} = {7C288D93-2148-4679-9890-DBFCA0C59BCC}
{CFFDDBF0-5CDD-4D88-A82B-68CBF2432999} = {9F832627-4D82-4B5B-84A7-244E8480845E}
{1A67215E-3B6F-4FDA-AB9B-D2ECDC676A29} = {79EC8D73-8DAD-430E-93CE-C1F29DBC33FA}
EndGlobalSection
EndGlobal