You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Updated script to check for .netcore projects, ignore monocs projects, and whitelisted UnrealVS as it requires 4.6 to be targeted for vs2017 #rb ben.marsh #lockdown nick.penwarden [CL 3662058 by Chad Garyet in Main branch]
10 lines
218 B
XML
10 lines
218 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
|
</startup>
|
|
<runtime>
|
|
<generatePublisherEvidence enabled="false"/>
|
|
</runtime>
|
|
</configuration>
|