Files
UnrealEngine/Engine/Source/Programs/UnrealAndroidFileTool/App.config
2025-05-18 13:04:45 +08:00

12 lines
288 B
XML

<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
</startup>
<runtime>
<Thread_UseAllCpuGroups enabled="true"/>
<GCCpuGroup enabled="true"/>
<gcServer enabled="true"/>
</runtime>
</configuration>