-
Notifications
You must be signed in to change notification settings - Fork 1
/
FSharp.CommandLine.sln
executable file
·31 lines (31 loc) · 1.58 KB
/
FSharp.CommandLine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2011
MinimumVisualStudioVersion = 10.0.40219.1
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "FSharp.CommandLine", "src\FSharp.CommandLine\FSharp.CommandLine.fsproj", "{32A93182-5504-4C36-98E0-D2486AA6B361}"
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "FSharp.Scanf", "src\FSharp.Scanf\FSharp.Scanf.fsproj", "{9540C26A-B0A5-4E78-A596-C62F036A2DF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32A93182-5504-4C36-98E0-D2486AA6B361}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32A93182-5504-4C36-98E0-D2486AA6B361}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32A93182-5504-4C36-98E0-D2486AA6B361}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32A93182-5504-4C36-98E0-D2486AA6B361}.Release|Any CPU.Build.0 = Release|Any CPU
{9540C26A-B0A5-4E78-A596-C62F036A2DF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9540C26A-B0A5-4E78-A596-C62F036A2DF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9540C26A-B0A5-4E78-A596-C62F036A2DF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9540C26A-B0A5-4E78-A596-C62F036A2DF1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80272E67-BBF7-47F2-A615-C56E4B39D7D6}
EndGlobalSection
EndGlobal