mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
53b5479ea0
small tweaks Move to .net 4.0 (make sure you have .net 4 installed) - for ironpython
13 lines
316 B
XML
13 lines
316 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<configSections>
|
|
</configSections>
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
<supportedRuntime version="v4.0"/>
|
|
|
|
</startup>
|
|
</configuration>
|