Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sign FCS assembly
Browse files Browse the repository at this point in the history
auduchinok committed Feb 26, 2020
1 parent d73ae73 commit cde95be
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
Original file line number Diff line number Diff line change
@@ -18,6 +18,8 @@
<Tailcalls>true</Tailcalls> <!-- .tail annotations always emitted for this binary, even in debug mode -->
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>fcs.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<Summary>The F# compiler as library. For editors, for tools, for scripting. For you.</Summary>
Binary file added fcs/FSharp.Compiler.Service/fcs.snk
Binary file not shown.

0 comments on commit cde95be

Please sign in to comment.