-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathGraphSharp.sln
More file actions
59 lines (59 loc) · 3.74 KB
/
GraphSharp.sln
File metadata and controls
59 lines (59 loc) · 3.74 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphSharp", "Graph#\GraphSharp.csproj", "{9C59C516-FCA0-4FCF-AE11-E20F0F1B1949}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphSharp.Controls", "Graph#.Controls\GraphSharp.Controls.csproj", "{90D874F2-486E-477E-93A9-FFA6FC92A2F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphSharp.Sample", "Graph#.Sample\GraphSharp.Sample.csproj", "{E709850B-B4C1-4789-BC93-44C0CE01C44B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphSharp.Test", "Graph#.Test\GraphSharp.Test.csproj", "{8F34D487-2FAA-4B4B-9099-D027579A74E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FCE85E95-D1C9-4B4E-9CD9-2831210F7C68}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugWithoutPlugins|Any CPU = DebugWithoutPlugins|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C59C516-FCA0-4FCF-AE11-E20F0F1B1949}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C59C516-FCA0-4FCF-AE11-E20F0F1B1949}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C59C516-FCA0-4FCF-AE11-E20F0F1B1949}.DebugWithoutPlugins|Any CPU.ActiveCfg = DebugWithoutPlugins|Any CPU
{9C59C516-FCA0-4FCF-AE11-E20F0F1B1949}.DebugWithoutPlugins|Any CPU.Build.0 = DebugWithoutPlugins|Any CPU
{9C59C516-FCA0-4FCF-AE11-E20F0F1B1949}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C59C516-FCA0-4FCF-AE11-E20F0F1B1949}.Release|Any CPU.Build.0 = Release|Any CPU
{90D874F2-486E-477E-93A9-FFA6FC92A2F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90D874F2-486E-477E-93A9-FFA6FC92A2F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90D874F2-486E-477E-93A9-FFA6FC92A2F4}.DebugWithoutPlugins|Any CPU.ActiveCfg = DebugWithoutPlugins|Any CPU
{90D874F2-486E-477E-93A9-FFA6FC92A2F4}.DebugWithoutPlugins|Any CPU.Build.0 = DebugWithoutPlugins|Any CPU
{90D874F2-486E-477E-93A9-FFA6FC92A2F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90D874F2-486E-477E-93A9-FFA6FC92A2F4}.Release|Any CPU.Build.0 = Release|Any CPU
{E709850B-B4C1-4789-BC93-44C0CE01C44B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E709850B-B4C1-4789-BC93-44C0CE01C44B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E709850B-B4C1-4789-BC93-44C0CE01C44B}.DebugWithoutPlugins|Any CPU.ActiveCfg = DebugWithoutPlugins|Any CPU
{E709850B-B4C1-4789-BC93-44C0CE01C44B}.DebugWithoutPlugins|Any CPU.Build.0 = DebugWithoutPlugins|Any CPU
{E709850B-B4C1-4789-BC93-44C0CE01C44B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E709850B-B4C1-4789-BC93-44C0CE01C44B}.Release|Any CPU.Build.0 = Release|Any CPU
{8F34D487-2FAA-4B4B-9099-D027579A74E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F34D487-2FAA-4B4B-9099-D027579A74E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F34D487-2FAA-4B4B-9099-D027579A74E1}.DebugWithoutPlugins|Any CPU.ActiveCfg = DebugWithoutPlugins|Any CPU
{8F34D487-2FAA-4B4B-9099-D027579A74E1}.DebugWithoutPlugins|Any CPU.Build.0 = DebugWithoutPlugins|Any CPU
{8F34D487-2FAA-4B4B-9099-D027579A74E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F34D487-2FAA-4B4B-9099-D027579A74E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CC458FF-C65F-42C7-86BD-638047585541}
EndGlobalSection
EndGlobal