Browse Source

Deleting old libraries

master
Georgios Gerontakis 5 years ago
parent
commit
8a1187d74d
  1. BIN
      tracking and telemetry/Client/.vs/Client/v16/.suo
  2. BIN
      tracking and telemetry/Client/.vs/Client/v16/Server/sqlite3/storage.ide-shm
  3. BIN
      tracking and telemetry/Client/.vs/Client/v16/Server/sqlite3/storage.ide-wal
  4. 1
      tracking and telemetry/Client/Client.cs
  5. 3
      tracking and telemetry/Client/Client.csproj
  6. BIN
      tracking and telemetry/Client/obj/Debug/Client.csprojAssemblyReference.cache
  7. BIN
      tracking and telemetry/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache
  8. BIN
      tracking and telemetry/Client/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  9. BIN
      tracking and telemetry/Client/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
  10. 0
      tracking and telemetry/Client/obj/Debug/build.force
  11. BIN
      tracking and telemetry/Mavlink/obj/Debug/net35/MAVLink.assets.cache
  12. BIN
      tracking and telemetry/Mavlink/obj/Debug/net35/MAVLink.csprojAssemblyReference.cache
  13. BIN
      tracking and telemetry/Mavlink/obj/Debug/net461/MAVLink.assets.cache
  14. BIN
      tracking and telemetry/Mavlink/obj/Debug/net461/MAVLink.csprojAssemblyReference.cache
  15. BIN
      tracking and telemetry/Mavlink/obj/Debug/netstandard2.0/MAVLink.assets.cache
  16. BIN
      tracking and telemetry/Mavlink/obj/Debug/netstandard2.0/MAVLink.csprojAssemblyReference.cache
  17. 2
      tracking and telemetry/Mavlink/obj/MAVLink.csproj.nuget.cache
  18. 17
      tracking and telemetry/Mavlink/obj/MAVLink.csproj.nuget.dgspec.json
  19. 2
      tracking and telemetry/Mavlink/obj/MAVLink.csproj.nuget.g.props
  20. 2
      tracking and telemetry/Mavlink/obj/MAVLink.csproj.nuget.g.targets
  21. 16
      tracking and telemetry/Mavlink/obj/project.assets.json

BIN
tracking and telemetry/Client/.vs/Client/v16/.suo

Binary file not shown.

BIN
tracking and telemetry/Client/.vs/Client/v16/Server/sqlite3/storage.ide-shm

Binary file not shown.

BIN
tracking and telemetry/Client/.vs/Client/v16/Server/sqlite3/storage.ide-wal

Binary file not shown.

1
tracking and telemetry/Client/Client.cs

