You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
https://github.com/EpicGames/UnrealEngine/pull/678 [CL 2383719 by Ben Marsh in Main branch]
11 lines
325 B
XML
11 lines
325 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
|
</startup>
|
|
<uri>
|
|
<schemeSettings>
|
|
<add name="http" genericUriParserOptions="DontUnescapePathDotsAndSlashes" />
|
|
</schemeSettings>
|
|
</uri>
|
|
</configuration> |