Skip to content

Commit

Permalink
add sln
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme committed Nov 5, 2021
1 parent 1c62eb7 commit 66080eb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions F# Compiler Guide.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Compiler.Service", "FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj", "{C142CC22-D422-4CBB-86D0-3BB4E86CCF9D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C142CC22-D422-4CBB-86D0-3BB4E86CCF9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C142CC22-D422-4CBB-86D0-3BB4E86CCF9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C142CC22-D422-4CBB-86D0-3BB4E86CCF9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C142CC22-D422-4CBB-86D0-3BB4E86CCF9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FB2E558-5868-4A86-9F5B-E4AE79F8C286}
EndGlobalSection
EndGlobal

0 comments on commit 66080eb

Please sign in to comment.