@ -133,7 +133,6 @@ namespace Client
if (packet.msgid == (byte)MAVLink.MAVLINK_MSG_ID.HEARTBEAT){ if (packet.msgid == (byte)MAVLink.MAVLINK_MSG_ID.HEARTBEAT){
var heartbeat = (MAVLink.mavlink_heartbeat_t)packet.data; var heartbeat = (MAVLink.mavlink_heartbeat_t)packet.data;
richTextBox1.Invoke(new Action(() => richTextBox1.Invoke(new Action(() =>
{ {
txt_vehicleType.Text = ((MAVLink.MAV_TYPE)heartbeat.autopilot).ToString(); txt_vehicleType.Text = ((MAVLink.MAV_TYPE)heartbeat.autopilot).ToString();

3
tracking and telemetry/Client/Client.csproj

@ -36,9 +36,6 @@
<StartupObject /> <StartupObject />
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Enums.NET, Version=3.0.0.0, Culture=neutral, PublicKeyToken=7ea1c1650d506225, processorArchitecture=MSIL">
<HintPath>packages\Enums.NET.3.0.2\lib\net45\Enums.NET.dll</HintPath>
</Reference>
<Reference Include="IronPython, Version=2.7.9.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> <Reference Include="IronPython, Version=2.7.9.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
<HintPath>packages\IronPython.2.7.9\lib\net45\IronPython.dll</HintPath> <HintPath>packages\IronPython.2.7.9\lib\net45\IronPython.dll</HintPath>
</Reference> </Reference>

BIN
tracking and telemetry/Client/obj/Debug/Client.csprojAssemblyReference.cache

Binary file not shown.

BIN
tracking and telemetry/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache

Binary file not shown.

BIN
tracking and telemetry/Client/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache

Binary file not shown.

BIN
tracking and telemetry/Client/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll

Binary file not shown.

0
tracking and telemetry/Client/obj/Debug/build.force

BIN
tracking and telemetry/Mavlink/obj/Debug/net35/MAVLink.assets.cache

Binary file not shown.

BIN
tracking and telemetry/Mavlink/obj/Debug/net35/MAVLink.csprojAssemblyReference.cache

Binary file not shown.

BIN
tracking and telemetry/Mavlink/obj/Debug/net461/MAVLink.assets.cache

Binary file not shown.

BIN
tracking and telemetry/Mavlink/obj/Debug/net461/MAVLink.csprojAssemblyReference.cache

Binary file not shown.

BIN
tracking and telemetry/Mavlink/obj/Debug/netstandard2.0/MAVLink.assets.cache

Binary file not shown.

BIN
tracking and telemetry/Mavlink/obj/Debug/netstandard2.0/MAVLink.csprojAssemblyReference.cache

Binary file not shown.

2
tracking and telemetry/Mavlink/obj/MAVLink.csproj.nuget.cache

@ -1,5 +1,5 @@
{ {
"version": 1, "version": 1,
"dgSpecHash": "/1AerUNn95KVWx/sgb/Vdff+93ngStdRcPbkPEeF37jHks+abLCiOaLcm44+CqJC2nYFWYLoTdsOeQ45Zcpq1A==", "dgSpecHash": "BMGtCCk4FceRPZQ8UoY4BK0IG5v3lF+DQNRO7D8QeSza51b62rEvJioVn3CMuEhqg306+1i2Bgfp7PzRxm1UJg==",
"success": true "success": true
} }

17
tracking and telemetry/Mavlink/obj/MAVLink.csproj.nuget.dgspec.json

@ -1,24 +1,21 @@
{ {
"format": 1, "format": 1,
"restore": { "restore": {
"C:\\Users\\Giorgos Ger\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj": {} "C:\\Users\\GeorgiosGerontakis\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj": {}
}, },
"projects": { "projects": {
"C:\\Users\\Giorgos Ger\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj": { "C:\\Users\\GeorgiosGerontakis\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj": {
"version": "1.0.5", "version": "1.0.5",
"restore": { "restore": {
"projectUniqueName": "C:\\Users\\Giorgos Ger\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj", "projectUniqueName": "C:\\Users\\GeorgiosGerontakis\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj",
"projectName": "MAVLink", "projectName": "MAVLink",
"projectPath": "C:\\Users\\Giorgos Ger\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj", "projectPath": "C:\\Users\\GeorgiosGerontakis\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj",
"packagesPath": "C:\\Users\\Giorgos Ger\\.nuget\\packages\\", "packagesPath": "C:\\Users\\GeorgiosGerontakis\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Giorgos Ger\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\obj\\", "outputPath": "C:\\Users\\GeorgiosGerontakis\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\obj\\",
"projectStyle": "PackageReference", "projectStyle": "PackageReference",
"crossTargeting": true, "crossTargeting": true,
"fallbackFolders": [
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
],
"configFilePaths": [ "configFilePaths": [
"C:\\Users\\Giorgos Ger\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Users\\GeorgiosGerontakis\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [

2
tracking and telemetry/Mavlink/obj/MAVLink.csproj.nuget.g.props

@ -5,7 +5,7 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Giorgos Ger\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\GeorgiosGerontakis\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.4.0</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.4.0</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>

2
tracking and telemetry/Mavlink/obj/MAVLink.csproj.nuget.g.targets

@ -4,6 +4,6 @@
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup> </PropertyGroup>
<ImportGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' AND '$(ExcludeRestorePackageImports)' != 'true' "> <ImportGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' AND '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> <Import Project="$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
</ImportGroup> </ImportGroup>
</Project> </Project>

16
tracking and telemetry/Mavlink/obj/project.assets.json

@ -183,24 +183,20 @@
] ]
}, },
"packageFolders": { "packageFolders": {
"C:\\Users\\Giorgos Ger\\.nuget\\packages\\": {}, "C:\\Users\\GeorgiosGerontakis\\.nuget\\packages\\": {}
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
}, },
"project": { "project": {
"version": "1.0.5", "version": "1.0.5",
"restore": { "restore": {
"projectUniqueName": "C:\\Users\\Giorgos Ger\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj", "projectUniqueName": "C:\\Users\\GeorgiosGerontakis\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj",
"projectName": "MAVLink", "projectName": "MAVLink",
"projectPath": "C:\\Users\\Giorgos Ger\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj", "projectPath": "C:\\Users\\GeorgiosGerontakis\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\MAVLink.csproj",
"packagesPath": "C:\\Users\\Giorgos Ger\\.nuget\\packages\\", "packagesPath": "C:\\Users\\GeorgiosGerontakis\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Giorgos Ger\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\obj\\", "outputPath": "C:\\Users\\GeorgiosGerontakis\\Desktop\\Talos_Drones_Tracking_and_Telemetry\\tracking and telemetry\\Mavlink\\obj\\",
"projectStyle": "PackageReference", "projectStyle": "PackageReference",
"crossTargeting": true, "crossTargeting": true,
"fallbackFolders": [
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
],
"configFilePaths": [ "configFilePaths": [
"C:\\Users\\Giorgos Ger\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Users\\GeorgiosGerontakis\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [

Loading…
Cancel
Save