Skip to content

Commit

Permalink
Re-add embed (#6277)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom authored Feb 25, 2019
1 parent 2c8497b commit efb57cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/fsharp/FSharp.Build/Fsc.fs
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ type public Fsc () as this =
with get() = embedAllSources
and set(s) = embedAllSources <- s

member fsc.Embed
with get() = embeddedFiles
and set(e) = embeddedFiles <- e

member fsc.EmbeddedFiles
with get() = embeddedFiles
and set(e) = embeddedFiles <- e
Expand Down
2 changes: 1 addition & 1 deletion src/fsharp/FSharp.Build/Microsoft.FSharp.Targets
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ this file.
DocumentationFile="$(DocumentationFile)"
DotnetFscCompilerPath="$(DotnetFscCompilerPath)"
EmbedAllSources="$(EmbedAllSources)"
EmbeddedFiles="@(EmbeddedFiles)"
Embed="@(EmbeddedFiles)"
GenerateInterfaceFile="$(GenerateInterfaceFile)"
HighEntropyVA="$(HighEntropyVA)"
KeyFile="$(KeyOriginatorFile)"
Expand Down

0 comments on commit efb57cf

Please sign in to comment.