-
Notifications
You must be signed in to change notification settings - Fork 7
/
MsBuildProjectReferenceDependencyGraph.sln
89 lines (89 loc) · 6.35 KB
/
MsBuildProjectReferenceDependencyGraph.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
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
85
86
87
88
89
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsBuildProjectReferenceDependencyGraph", "MsBuildProjectReferenceDependencyGraph\MsBuildProjectReferenceDependencyGraph.csproj", "{B87E5404-4E5F-4918-BFEF-73F678FA149C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsBuildProjectReferenceDependencyGraph.Tests", "MsBuildProjectReferenceDependencyGraph.Tests\MsBuildProjectReferenceDependencyGraph.Tests.csproj", "{D0C1BA06-3ED0-458F-8B6C-145DECE7E97D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProcessDependencyGraph", "ProcessDependencyGraph\ProcessDependencyGraph\ProcessDependencyGraph.csproj", "{2AFCBC23-EA9D-4FC5-BB61-8D6C343389C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{649B938D-76FB-4299-8672-6C3B86A938E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProcessDependencyGraph.Tests", "ProcessDependencyGraph\ProcessDependencyGraph.Tests\ProcessDependencyGraph.Tests.csproj", "{6511EB92-4693-4C85-A1D5-C81031675107}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PDG", "PDG", "{942DCE0D-F7C8-4B79-B7E2-45E1122A00B8}"
ProjectSection(SolutionItems) = preProject
ProcessDependencyGraph\README.md = ProcessDependencyGraph\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PPA", "PPA", "{8805EF78-60DE-4707-BD27-B80791D2E897}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProcessParallelAbility", "ProcessParallelAbility\ProcessParallelAbility\ProcessParallelAbility.csproj", "{911A8B37-73CF-480C-AC1D-30118BDD41F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProcessParallelAbility.Tests", "ProcessParallelAbility\ProcessParallelAbility.Tests\ProcessParallelAbility.Tests.csproj", "{A6102A11-E79B-4787-A51A-819AF4289009}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{96DDD479-4335-468D-AC41-A98C0D4E3496}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotGraphUtilities", "Common\DotGraphUtilities\DotGraphUtilities.csproj", "{AC74D3B9-869C-46E9-8350-90533A431132}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotGraphUtilities.Tests", "Common\DotGraphUtilities.Tests\DotGraphUtilities.Tests.csproj", "{4B95E6B1-6647-40D0-88DB-38C8DCA02BE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B87E5404-4E5F-4918-BFEF-73F678FA149C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B87E5404-4E5F-4918-BFEF-73F678FA149C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B87E5404-4E5F-4918-BFEF-73F678FA149C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B87E5404-4E5F-4918-BFEF-73F678FA149C}.Release|Any CPU.Build.0 = Release|Any CPU
{D0C1BA06-3ED0-458F-8B6C-145DECE7E97D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0C1BA06-3ED0-458F-8B6C-145DECE7E97D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0C1BA06-3ED0-458F-8B6C-145DECE7E97D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0C1BA06-3ED0-458F-8B6C-145DECE7E97D}.Release|Any CPU.Build.0 = Release|Any CPU
{2AFCBC23-EA9D-4FC5-BB61-8D6C343389C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AFCBC23-EA9D-4FC5-BB61-8D6C343389C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AFCBC23-EA9D-4FC5-BB61-8D6C343389C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AFCBC23-EA9D-4FC5-BB61-8D6C343389C5}.Release|Any CPU.Build.0 = Release|Any CPU
{6511EB92-4693-4C85-A1D5-C81031675107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6511EB92-4693-4C85-A1D5-C81031675107}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6511EB92-4693-4C85-A1D5-C81031675107}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6511EB92-4693-4C85-A1D5-C81031675107}.Release|Any CPU.Build.0 = Release|Any CPU
{911A8B37-73CF-480C-AC1D-30118BDD41F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{911A8B37-73CF-480C-AC1D-30118BDD41F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{911A8B37-73CF-480C-AC1D-30118BDD41F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{911A8B37-73CF-480C-AC1D-30118BDD41F8}.Release|Any CPU.Build.0 = Release|Any CPU
{A6102A11-E79B-4787-A51A-819AF4289009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6102A11-E79B-4787-A51A-819AF4289009}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6102A11-E79B-4787-A51A-819AF4289009}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6102A11-E79B-4787-A51A-819AF4289009}.Release|Any CPU.Build.0 = Release|Any CPU
{AC74D3B9-869C-46E9-8350-90533A431132}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC74D3B9-869C-46E9-8350-90533A431132}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC74D3B9-869C-46E9-8350-90533A431132}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC74D3B9-869C-46E9-8350-90533A431132}.Release|Any CPU.Build.0 = Release|Any CPU
{4B95E6B1-6647-40D0-88DB-38C8DCA02BE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B95E6B1-6647-40D0-88DB-38C8DCA02BE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B95E6B1-6647-40D0-88DB-38C8DCA02BE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B95E6B1-6647-40D0-88DB-38C8DCA02BE7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2AFCBC23-EA9D-4FC5-BB61-8D6C343389C5} = {942DCE0D-F7C8-4B79-B7E2-45E1122A00B8}
{6511EB92-4693-4C85-A1D5-C81031675107} = {942DCE0D-F7C8-4B79-B7E2-45E1122A00B8}
{942DCE0D-F7C8-4B79-B7E2-45E1122A00B8} = {649B938D-76FB-4299-8672-6C3B86A938E4}
{8805EF78-60DE-4707-BD27-B80791D2E897} = {649B938D-76FB-4299-8672-6C3B86A938E4}
{911A8B37-73CF-480C-AC1D-30118BDD41F8} = {8805EF78-60DE-4707-BD27-B80791D2E897}
{A6102A11-E79B-4787-A51A-819AF4289009} = {8805EF78-60DE-4707-BD27-B80791D2E897}
{96DDD479-4335-468D-AC41-A98C0D4E3496} = {649B938D-76FB-4299-8672-6C3B86A938E4}
{AC74D3B9-869C-46E9-8350-90533A431132} = {96DDD479-4335-468D-AC41-A98C0D4E3496}
{4B95E6B1-6647-40D0-88DB-38C8DCA02BE7} = {96DDD479-4335-468D-AC41-A98C0D4E3496}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {078F7A08-DFFC-4DF3-B167-BB89E4C6B649}
EndGlobalSection
EndGlobal