Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Compiler/FSharp.Compiler.Service.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</PropertyGroup>

<!-- The FSharp.Compiler.Service dll provides a referencable public interface for tool builders -->
<PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<!-- <PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<CompressMetadata>true</CompressMetadata>
</PropertyGroup>
</PropertyGroup> -->

<PropertyGroup>
<FsYaccOutputFolder>$(IntermediateOutputPath)$(TargetFramework)\</FsYaccOutputFolder>
Expand Down
4 changes: 2 additions & 2 deletions src/FSharp.Build/FSharp.Build.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
</PropertyGroup>

<!-- The FSharp.Build dll does not provide a referencable public interface although it's used for testing -->
<PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<!-- <PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<CompressMetadata>true</CompressMetadata>
</PropertyGroup>
</PropertyGroup> -->

<ItemGroup>
<InternalsVisibleTo Include="VisualFSharp.UnitTests" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</PropertyGroup>

<!-- The FSharp.Compiler.Interactive.Settings dll provides a referencable public interface to tool builders -->
<PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<!-- <PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<CompressMetadata>true</CompressMetadata>
</PropertyGroup>
</PropertyGroup> -->

<ItemGroup>
<InternalsVisibleTo Include="fsi" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</PropertyGroup>

<!-- The FSharp.Compiler.Server.Shared dll does not provide a referencable public interface -->
<PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<!-- <PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<CompressMetadata>true</CompressMetadata>
</PropertyGroup>
</PropertyGroup> -->

<ItemGroup>
<InternalsVisibleTo Include="fsi" />
Expand Down
4 changes: 2 additions & 2 deletions src/FSharp.Core/FSharp.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
</PropertyGroup>

<!-- The FSharp.Core dll provides a referencable public interface -->
<PropertyGroup Condition="'$(Configuration)' != 'Proto' and '$(CompressAllMetadata)' != 'true'">
<!-- <PropertyGroup Condition="'$(Configuration)' != 'Proto' and '$(CompressAllMetadata)' != 'true'">
<CompressMetadata>true</CompressMetadata>
</PropertyGroup>
</PropertyGroup> -->

<ItemGroup>
<EmbeddedResource Update="FSCore.resx">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</PropertyGroup>

<!-- The FSharp.DependencyManager.Nuget dll does not provide a referencable public interface although it's used for testing -->
<PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<!-- <PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<CompressMetadata>true</CompressMetadata>
</PropertyGroup>
</PropertyGroup> -->

<Target Name="CopyToBuiltBin" BeforeTargets="BuiltProjectOutputGroup" AfterTargets="CoreCompile">
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/fsi/fsi.targets
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
</PropertyGroup>

<!-- The fsi application does not provide a referencable public interface -->
<PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<!-- <PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<CompressMetadata>true</CompressMetadata>
</PropertyGroup>
</PropertyGroup> -->

<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)console.fs" />
Expand Down