-
Notifications
You must be signed in to change notification settings - Fork 7
/
DependencyGraph.sln
50 lines (50 loc) · 3.21 KB
/
DependencyGraph.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyGraph", "DependencyGraph\DependencyGraph.csproj", "{32203EFF-D294-471A-ACF9-85D358344456}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyGraphTest", "DependencyGraphTest\DependencyGraphTest.csproj", "{072AB919-25B9-4C89-A2FA-0E390AC75A7D}"
ProjectSection(ProjectDependencies) = postProject
{A887A432-1B33-4398-8ACC-E08B5A31E7ED} = {A887A432-1B33-4398-8ACC-E08B5A31E7ED}
{32203EFF-D294-471A-ACF9-85D358344456} = {32203EFF-D294-471A-ACF9-85D358344456}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleCodeBase", "SampleCodeBase\SampleCodeBase.csproj", "{A887A432-1B33-4398-8ACC-E08B5A31E7ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyGraphCLI", "DependencyGraphCLI\DependencyGraphCLI.csproj", "{9C9BD53C-5374-433B-9F41-732951E04702}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyGraphCLITest", "DependencyGraphCLITest\DependencyGraphCLITest.csproj", "{B34CA471-1A57-4798-BC44-90ED76C8A0AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32203EFF-D294-471A-ACF9-85D358344456}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32203EFF-D294-471A-ACF9-85D358344456}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32203EFF-D294-471A-ACF9-85D358344456}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32203EFF-D294-471A-ACF9-85D358344456}.Release|Any CPU.Build.0 = Release|Any CPU
{072AB919-25B9-4C89-A2FA-0E390AC75A7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{072AB919-25B9-4C89-A2FA-0E390AC75A7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{072AB919-25B9-4C89-A2FA-0E390AC75A7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{072AB919-25B9-4C89-A2FA-0E390AC75A7D}.Release|Any CPU.Build.0 = Release|Any CPU
{A887A432-1B33-4398-8ACC-E08B5A31E7ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A887A432-1B33-4398-8ACC-E08B5A31E7ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A887A432-1B33-4398-8ACC-E08B5A31E7ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A887A432-1B33-4398-8ACC-E08B5A31E7ED}.Release|Any CPU.Build.0 = Release|Any CPU
{9C9BD53C-5374-433B-9F41-732951E04702}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C9BD53C-5374-433B-9F41-732951E04702}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C9BD53C-5374-433B-9F41-732951E04702}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C9BD53C-5374-433B-9F41-732951E04702}.Release|Any CPU.Build.0 = Release|Any CPU
{B34CA471-1A57-4798-BC44-90ED76C8A0AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B34CA471-1A57-4798-BC44-90ED76C8A0AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B34CA471-1A57-4798-BC44-90ED76C8A0AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B34CA471-1A57-4798-BC44-90ED76C8A0AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal