-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCodeGraph.sln
78 lines (78 loc) · 4.96 KB
/
CodeGraph.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGraph", "CodeGraph\CodeGraph.csproj", "{449A5E1C-4004-4396-8D89-FA5541034734}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGraph.Interfaces", "CodeGraph.Interfaces\CodeGraph.Interfaces.csproj", "{F4F477D7-6638-42FD-A566-5C2E07B64411}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGraph.VS", "CodeGraph.VS\CodeGraph.VS.csproj", "{934F4D3A-E987-41A0-A74C-C302E79869BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC1D5C49-3E16-4B7E-987D-28095C5D0492}"
ProjectSection(SolutionItems) = preProject
devkey.snk = devkey.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D6A63398-8E0E-454E-8097-D880CB3BAD6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGraph.VS.Tests", "tests\CodeGraph.VS.Tests\CodeGraph.VS.Tests.csproj", "{9C340BA9-A95F-48F4-ACEC-03FF43E87B41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Graph.ConsoleApp", "Graph.ConsoleApp\Graph.ConsoleApp.csproj", "{E2C17DDA-0B4F-43A9-83D0-9732BF938B1F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{449A5E1C-4004-4396-8D89-FA5541034734}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{449A5E1C-4004-4396-8D89-FA5541034734}.Debug|Any CPU.Build.0 = Debug|Any CPU
{449A5E1C-4004-4396-8D89-FA5541034734}.Debug|x86.ActiveCfg = Debug|Any CPU
{449A5E1C-4004-4396-8D89-FA5541034734}.Debug|x86.Build.0 = Debug|Any CPU
{449A5E1C-4004-4396-8D89-FA5541034734}.Release|Any CPU.ActiveCfg = Release|Any CPU
{449A5E1C-4004-4396-8D89-FA5541034734}.Release|Any CPU.Build.0 = Release|Any CPU
{449A5E1C-4004-4396-8D89-FA5541034734}.Release|x86.ActiveCfg = Release|Any CPU
{449A5E1C-4004-4396-8D89-FA5541034734}.Release|x86.Build.0 = Release|Any CPU
{F4F477D7-6638-42FD-A566-5C2E07B64411}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4F477D7-6638-42FD-A566-5C2E07B64411}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4F477D7-6638-42FD-A566-5C2E07B64411}.Debug|x86.ActiveCfg = Debug|Any CPU
{F4F477D7-6638-42FD-A566-5C2E07B64411}.Debug|x86.Build.0 = Debug|Any CPU
{F4F477D7-6638-42FD-A566-5C2E07B64411}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4F477D7-6638-42FD-A566-5C2E07B64411}.Release|Any CPU.Build.0 = Release|Any CPU
{F4F477D7-6638-42FD-A566-5C2E07B64411}.Release|x86.ActiveCfg = Release|Any CPU
{F4F477D7-6638-42FD-A566-5C2E07B64411}.Release|x86.Build.0 = Release|Any CPU
{934F4D3A-E987-41A0-A74C-C302E79869BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{934F4D3A-E987-41A0-A74C-C302E79869BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{934F4D3A-E987-41A0-A74C-C302E79869BC}.Debug|x86.ActiveCfg = Debug|Any CPU
{934F4D3A-E987-41A0-A74C-C302E79869BC}.Debug|x86.Build.0 = Debug|Any CPU
{934F4D3A-E987-41A0-A74C-C302E79869BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{934F4D3A-E987-41A0-A74C-C302E79869BC}.Release|Any CPU.Build.0 = Release|Any CPU
{934F4D3A-E987-41A0-A74C-C302E79869BC}.Release|x86.ActiveCfg = Release|Any CPU
{934F4D3A-E987-41A0-A74C-C302E79869BC}.Release|x86.Build.0 = Release|Any CPU
{9C340BA9-A95F-48F4-ACEC-03FF43E87B41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C340BA9-A95F-48F4-ACEC-03FF43E87B41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C340BA9-A95F-48F4-ACEC-03FF43E87B41}.Debug|x86.ActiveCfg = Debug|Any CPU
{9C340BA9-A95F-48F4-ACEC-03FF43E87B41}.Debug|x86.Build.0 = Debug|Any CPU
{9C340BA9-A95F-48F4-ACEC-03FF43E87B41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C340BA9-A95F-48F4-ACEC-03FF43E87B41}.Release|Any CPU.Build.0 = Release|Any CPU
{9C340BA9-A95F-48F4-ACEC-03FF43E87B41}.Release|x86.ActiveCfg = Release|Any CPU
{9C340BA9-A95F-48F4-ACEC-03FF43E87B41}.Release|x86.Build.0 = Release|Any CPU
{E2C17DDA-0B4F-43A9-83D0-9732BF938B1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2C17DDA-0B4F-43A9-83D0-9732BF938B1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2C17DDA-0B4F-43A9-83D0-9732BF938B1F}.Debug|x86.ActiveCfg = Debug|Any CPU
{E2C17DDA-0B4F-43A9-83D0-9732BF938B1F}.Debug|x86.Build.0 = Debug|Any CPU
{E2C17DDA-0B4F-43A9-83D0-9732BF938B1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2C17DDA-0B4F-43A9-83D0-9732BF938B1F}.Release|Any CPU.Build.0 = Release|Any CPU
{E2C17DDA-0B4F-43A9-83D0-9732BF938B1F}.Release|x86.ActiveCfg = Release|Any CPU
{E2C17DDA-0B4F-43A9-83D0-9732BF938B1F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9C340BA9-A95F-48F4-ACEC-03FF43E87B41} = {D6A63398-8E0E-454E-8097-D880CB3BAD6C}
EndGlobalSection
EndGlobal