-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFSharp.CloudLayer.sln
37 lines (37 loc) · 1.85 KB
/
FSharp.CloudLayer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.64
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "CloudLayer.FSharp", "src\CloudLayer.FSharp.fsproj", "{844FAAFB-02C6-4F5D-B79D-7DBB3AD8E345}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "CloudLayer.Tests", "tests\CloudLayer.Tests.fsproj", "{20CEE79F-4E8D-462B-94A5-1BC634FE8614}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{483A5836-2876-4E01-B578-A7C9101A9EB7}"
ProjectSection(SolutionItems) = preProject
examples\Example.fsx = examples\Example.fsx
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{844FAAFB-02C6-4F5D-B79D-7DBB3AD8E345}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{844FAAFB-02C6-4F5D-B79D-7DBB3AD8E345}.Debug|Any CPU.Build.0 = Debug|Any CPU
{844FAAFB-02C6-4F5D-B79D-7DBB3AD8E345}.Release|Any CPU.ActiveCfg = Release|Any CPU
{844FAAFB-02C6-4F5D-B79D-7DBB3AD8E345}.Release|Any CPU.Build.0 = Release|Any CPU
{20CEE79F-4E8D-462B-94A5-1BC634FE8614}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20CEE79F-4E8D-462B-94A5-1BC634FE8614}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20CEE79F-4E8D-462B-94A5-1BC634FE8614}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20CEE79F-4E8D-462B-94A5-1BC634FE8614}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1F107AB-73B6-4ECA-B2EB-F7E48040FAD3}
EndGlobalSection
EndGlobal