Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Aug 9, 2018
1 parent 2101df0 commit 7647d56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/fsharp/FSharp.Build/Microsoft.FSharp.Targets
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ this file.

<PropertyGroup>
<CoreCompileDependsOn>_ComputeNonExistentFileProperty</CoreCompileDependsOn>

<!-- Provided for compatability with the initial releases of FSharp for the dotnet sdk -->
<!-- New project files should use 'EmbedFiles' -->
<EmbeddedFiles Condition=" '$(Embed)' != '' ">$(EmbeddedFiles);$(Embed)</EmbeddedFiles>
</PropertyGroup>

<Target Name="GenerateFSharpTextResources"
Expand Down Expand Up @@ -273,7 +277,7 @@ this file.
DocumentationFile="$(DocumentationFile)"
DotnetFscCompilerPath="$(DotnetFscCompilerPath)"
EmbedAllSources="$(EmbedAllSources)"
Embed="$(Embed)"
Embed="$(EmbeddedFiles)"
GenerateInterfaceFile="$(GenerateInterfaceFile)"
HighEntropyVA="$(HighEntropyVA)"
KeyFile="$(KeyOriginatorFile)"
Expand Down

0 comments on commit 7647d56

Please sign in to comment.