-
Notifications
You must be signed in to change notification settings - Fork 11
/
Octopus-Cmdlets.sln
39 lines (39 loc) · 1.88 KB
/
Octopus-Cmdlets.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octopus-Cmdlets", "Octopus-Cmdlets\Octopus-Cmdlets.csproj", "{6B556833-C503-48F4-8A0E-26591C6F4BC6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9F725B9C-B394-4B80-A1F3-D752B7DC6991}"
ProjectSection(SolutionItems) = preProject
default.ps1 = default.ps1
README.md = README.md
Todo.md = Todo.md
Version.cs = Version.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octopus-Cmdlets.Tests", "Octopus-Cmdlets.Tests\Octopus-Cmdlets.Tests.csproj", "{1947E428-0C84-482A-8E95-B8C11B804E76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B556833-C503-48F4-8A0E-26591C6F4BC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B556833-C503-48F4-8A0E-26591C6F4BC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B556833-C503-48F4-8A0E-26591C6F4BC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B556833-C503-48F4-8A0E-26591C6F4BC6}.Release|Any CPU.Build.0 = Release|Any CPU
{1947E428-0C84-482A-8E95-B8C11B804E76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1947E428-0C84-482A-8E95-B8C11B804E76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1947E428-0C84-482A-8E95-B8C11B804E76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1947E428-0C84-482A-8E95-B8C11B804E76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2996E3B3-3107-4B42-9BB9-39851B971915}
EndGlobalSection
EndGlobal