-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathOctopusPuppet.sln
57 lines (57 loc) · 3.94 KB
/
OctopusPuppet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2015
VisualStudioVersion = 14.0.22823.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusPuppet", "src\OctopusPuppet\OctopusPuppet.csproj", "{138A170B-2FBA-434B-83BB-704667D9A289}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusPuppet.Tests", "src\OctopusPuppet.Tests\OctopusPuppet.Tests.csproj", "{02C3A481-41F2-40F4-AA59-192680A4020A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusPuppet.IntegrationTests", "src\OctopusPuppet.IntegrationTests\OctopusPuppet.IntegrationTests.csproj", "{4E86A56A-61A9-4906-A66C-130DFB2CB75D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusPuppet.OctopusProvider", "src\OctopusPuppet.OctopusProvider\OctopusPuppet.OctopusProvider.csproj", "{17D4DBD0-94B3-49B0-81F9-C0A93B91EEE8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusPuppet.Gui", "src\OctopusPuppet.Gui\OctopusPuppet.Gui.csproj", "{C51D87E0-BBD7-4B3A-A047-32F4C906E959}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aga.Controls", "src\Aga.Controls\Aga.Controls.csproj", "{D17CD489-1B14-47EB-8C22-C189D078AEC9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctopusPuppet.Cmd", "src\OctopusPuppet.Cmd\OctopusPuppet.Cmd.csproj", "{5D6DF5A3-DC22-4AA9-B9DF-F5918F0F4BBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{138A170B-2FBA-434B-83BB-704667D9A289}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{138A170B-2FBA-434B-83BB-704667D9A289}.Debug|Any CPU.Build.0 = Debug|Any CPU
{138A170B-2FBA-434B-83BB-704667D9A289}.Release|Any CPU.ActiveCfg = Release|Any CPU
{138A170B-2FBA-434B-83BB-704667D9A289}.Release|Any CPU.Build.0 = Release|Any CPU
{02C3A481-41F2-40F4-AA59-192680A4020A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02C3A481-41F2-40F4-AA59-192680A4020A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02C3A481-41F2-40F4-AA59-192680A4020A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02C3A481-41F2-40F4-AA59-192680A4020A}.Release|Any CPU.Build.0 = Release|Any CPU
{4E86A56A-61A9-4906-A66C-130DFB2CB75D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E86A56A-61A9-4906-A66C-130DFB2CB75D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E86A56A-61A9-4906-A66C-130DFB2CB75D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E86A56A-61A9-4906-A66C-130DFB2CB75D}.Release|Any CPU.Build.0 = Release|Any CPU
{17D4DBD0-94B3-49B0-81F9-C0A93B91EEE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17D4DBD0-94B3-49B0-81F9-C0A93B91EEE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17D4DBD0-94B3-49B0-81F9-C0A93B91EEE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17D4DBD0-94B3-49B0-81F9-C0A93B91EEE8}.Release|Any CPU.Build.0 = Release|Any CPU
{C51D87E0-BBD7-4B3A-A047-32F4C906E959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C51D87E0-BBD7-4B3A-A047-32F4C906E959}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C51D87E0-BBD7-4B3A-A047-32F4C906E959}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C51D87E0-BBD7-4B3A-A047-32F4C906E959}.Release|Any CPU.Build.0 = Release|Any CPU
{D17CD489-1B14-47EB-8C22-C189D078AEC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D17CD489-1B14-47EB-8C22-C189D078AEC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D17CD489-1B14-47EB-8C22-C189D078AEC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D17CD489-1B14-47EB-8C22-C189D078AEC9}.Release|Any CPU.Build.0 = Release|Any CPU
{5D6DF5A3-DC22-4AA9-B9DF-F5918F0F4BBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D6DF5A3-DC22-4AA9-B9DF-F5918F0F4BBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D6DF5A3-DC22-4AA9-B9DF-F5918F0F4BBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D6DF5A3-DC22-4AA9-B9DF-F5918F0F4BBF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal