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

11 lines
269 B
XML
Raw Normal View History

<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
<runtime>
<generatePublisherEvidence enabled="false"/>
<gcAllowVeryLargeObjects enabled="true" />
</runtime>
</configuration>