ensure autoupdate works

This commit is contained in:
Michael Oborne 2012-02-21 12:32:19 +08:00
parent 56cf4f328b
commit ececcc6a69
2 changed files with 2 additions and 0 deletions

View File

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