You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.3 KiB
23 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>MAVLink</id>
|
|
<version>1.0.5</version>
|
|
<authors>Michael Oborne</authors>
|
|
<owners>Michael Oborne</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>MAVLink 1/2 for Ardupilot</description>
|
|
<copyright>Michael Oborne</copyright>
|
|
<repository type="Git" url="https://github.com/ArduPilot/MissionPlanner/tree/master/ExtLibs/Mavlink" />
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework3.5" />
|
|
<group targetFramework=".NETFramework4.6.1" />
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="C:\Users\Giorgos Ger\Desktop\MissionPlanner-master\MissionPlanner-master\ExtLibs\Mavlink\bin\Debug\net35\MAVLink.dll" target="lib\net35\MAVLink.dll" />
|
|
<file src="C:\Users\Giorgos Ger\Desktop\MissionPlanner-master\MissionPlanner-master\ExtLibs\Mavlink\bin\Debug\net461\MAVLink.dll" target="lib\net461\MAVLink.dll" />
|
|
<file src="C:\Users\Giorgos Ger\Desktop\MissionPlanner-master\MissionPlanner-master\ExtLibs\Mavlink\bin\Debug\netstandard2.0\MAVLink.dll" target="lib\netstandard2.0\MAVLink.dll" />
|
|
</files>
|
|
</package>
|