-
Notifications
You must be signed in to change notification settings - Fork 18
/
MCS.sln
45 lines (45 loc) · 2.32 KB
/
MCS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "MCS", "MCS\MCS.fsproj", "{FBAA818A-A049-4149-9032-31C8D244AEA6}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Sample4LongForm", "Samples\Sample4\Sample4LongForm.fsproj", "{607161F1-86BE-471A-9837-3D19BFAAA5FA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{121FB9B3-C225-4FF9-AD1D-F4AE9537BACF}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
.config\dotnet-tools.json = .config\dotnet-tools.json
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGet", "Build\NuGet.csproj", "{C79CBF0D-3272-4DAE-A33B-D0A6546F7131}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBAA818A-A049-4149-9032-31C8D244AEA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBAA818A-A049-4149-9032-31C8D244AEA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBAA818A-A049-4149-9032-31C8D244AEA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBAA818A-A049-4149-9032-31C8D244AEA6}.Release|Any CPU.Build.0 = Release|Any CPU
{607161F1-86BE-471A-9837-3D19BFAAA5FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{607161F1-86BE-471A-9837-3D19BFAAA5FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{607161F1-86BE-471A-9837-3D19BFAAA5FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{607161F1-86BE-471A-9837-3D19BFAAA5FA}.Release|Any CPU.Build.0 = Release|Any CPU
{C79CBF0D-3272-4DAE-A33B-D0A6546F7131}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C79CBF0D-3272-4DAE-A33B-D0A6546F7131}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C79CBF0D-3272-4DAE-A33B-D0A6546F7131} = {121FB9B3-C225-4FF9-AD1D-F4AE9537BACF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8935BED-9DF1-47CF-9A24-00B6C1250E99}
EndGlobalSection
EndGlobal