File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,10 @@ type public Fsc () as this =
295
295
with get() = embedAllSources
296
296
and set ( s ) = embedAllSources <- s
297
297
298
+ member fsc.Embed
299
+ with get() = embeddedFiles
300
+ and set ( e ) = embeddedFiles <- e
301
+
298
302
member fsc.EmbeddedFiles
299
303
with get() = embeddedFiles
300
304
and set ( e ) = embeddedFiles <- e
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ this file.
285
285
DocumentationFile =" $(DocumentationFile)"
286
286
DotnetFscCompilerPath =" $(DotnetFscCompilerPath)"
287
287
EmbedAllSources =" $(EmbedAllSources)"
288
- EmbeddedFiles =" @(EmbeddedFiles)"
288
+ Embed =" @(EmbeddedFiles)"
289
289
GenerateInterfaceFile =" $(GenerateInterfaceFile)"
290
290
HighEntropyVA =" $(HighEntropyVA)"
291
291
KeyFile =" $(KeyOriginatorFile)"
You can’t perform that action at this time.
0 commit comments