Skip to content

Commit

Permalink
MissionPlannerLib: fix missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Mar 1, 2024
1 parent deab259 commit 469bc25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion MainV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
using System.Net;
using Newtonsoft.Json;
using DroneCAN;
using Accord.Math;

namespace MissionPlanner
{
Expand Down
6 changes: 5 additions & 1 deletion MissionPlannerLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,11 @@
<Compile Include="SikRadio\ISikRadioForm.cs" />
<Compile Include="SikRadio\RFD900.cs" />
<Compile Include="SikRadio\RFDLib\Array.cs" />
<Compile Include="SikRadio\RFDLib\Collections.cs" />
<Compile Include="SikRadio\RFDLib\GUI\Settings.cs" />
<Compile Include="SikRadio\RFDLib\IO\ATCommand.cs" />
<Compile Include="SikRadio\RFDLib\IO\SerialPort\SerialPort.cs" />
<Compile Include="SikRadio\RFDLib\RFDLib.cs" />
<Compile Include="SikRadio\RFDLib\Text.cs" />
</ItemGroup>

Expand Down Expand Up @@ -545,7 +550,6 @@
<ProjectReference Include="ExtLibs\MetaDataExtractorCSharp240d\MetaDataExtractor.csproj" />
<ProjectReference Include="ExtLibs\MissionPlanner.Drawing\MissionPlanner.Drawing.csproj" />
<ProjectReference Include="ExtLibs\mono\mcs\class\System.Windows.Forms\System.Windows.Forms-net_4_x.csproj" />
<ProjectReference Include="ExtLibs\NetDFULib\NetDFULib.csproj" />
<ProjectReference Include="ExtLibs\netDxf\netDxf.csproj" />
<ProjectReference Include="ExtLibs\OSDConfigurator\OSDConfigurator.csproj" />
<ProjectReference Include="ExtLibs\ProjNet\ProjNET.csproj" />
Expand Down

0 comments on commit 469bc25

Please sign in to comment.