This repository has been archived by the owner on Aug 25, 2019. It is now read-only.
forked from claremacrae/Pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipelines.sln
43 lines (43 loc) · 2.68 KB
/
Pipelines.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 Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Refactoring.Pipelines.Test", "Refactoring.Pipelines.Test\Refactoring.Pipelines.Test.csproj", "{45994991-F439-4D0B-8518-3A9B8E8B66C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Refactoring.Pipelines", "Refactoring.Pipelines\Refactoring.Pipelines.csproj", "{29A821A7-3E4A-448B-B93D-FD2FC4C8C9B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refactoring.Pipelines.DotGraph", "Refactoring.Pipelines.DotGraph\Refactoring.Pipelines.DotGraph.csproj", "{26320607-24EE-4D27-A697-A7B4F0EF0751}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refactoring.Pipelines.Approvals", "Refactoring.Pipelines.Approvals\Refactoring.Pipelines.Approvals.csproj", "{256DD1C2-5852-4D32-B547-7256564A16CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45994991-F439-4D0B-8518-3A9B8E8B66C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45994991-F439-4D0B-8518-3A9B8E8B66C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45994991-F439-4D0B-8518-3A9B8E8B66C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45994991-F439-4D0B-8518-3A9B8E8B66C5}.Release|Any CPU.Build.0 = Release|Any CPU
{29A821A7-3E4A-448B-B93D-FD2FC4C8C9B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29A821A7-3E4A-448B-B93D-FD2FC4C8C9B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29A821A7-3E4A-448B-B93D-FD2FC4C8C9B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29A821A7-3E4A-448B-B93D-FD2FC4C8C9B2}.Release|Any CPU.Build.0 = Release|Any CPU
{26320607-24EE-4D27-A697-A7B4F0EF0751}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26320607-24EE-4D27-A697-A7B4F0EF0751}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26320607-24EE-4D27-A697-A7B4F0EF0751}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26320607-24EE-4D27-A697-A7B4F0EF0751}.Release|Any CPU.Build.0 = Release|Any CPU
{256DD1C2-5852-4D32-B547-7256564A16CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{256DD1C2-5852-4D32-B547-7256564A16CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{256DD1C2-5852-4D32-B547-7256564A16CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{256DD1C2-5852-4D32-B547-7256564A16CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48C002E9-DD49-4CA8-B0FF-683BC67B7403}
EndGlobalSection
EndGlobal