Skip to content

Commit

Permalink
Turned off ILMerge transitive merge to avoid FSharp.Core.dll getting …
Browse files Browse the repository at this point in the history
…merged into the .exe.
  • Loading branch information
Travis Illig committed Aug 1, 2016
1 parent 7be74be commit 2a63c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GuidGenConsole/ILMerge.props
Expand Up @@ -8,7 +8,7 @@
<!-- *** set this file to Type=None, CopyToOutput=Never *** -->

<!-- If True, all copy local dependencies will also be merged from referenced projects whether they are referenced in the current project explicitly or not -->
<ILMergeTransitive>true</ILMergeTransitive>
<ILMergeTransitive>false</ILMergeTransitive>

<!-- Extra ILMerge library paths (semicolon-separated). Dont put your package dependencies here, they will be added automagically -->
<ILMergeLibraryPath></ILMergeLibraryPath>
Expand Down Expand Up @@ -39,7 +39,7 @@

<!-- The assembly level attributes of each input assembly are copied over into the target assembly -->
<ILMergeCopyAttributes></ILMergeCopyAttributes>

<!-- Creates a .pdb file for the output assembly and merges into it any .pdb files found for input assemblies, default=true -->
<ILMergeDebugInfo></ILMergeDebugInfo>

Expand Down

0 comments on commit 2a63c55

Please sign in to comment.