-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathOctopusProjectBuilder.sln
More file actions
84 lines (84 loc) · 5.69 KB
/
OctopusProjectBuilder.sln
File metadata and controls
84 lines (84 loc) · 5.69 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3C77B126-425E-4A79-B6A5-392AD39A483F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{511D4145-C87C-47E9-83F3-706B65A7B633}"
ProjectSection(SolutionItems) = preProject
AssemblyVersion.cs = AssemblyVersion.cs
LICENSE = LICENSE
LICENSE-YamlDotNet = LICENSE-YamlDotNet
Manual.md = Manual.md
OctopusProjectBuilder.Console.nuspec = OctopusProjectBuilder.Console.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusProjectBuilder.Console", "OctopusProjectBuilder.Console\OctopusProjectBuilder.Console.csproj", "{A3E6150A-A08F-4114-A9EE-7C0CE6BF942D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusProjectBuilder.Model", "OctopusProjectBuilder.Model\OctopusProjectBuilder.Model.csproj", "{0B512A66-52E6-4A0F-BC26-BE3F05C7A938}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusProjectBuilder.Uploader", "OctopusProjectBuilder.Uploader\OctopusProjectBuilder.Uploader.csproj", "{D436C80D-ED8A-4109-9949-6E6471F1B006}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusProjectBuilder.YamlReader", "OctopusProjectBuilder.YamlReader\OctopusProjectBuilder.YamlReader.csproj", "{EDC2C445-E2D4-45B1-9BFB-A2A8711B3CEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusProjectBuilder.DocGen", "OctopusProjectBuilder.DocGen\OctopusProjectBuilder.DocGen.csproj", "{C73CC937-9517-4D6D-9F22-B471688DEC4F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusProjectBuilder.TestUtils", "OctopusProjectBuilder.TestUtils\OctopusProjectBuilder.TestUtils.csproj", "{75294E43-6630-4085-9115-13C1FAECE7DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusProjectBuilder.YamlReader.Tests", "OctopusProjectBuilder.YamlReader.Tests\OctopusProjectBuilder.YamlReader.Tests.csproj", "{874857CB-1D97-4DF6-938C-2F123E9C9F73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusProjectBuilder.Uploader.Tests", "OctopusProjectBuilder.Uploader.Tests\OctopusProjectBuilder.Uploader.Tests.csproj", "{9A7A217E-2695-4F08-8399-AE8C7574541F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3E6150A-A08F-4114-A9EE-7C0CE6BF942D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3E6150A-A08F-4114-A9EE-7C0CE6BF942D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3E6150A-A08F-4114-A9EE-7C0CE6BF942D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3E6150A-A08F-4114-A9EE-7C0CE6BF942D}.Release|Any CPU.Build.0 = Release|Any CPU
{0B512A66-52E6-4A0F-BC26-BE3F05C7A938}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B512A66-52E6-4A0F-BC26-BE3F05C7A938}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B512A66-52E6-4A0F-BC26-BE3F05C7A938}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B512A66-52E6-4A0F-BC26-BE3F05C7A938}.Release|Any CPU.Build.0 = Release|Any CPU
{D436C80D-ED8A-4109-9949-6E6471F1B006}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D436C80D-ED8A-4109-9949-6E6471F1B006}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D436C80D-ED8A-4109-9949-6E6471F1B006}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D436C80D-ED8A-4109-9949-6E6471F1B006}.Release|Any CPU.Build.0 = Release|Any CPU
{EDC2C445-E2D4-45B1-9BFB-A2A8711B3CEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDC2C445-E2D4-45B1-9BFB-A2A8711B3CEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDC2C445-E2D4-45B1-9BFB-A2A8711B3CEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDC2C445-E2D4-45B1-9BFB-A2A8711B3CEF}.Release|Any CPU.Build.0 = Release|Any CPU
{C73CC937-9517-4D6D-9F22-B471688DEC4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C73CC937-9517-4D6D-9F22-B471688DEC4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C73CC937-9517-4D6D-9F22-B471688DEC4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C73CC937-9517-4D6D-9F22-B471688DEC4F}.Release|Any CPU.Build.0 = Release|Any CPU
{75294E43-6630-4085-9115-13C1FAECE7DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75294E43-6630-4085-9115-13C1FAECE7DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75294E43-6630-4085-9115-13C1FAECE7DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75294E43-6630-4085-9115-13C1FAECE7DB}.Release|Any CPU.Build.0 = Release|Any CPU
{874857CB-1D97-4DF6-938C-2F123E9C9F73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{874857CB-1D97-4DF6-938C-2F123E9C9F73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{874857CB-1D97-4DF6-938C-2F123E9C9F73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{874857CB-1D97-4DF6-938C-2F123E9C9F73}.Release|Any CPU.Build.0 = Release|Any CPU
{9A7A217E-2695-4F08-8399-AE8C7574541F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A7A217E-2695-4F08-8399-AE8C7574541F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A7A217E-2695-4F08-8399-AE8C7574541F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A7A217E-2695-4F08-8399-AE8C7574541F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{75294E43-6630-4085-9115-13C1FAECE7DB} = {3C77B126-425E-4A79-B6A5-392AD39A483F}
{874857CB-1D97-4DF6-938C-2F123E9C9F73} = {3C77B126-425E-4A79-B6A5-392AD39A483F}
{9A7A217E-2695-4F08-8399-AE8C7574541F} = {3C77B126-425E-4A79-B6A5-392AD39A483F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70DBC03F-11C4-4C4D-938C-5166BE92ECAA}
EndGlobalSection
EndGlobal