From 1ff6e5a56a31566a769c179e0453b4ebbd0cb6af Mon Sep 17 00:00:00 2001 From: Kevin Ransom Date: Wed, 24 Aug 2022 19:36:03 -0700 Subject: [PATCH] Revert FCS compression --- src/Compiler/FSharp.Compiler.Service.fsproj | 2 +- src/FSharp.Build/FSharp.Build.fsproj | 4 +++- .../FSharp.Compiler.Interactive.Settings.fsproj | 2 +- .../FSharp.Compiler.Server.Shared.fsproj | 4 ++-- src/FSharp.Core/FSharp.Core.fsproj | 4 ++-- .../FSharp.DependencyManager.Nuget.fsproj | 3 ++- src/fsc/fsc.targets | 1 + src/fsi/fsi.targets | 4 +++- 8 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/Compiler/FSharp.Compiler.Service.fsproj b/src/Compiler/FSharp.Compiler.Service.fsproj index e64ff47680d..b76cfa836a0 100644 --- a/src/Compiler/FSharp.Compiler.Service.fsproj +++ b/src/Compiler/FSharp.Compiler.Service.fsproj @@ -29,7 +29,7 @@ - true + false diff --git a/src/FSharp.Build/FSharp.Build.fsproj b/src/FSharp.Build/FSharp.Build.fsproj index 1d2670fbc84..c79244ca045 100644 --- a/src/FSharp.Build/FSharp.Build.fsproj +++ b/src/FSharp.Build/FSharp.Build.fsproj @@ -20,7 +20,9 @@ - true + false + true + false diff --git a/src/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj b/src/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj index 12952536046..f4b0c73ffd5 100644 --- a/src/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj +++ b/src/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj @@ -11,7 +11,7 @@ - true + false diff --git a/src/FSharp.Compiler.Server.Shared/FSharp.Compiler.Server.Shared.fsproj b/src/FSharp.Compiler.Server.Shared/FSharp.Compiler.Server.Shared.fsproj index d63c3ce02f9..2b6e504664f 100644 --- a/src/FSharp.Compiler.Server.Shared/FSharp.Compiler.Server.Shared.fsproj +++ b/src/FSharp.Compiler.Server.Shared/FSharp.Compiler.Server.Shared.fsproj @@ -8,9 +8,9 @@ true - + - true + false diff --git a/src/FSharp.Core/FSharp.Core.fsproj b/src/FSharp.Core/FSharp.Core.fsproj index 2c78bf6cfee..95ab57a3796 100644 --- a/src/FSharp.Core/FSharp.Core.fsproj +++ b/src/FSharp.Core/FSharp.Core.fsproj @@ -40,8 +40,8 @@ - - true + + false diff --git a/src/FSharp.DependencyManager.Nuget/FSharp.DependencyManager.Nuget.fsproj b/src/FSharp.DependencyManager.Nuget/FSharp.DependencyManager.Nuget.fsproj index 2425866f41b..d114fe9ae33 100644 --- a/src/FSharp.DependencyManager.Nuget/FSharp.DependencyManager.Nuget.fsproj +++ b/src/FSharp.DependencyManager.Nuget/FSharp.DependencyManager.Nuget.fsproj @@ -14,7 +14,8 @@ - true + true + false diff --git a/src/fsc/fsc.targets b/src/fsc/fsc.targets index ee9688f53fa..cd0d98ec64a 100644 --- a/src/fsc/fsc.targets +++ b/src/fsc/fsc.targets @@ -24,6 +24,7 @@ true true + false diff --git a/src/fsi/fsi.targets b/src/fsi/fsi.targets index b66ca4b2241..9280dcc36f4 100644 --- a/src/fsi/fsi.targets +++ b/src/fsi/fsi.targets @@ -26,7 +26,9 @@ - true + true + true + false