-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TurnerSoftware.Aqueduct.sln
51 lines (51 loc) · 2.57 KB
/
TurnerSoftware.Aqueduct.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33209.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurnerSoftware.Aqueduct", "src\TurnerSoftware.Aqueduct\TurnerSoftware.Aqueduct.csproj", "{8BB5B939-1425-4AEA-9438-29E20C5C5309}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2AA4A059-93AC-4F2B-A62F-6F3C935A3203}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A67C346D-6E1C-4186-90D1-94FF299B495B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TurnerSoftware.Aqueduct.Tests", "tests\TurnerSoftware.Aqueduct.Tests\TurnerSoftware.Aqueduct.Tests.csproj", "{D4A86C4F-779E-4E70-AC8A-45BA2D419AEE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{6BA89924-AC44-48A7-9625-B31BE5A0AB3F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CodeCoverage.runsettings = CodeCoverage.runsettings
License.txt = License.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8BB5B939-1425-4AEA-9438-29E20C5C5309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BB5B939-1425-4AEA-9438-29E20C5C5309}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BB5B939-1425-4AEA-9438-29E20C5C5309}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BB5B939-1425-4AEA-9438-29E20C5C5309}.Release|Any CPU.Build.0 = Release|Any CPU
{D4A86C4F-779E-4E70-AC8A-45BA2D419AEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4A86C4F-779E-4E70-AC8A-45BA2D419AEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4A86C4F-779E-4E70-AC8A-45BA2D419AEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4A86C4F-779E-4E70-AC8A-45BA2D419AEE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8BB5B939-1425-4AEA-9438-29E20C5C5309} = {2AA4A059-93AC-4F2B-A62F-6F3C935A3203}
{D4A86C4F-779E-4E70-AC8A-45BA2D419AEE} = {A67C346D-6E1C-4186-90D1-94FF299B495B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57E7526E-4A07-4AE4-8E56-5D577F4AD7AB}
EndGlobalSection
EndGlobal