-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFsCPS.sln
52 lines (52 loc) · 2.47 KB
/
FsCPS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{C299B849-E24A-4ABA-B8C6-56C2F0FF819A}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsCPS", "FsCPS\FsCPS.fsproj", "{DC2D5E94-9E4C-4D2C-A638-DF893BA96D5E}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsCPS.Tests", "FsCPS.Tests\FsCPS.Tests.fsproj", "{C48B34AD-6C78-4B31-9F1A-09964CBFB3A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D56C2266-8088-425F-A127-9AB58A9A792E}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
TODO.md = TODO.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{0E91332D-3AEB-4BDE-9147-BDA423A4ADD7}"
ProjectSection(SolutionItems) = preProject
doc\GettingStarted.md = doc\GettingStarted.md
doc\YANGProviderInternals.md = doc\YANGProviderInternals.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC2D5E94-9E4C-4D2C-A638-DF893BA96D5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC2D5E94-9E4C-4D2C-A638-DF893BA96D5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC2D5E94-9E4C-4D2C-A638-DF893BA96D5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC2D5E94-9E4C-4D2C-A638-DF893BA96D5E}.Release|Any CPU.Build.0 = Release|Any CPU
{C48B34AD-6C78-4B31-9F1A-09964CBFB3A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C48B34AD-6C78-4B31-9F1A-09964CBFB3A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C48B34AD-6C78-4B31-9F1A-09964CBFB3A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C48B34AD-6C78-4B31-9F1A-09964CBFB3A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0E91332D-3AEB-4BDE-9147-BDA423A4ADD7} = {D56C2266-8088-425F-A127-9AB58A9A792E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21ADA4D3-C86B-402A-8567-AE8F3429B51B}
EndGlobalSection
EndGlobal