-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAWight18.PipeTo.sln
58 lines (58 loc) · 3 KB
/
AWight18.PipeTo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AWright18.PipeTo", "source\AWright18.PipeTo\AWright18.PipeTo.csproj", "{860C6BB2-4708-461F-9052-33862020A907}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{2B893FFB-CC19-4180-AF8D-44C94DDB3ED0}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
AWright18.PipeTo.nuspec = AWright18.PipeTo.nuspec
build.fsx = build.fsx
ci_build.bat = ci_build.bat
dev_build.bat = dev_build.bat
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AWright18.PIpeTo.CodeGenerator", "source\AWright18.PIpeTo.CodeGenerator\AWright18.PIpeTo.CodeGenerator.csproj", "{5B8B3020-D7D4-454B-8617-9271F564B871}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{FA3ECBF6-C63F-4F5C-9621-50EF2EEEEE2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AWright18.PipeTo.Tests", "Tests\AWright18.PipeTo.Tests\AWright18.PipeTo.Tests.csproj", "{91C81F57-45A7-457C-93B9-57297209EA1E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{5801C148-992A-499F-9797-7CCB5E7A2339}"
ProjectSection(SolutionItems) = preProject
docs\build.md = docs\build.md
docs\examples.md = docs\examples.md
docs\index.md = docs\index.md
docs\installation.md = docs\installation.md
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
{860C6BB2-4708-461F-9052-33862020A907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{860C6BB2-4708-461F-9052-33862020A907}.Debug|Any CPU.Build.0 = Debug|Any CPU
{860C6BB2-4708-461F-9052-33862020A907}.Release|Any CPU.ActiveCfg = Release|Any CPU
{860C6BB2-4708-461F-9052-33862020A907}.Release|Any CPU.Build.0 = Release|Any CPU
{5B8B3020-D7D4-454B-8617-9271F564B871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B8B3020-D7D4-454B-8617-9271F564B871}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B8B3020-D7D4-454B-8617-9271F564B871}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B8B3020-D7D4-454B-8617-9271F564B871}.Release|Any CPU.Build.0 = Release|Any CPU
{91C81F57-45A7-457C-93B9-57297209EA1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91C81F57-45A7-457C-93B9-57297209EA1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91C81F57-45A7-457C-93B9-57297209EA1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91C81F57-45A7-457C-93B9-57297209EA1E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{91C81F57-45A7-457C-93B9-57297209EA1E} = {FA3ECBF6-C63F-4F5C-9621-50EF2EEEEE2C}
EndGlobalSection
EndGlobal