-
Notifications
You must be signed in to change notification settings - Fork 3
/
DependencyGraph.sln
36 lines (36 loc) · 1.77 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "DependencyGraph", "DependencyGraph\DependencyGraph.fsproj", "{827CFD05-8A1F-48C2-AFD5-6A9A0ED2C12E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E74A46FB-8FAD-46D4-BBB3-C7B87380565E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{827CFD05-8A1F-48C2-AFD5-6A9A0ED2C12E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{827CFD05-8A1F-48C2-AFD5-6A9A0ED2C12E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{827CFD05-8A1F-48C2-AFD5-6A9A0ED2C12E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{827CFD05-8A1F-48C2-AFD5-6A9A0ED2C12E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{827CFD05-8A1F-48C2-AFD5-6A9A0ED2C12E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{827CFD05-8A1F-48C2-AFD5-6A9A0ED2C12E}.Release|Any CPU.Build.0 = Release|Any CPU
{827CFD05-8A1F-48C2-AFD5-6A9A0ED2C12E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{827CFD05-8A1F-48C2-AFD5-6A9A0ED2C12E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EB30B60-DA3C-4359-8D68-0FB49AAFC55F}
EndGlobalSection
EndGlobal