Browse Source

ensure autoupdate works

mission-4.1.18
Michael Oborne 13 years ago
parent
commit
ececcc6a69
  1. 2
      Tools/ArdupilotMegaPlanner/ArdupilotMega.csproj
  2. BIN
      Tools/ArdupilotMegaPlanner/bin/Release/ArdupilotMegaPlanner.pdb

2
Tools/ArdupilotMegaPlanner/ArdupilotMega.csproj

@ -51,6 +51,7 @@
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<NoStdLib>false</NoStdLib> <NoStdLib>false</NoStdLib>
<UseVSHostingProcess>true</UseVSHostingProcess> <UseVSHostingProcess>true</UseVSHostingProcess>
<FileAlignment>1024</FileAlignment>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget> <PlatformTarget>x86</PlatformTarget>
@ -67,6 +68,7 @@
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<NoStdLib>false</NoStdLib> <NoStdLib>false</NoStdLib>
<UseVSHostingProcess>true</UseVSHostingProcess> <UseVSHostingProcess>true</UseVSHostingProcess>
<FileAlignment>1024</FileAlignment>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<StartupObject>ArdupilotMega.Program</StartupObject> <StartupObject>ArdupilotMega.Program</StartupObject>

BIN
Tools/ArdupilotMegaPlanner/bin/Release/ArdupilotMegaPlanner.pdb

Binary file not shown.
Loading…
Cancel
Save