1 Star 0 Fork 0

yanhuizhang / MissionPlanner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appxmanifest.xml 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
<Identity Name="36541MichaelOborne.MissionPlanner"
Version="0.0.51.0"
Publisher="CN=3B1842DF-8664-4A02-B840-61F61DA8A94E" />
<Properties>
<DisplayName>Mission Planner</DisplayName>
<PublisherDisplayName>Michael Oborne</PublisherDisplayName>
<Logo>mpdesktop150.png</Logo>
</Properties>
<Resources>
<Resource Language="en-us" />
</Resources>
<Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />
</Dependencies>
<Capabilities>
<rescap:Capability Name="runFullTrust" />
</Capabilities>
<Applications>
<Application Id="MissionPlanner" Executable="MissionPlanner.exe" EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements DisplayName="Mission Planner" Description="ArduPilot ground control station"
Square150x150Logo="mpdesktop150.png" Square44x44Logo="mpdesktop44.png"
BackgroundColor="#FFFFFF" />
<Extensions />
</Application>
</Applications>
</Package>
1
https://gitee.com/yanhuizhang/MissionPlanner.git
git@gitee.com:yanhuizhang/MissionPlanner.git
yanhuizhang
MissionPlanner
MissionPlanner
master

搜索帮助