You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- fix a bug in custom commandline parsing where last character would be skipped - Update binaries for PerfReportTool, CsvToSvg, CsvToSvgLib, CsvStats #ROBOMERGE-AUTHOR: ben.woodhouse #ROBOMERGE-SOURCE: CL 19781993 via CL 19781999 via CL 19782001 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v939-19570697) [CL 19803413 by ben woodhouse in ue5-main branch]
9 lines
241 B
XML
9 lines
241 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
|
</startup>
|
|
<runtime>
|
|
<gcConcurrent enabled="false" />
|
|
</runtime>
|
|
</configuration> |