-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearn.fsharp.sln
26 lines (26 loc) · 1.33 KB
/
learn.fsharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "learn.fsharp", "learn.fsharp\learn.fsharp.fsproj", "{53DE4AD1-572E-437E-B983-B9C5E2755D3D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "fsapp", "fsapp\fsapp.fsproj", "{4FD634BE-5320-4CFF-9163-57128AF26A8D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53DE4AD1-572E-437E-B983-B9C5E2755D3D}.Debug|Any CPU.ActiveCfg = Debug|x86
{53DE4AD1-572E-437E-B983-B9C5E2755D3D}.Debug|Any CPU.Build.0 = Debug|x86
{53DE4AD1-572E-437E-B983-B9C5E2755D3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53DE4AD1-572E-437E-B983-B9C5E2755D3D}.Release|Any CPU.Build.0 = Release|Any CPU
{4FD634BE-5320-4CFF-9163-57128AF26A8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FD634BE-5320-4CFF-9163-57128AF26A8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FD634BE-5320-4CFF-9163-57128AF26A8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FD634BE-5320-4CFF-9163-57128AF26A8D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal