File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Uno.Wasm.Sample.RayTracer Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 8
8
<WasmShellMonoRuntimeExecutionMode Condition =" '$(UseAOT)'=='true'" >InterpreterAndAOT</WasmShellMonoRuntimeExecutionMode >
9
9
<MonoRuntimeDebuggerEnabled Condition =" '$(Configuration)'=='Debug'" >true</MonoRuntimeDebuggerEnabled >
10
10
<DefineConstants >$(DefineConstants);__WASM__;UWP</DefineConstants >
11
+ <WasmPWAManifestFile >app.webmanifest</WasmPWAManifestFile >
11
12
<!-- <WasmShellEnableEmccProfiling>true</WasmShellEnableEmccProfiling>-->
12
13
<WasmShellPrintAOTSkippedMethods >true</WasmShellPrintAOTSkippedMethods >
13
14
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
33
34
34
35
<ItemGroup >
35
36
<LinkerDescriptor Include =" LinkerConfig.xml" />
37
+ <MonoRuntimeMixedModeExcludedAssembly Include =" System.Xml.dll" />
36
38
</ItemGroup >
37
39
38
40
<ItemGroup >
You can’t perform that action at this time.
0 commit comments