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 =
295295 with get() = embedAllSources
296296 and set ( s ) = embedAllSources <- s
297297
298+ member fsc.Embed
299+ with get() = embeddedFiles
300+ and set ( e ) = embeddedFiles <- e
301+
298302 member fsc.EmbeddedFiles
299303 with get() = embeddedFiles
300304 and set ( e ) = embeddedFiles <- e
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ this file.
285285 DocumentationFile =" $(DocumentationFile)"
286286 DotnetFscCompilerPath =" $(DotnetFscCompilerPath)"
287287 EmbedAllSources =" $(EmbedAllSources)"
288- EmbeddedFiles =" @(EmbeddedFiles)"
288+ Embed =" @(EmbeddedFiles)"
289289 GenerateInterfaceFile =" $(GenerateInterfaceFile)"
290290 HighEntropyVA =" $(HighEntropyVA)"
291291 KeyFile =" $(KeyOriginatorFile)"
You can’t perform that action at this time.
0 commit comments