-
Notifications
You must be signed in to change notification settings - Fork 2
/
nuke-helm.sln
43 lines (42 loc) · 2.15 KB
/
nuke-helm.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{2B7230D3-5917-4617-89E6-DAC9B1ECE0BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuke.Helm", "src\Nuke.Helm\Nuke.Helm.csproj", "{C014704C-2B9C-4E8C-BEB0-01FB39E4A231}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuke.Helm.Tests", "src\Nuke.Helm.Tests\Nuke.Helm.Tests.csproj", "{2F8649CA-277C-47A5-8A54-9291B24775DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{B41B63B1-CE9A-4035-93CB-51CE11618792}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.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
{2B7230D3-5917-4617-89E6-DAC9B1ECE0BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B7230D3-5917-4617-89E6-DAC9B1ECE0BB}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{C014704C-2B9C-4E8C-BEB0-01FB39E4A231}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C014704C-2B9C-4E8C-BEB0-01FB39E4A231}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C014704C-2B9C-4E8C-BEB0-01FB39E4A231}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C014704C-2B9C-4E8C-BEB0-01FB39E4A231}.Release|Any CPU.Build.0 = Release|Any CPU
{2F8649CA-277C-47A5-8A54-9291B24775DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F8649CA-277C-47A5-8A54-9291B24775DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F8649CA-277C-47A5-8A54-9291B24775DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F8649CA-277C-47A5-8A54-9291B24775DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2C37D4D-74E1-443B-999B-505B8C6694C9}
EndGlobalSection
EndGlobal