Files
UnrealEngineUWP/Engine/Source/Programs/MemoryProfiler2/App.config
Chad Garyet 025b9d186c Updating .NET target versions of a bunch of csproj's to 4.5
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]
2017-09-25 12:29:01 -04:00

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>