未验证 提交 efb57cf5 编写于 作者: K Kevin Ransom (msft) 提交者: GitHub

Re-add embed (#6277)

上级 2c8497bb
......@@ -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
......
......@@ -285,7 +285,7 @@ this file.
DocumentationFile="$(DocumentationFile)"
DotnetFscCompilerPath="$(DotnetFscCompilerPath)"
EmbedAllSources="$(EmbedAllSources)"
EmbeddedFiles="@(EmbeddedFiles)"
Embed="@(EmbeddedFiles)"
GenerateInterfaceFile="$(GenerateInterfaceFile)"
HighEntropyVA="$(HighEntropyVA)"
KeyFile="$(KeyOriginatorFile)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册