Skip to content

Commit 2a9e663

Browse files
authored
chore: Restore original configuration
1 parent d43c618 commit 2a9e663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Uno.Wasm.Sample.RayTracer/Uno.Wasm.Sample.RayTracer.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<WasmShellMonoRuntimeExecutionMode Condition="'$(UseAOT)'=='true'">InterpreterAndAOT</WasmShellMonoRuntimeExecutionMode>
99
<MonoRuntimeDebuggerEnabled Condition="'$(Configuration)'=='Debug'">true</MonoRuntimeDebuggerEnabled>
1010
<DefineConstants>$(DefineConstants);__WASM__;UWP</DefineConstants>
11+
<WasmPWAManifestFile>app.webmanifest</WasmPWAManifestFile>
1112
<!--<WasmShellEnableEmccProfiling>true</WasmShellEnableEmccProfiling>-->
1213
<WasmShellPrintAOTSkippedMethods>true</WasmShellPrintAOTSkippedMethods>
1314
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
@@ -33,6 +34,7 @@
3334

3435
<ItemGroup>
3536
<LinkerDescriptor Include="LinkerConfig.xml" />
37+
<MonoRuntimeMixedModeExcludedAssembly Include="System.Xml.dll" />
3638
</ItemGroup>
3739

3840
<ItemGroup>

0 commit comments

Comments
 (0)