From e0e12cc4bf3bd2766ddb2912e401a3253d72b022 Mon Sep 17 00:00:00 2001 From: KevinRansom Date: Wed, 16 Sep 2020 16:50:43 -0700 Subject: [PATCH 1/4] Create fcs solution --- FSharp.Compiler.Service.slnf | 9 ------- Fcs.sln | 25 +++++++++++++++++++ src/fsharp/Directory.Build.props | 9 +++++++ .../FSharp.Compiler.Service.fsproj | 8 ------ 4 files changed, 34 insertions(+), 17 deletions(-) delete mode 100644 FSharp.Compiler.Service.slnf create mode 100644 Fcs.sln diff --git a/FSharp.Compiler.Service.slnf b/FSharp.Compiler.Service.slnf deleted file mode 100644 index 22303032243..00000000000 --- a/FSharp.Compiler.Service.slnf +++ /dev/null @@ -1,9 +0,0 @@ -{ - "solution": { - "path": "FSharp.sln", - "projects": [ - "src\\fsharp\\FSharp.Compiler.Service\\FSharp.Compiler.Service.fsproj", - "tests\\FSharp.Compiler.Service.Tests\\FSharp.Compiler.Service.Tests.fsproj" - ] - } -} diff --git a/Fcs.sln b/Fcs.sln new file mode 100644 index 00000000000..ed82699919d --- /dev/null +++ b/Fcs.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30503.244 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Compiler.Service", "src\fsharp\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj", "{A59DB8AE-8044-41A5-848A-800A7FF31C93}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A59DB8AE-8044-41A5-848A-800A7FF31C93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A59DB8AE-8044-41A5-848A-800A7FF31C93}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A59DB8AE-8044-41A5-848A-800A7FF31C93}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A59DB8AE-8044-41A5-848A-800A7FF31C93}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F9A60F3B-D894-4C8E-BA0F-C51115B25A5A} + EndGlobalSection +EndGlobal diff --git a/src/fsharp/Directory.Build.props b/src/fsharp/Directory.Build.props index 151415117e4..e0309137973 100644 --- a/src/fsharp/Directory.Build.props +++ b/src/fsharp/Directory.Build.props @@ -2,6 +2,15 @@ + + + true + + true true diff --git a/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj b/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj index 8878d49a7a1..2ff2992d7b9 100644 --- a/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj +++ b/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj @@ -729,14 +729,6 @@ - - - false - - From c7654cfcaa9811d57993a72a41170110b97a899b Mon Sep 17 00:00:00 2001 From: "Kevin Ransom (msft)" Date: Thu, 17 Sep 2020 12:11:53 -0700 Subject: [PATCH 2/4] Rename Fcs.sln to FSharp.Compiler.Service.sln --- Fcs.sln => FSharp.Compiler.Service.sln | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Fcs.sln => FSharp.Compiler.Service.sln (100%) diff --git a/Fcs.sln b/FSharp.Compiler.Service.sln similarity index 100% rename from Fcs.sln rename to FSharp.Compiler.Service.sln From ca928d15d36ca800cb9481d5375fbf0b5dab8944 Mon Sep 17 00:00:00 2001 From: "Kevin Ransom (msft)" Date: Thu, 17 Sep 2020 12:12:39 -0700 Subject: [PATCH 3/4] Update Directory.Build.props --- src/fsharp/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsharp/Directory.Build.props b/src/fsharp/Directory.Build.props index e0309137973..1b50458e5fd 100644 --- a/src/fsharp/Directory.Build.props +++ b/src/fsharp/Directory.Build.props @@ -8,7 +8,7 @@ FSharp.Core project. --> - true + true From 637b5d23f535ee09fa4dc1f4983ed4e71ad38a01 Mon Sep 17 00:00:00 2001 From: "Kevin Ransom (msft)" Date: Thu, 17 Sep 2020 12:13:10 -0700 Subject: [PATCH 4/4] Update Directory.Build.props --- src/fsharp/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsharp/Directory.Build.props b/src/fsharp/Directory.Build.props index 1b50458e5fd..5b972c79383 100644 --- a/src/fsharp/Directory.Build.props +++ b/src/fsharp/Directory.Build.props @@ -3,7 +3,7 @@