From 1964548acbc56edb346d2e396eb0108010d869e1 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Thu, 9 Sep 2021 17:28:10 -0400 Subject: port to .NET 5 dependency changes - Newtonsoft.JSON + System.Windows.Forms.DataVisualization + System.Data.SqlClient (indirect, but was not added automatically by NuGet) added ARM64 target --- wrapper-deps/Class1.cs | 12 ------- wrapper-deps/Properties/AssemblyInfo.cs | 36 --------------------- wrapper-deps/packages.config | 4 --- wrapper-deps/wrapper-deps.csproj | 57 --------------------------------- 4 files changed, 109 deletions(-) delete mode 100644 wrapper-deps/Class1.cs delete mode 100644 wrapper-deps/Properties/AssemblyInfo.cs delete mode 100644 wrapper-deps/packages.config delete mode 100644 wrapper-deps/wrapper-deps.csproj (limited to 'wrapper-deps') diff --git a/wrapper-deps/Class1.cs b/wrapper-deps/Class1.cs deleted file mode 100644 index 397bd8f..0000000 --- a/wrapper-deps/Class1.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace wrapper_deps -{ - public class Class1 - { - } -} diff --git a/wrapper-deps/Properties/AssemblyInfo.cs b/wrapper-deps/Properties/AssemblyInfo.cs deleted file mode 100644 index 4e2bc26..0000000 --- a/wrapper-deps/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("wrapper-deps")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("wrapper-deps")] -[assembly: AssemblyCopyright("Copyright © 2020")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0695a19e-8b14-4de7-aadf-97e5912b197c")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/wrapper-deps/packages.config b/wrapper-deps/packages.config deleted file mode 100644 index a9de8b5..0000000 --- a/wrapper-deps/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/wrapper-deps/wrapper-deps.csproj b/wrapper-deps/wrapper-deps.csproj deleted file mode 100644 index 35391b5..0000000 --- a/wrapper-deps/wrapper-deps.csproj +++ /dev/null @@ -1,57 +0,0 @@ - - - - - Debug - AnyCPU - {0695A19E-8B14-4DE7-AADF-97E5912B197C} - Library - Properties - wrapper_deps - wrapper-deps - v4.7.2 - 512 - true - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - 7.3 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - 7.3 - prompt - MinimumRecommendedRules.ruleset - - - - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3