File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Uno.Wasm.Sample.RayTracer Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 14
14
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
15
15
<PublishTrimmed >true</PublishTrimmed >
16
16
<RunAOTCompilation >true</RunAOTCompilation >
17
- <WasmShellEnableJiterpreter >false</WasmShellEnableJiterpreter >
18
17
<!-- <RunAOTCompilationAfterBuild>true</RunAOTCompilationAfterBuild>-->
19
18
<WasmAotProfilePath >$(MSBuildThisFileDirectory)aot.profile</WasmAotProfilePath >
20
19
<!-- <WasmShellGenerateAOTProfile>true</WasmShellGenerateAOTProfile> -->
35
34
36
35
<ItemGroup >
37
36
<LinkerDescriptor Include =" LinkerConfig.xml" />
38
- <!-- < MonoRuntimeMixedModeExcludedAssembly Include="System.Xml.dll" /> -- >
37
+ <MonoRuntimeMixedModeExcludedAssembly Include =" System.Xml.dll" />
39
38
</ItemGroup >
40
39
41
40
<ItemGroup >
You can’t perform that action at this time.
0 commit comments