You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Joe.Kirchoff #jira UE-153905 #preflight skip [CL 20351826 by jamie hayes in ue5-main branch]
11 lines
270 B
XML
11 lines
270 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
|
|
</startup>
|
|
<runtime>
|
|
<generatePublisherEvidence enabled="false"/>
|
|
<gcAllowVeryLargeObjects enabled="true"/>
|
|
</runtime>
|
|
</configuration>
|