Need to work on Getting the Missions running, There is currently an issue with the UDP Client sending to a bad IP

This commit is contained in:
2019-09-02 23:13:05 -06:00
commit 8c9bebb783
28 changed files with 453 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RootNamespace>Tello_Drone</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DryIoc" Version="4.0.6" />
</ItemGroup>
</Project>