File tree Expand file tree Collapse file tree 8 files changed +15
-9
lines changed
FSharp.Compiler.Interactive.Settings
FSharp.Compiler.Server.Shared
FSharp.DependencyManager.Nuget Expand file tree Collapse file tree 8 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 2929
3030 <!-- The FSharp.Compiler.Service dll provides a referencable public interface for tool builders -->
3131 <PropertyGroup Condition =" '$(Configuration)' != 'Proto'" >
32- <CompressMetadata > true</CompressMetadata >
32+ <CompressMetadata Condition = " '$(CompressAllMetadata)' != ' true' " >false </CompressMetadata >
3333 </PropertyGroup >
3434
3535 <PropertyGroup >
Original file line number Diff line number Diff line change 2020
2121 <!-- The FSharp.Build dll does not provide a referencable public interface although it's used for testing -->
2222 <PropertyGroup Condition =" '$(Configuration)' != 'Proto'" >
23- <CompressMetadata >true</CompressMetadata >
23+ <CompressMetadata Condition =" '$(CompressAllMetadata)' != 'true'" >false</CompressMetadata >
24+ <NoOptimizationData >true</NoOptimizationData >
25+ <CompressMetadata Condition =" '$(CompressAllMetadata)' != 'true'" >false</CompressMetadata >
2426 </PropertyGroup >
2527
2628 <ItemGroup >
Original file line number Diff line number Diff line change 1111
1212 <!-- The FSharp.Compiler.Interactive.Settings dll provides a referencable public interface to tool builders -->
1313 <PropertyGroup Condition =" '$(Configuration)' != 'Proto'" >
14- <CompressMetadata > true</CompressMetadata >
14+ <CompressMetadata Condition = " '$(CompressAllMetadata)' != ' true' " >false </CompressMetadata >
1515 </PropertyGroup >
1616
1717 <ItemGroup >
Original file line number Diff line number Diff line change 88 <UseFSharpProductVersion >true</UseFSharpProductVersion >
99 </PropertyGroup >
1010
11- <!-- The FSharp.Compiler.Server.Shared dll does not provide a referencable public interface -->
11+ <!-- The FSharp.Core dll provides a referencable public interface -->
1212 <PropertyGroup Condition =" '$(Configuration)' != 'Proto'" >
13- <CompressMetadata > true</CompressMetadata >
13+ <CompressMetadata Condition = " '$(CompressAllMetadata)' != ' true' " >false </CompressMetadata >
1414 </PropertyGroup >
1515
1616 <ItemGroup >
Original file line number Diff line number Diff line change 4040 </PropertyGroup >
4141
4242 <!-- The FSharp.Core dll provides a referencable public interface -->
43- <PropertyGroup Condition =" '$(Configuration)' != 'Proto' and '$(CompressAllMetadata)' != 'true' " >
44- <CompressMetadata > true</CompressMetadata >
43+ <PropertyGroup Condition =" '$(Configuration)' != 'Proto'" >
44+ <CompressMetadata Condition = " '$(CompressAllMetadata)' != ' true' " >false </CompressMetadata >
4545 </PropertyGroup >
4646
4747 <ItemGroup >
Original file line number Diff line number Diff line change 1414
1515 <!-- The FSharp.DependencyManager.Nuget dll does not provide a referencable public interface although it's used for testing -->
1616 <PropertyGroup Condition =" '$(Configuration)' != 'Proto'" >
17- <CompressMetadata >true</CompressMetadata >
17+ <NoOptimizationData >true</NoOptimizationData >
18+ <CompressMetadata Condition =" '$(CompressAllMetadata)' != 'true'" >false</CompressMetadata >
1819 </PropertyGroup >
1920
2021 <Target Name =" CopyToBuiltBin" BeforeTargets =" BuiltProjectOutputGroup" AfterTargets =" CoreCompile" >
Original file line number Diff line number Diff line change 2424 <PropertyGroup Condition =" '$(Configuration)' != 'Proto'" >
2525 <NoOptimizationData >true</NoOptimizationData >
2626 <NoInterfaceData >true</NoInterfaceData >
27+ <CompressMetadata Condition =" '$(CompressAllMetadata)' != 'true'" >false</CompressMetadata >
2728 </PropertyGroup >
2829
2930 <ItemGroup >
Original file line number Diff line number Diff line change 2626
2727 <!-- The fsi application does not provide a referencable public interface -->
2828 <PropertyGroup Condition =" '$(Configuration)' != 'Proto'" >
29- <CompressMetadata >true</CompressMetadata >
29+ <NoOptimizationData >true</NoOptimizationData >
30+ <NoInterfaceData >true</NoInterfaceData >
31+ <CompressMetadata Condition =" '$(CompressAllMetadata)' != 'true'" >false</CompressMetadata >
3032 </PropertyGroup >
3133
3234 <ItemGroup >
You can’t perform that action at this time.
0 commit comments