Files
UnrealEngineUWP/Engine/Source/Programs/MemoryProfiler2/App.config

11 lines
270 B
Plaintext
Raw Normal View History

<?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>