From 74e2e2db9280ddc4fdf4d60030bf7c137e9c7945 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 17 May 2023 15:05:52 -0700 Subject: [PATCH] Change target versions and use QBSDK 16. --- BodyshopUploader/ImEXOnlinePartner.csproj | 8 ++-- BodyshopUploader/Utils/QuickBooksInterop.cs | 2 +- .../DotNetDBF - Backup.Enumerable.csproj | 38 +++++++++++++++++++ .../DotNetDBF.Enumerable.csproj | 4 +- dotnetdbf/DotNetDBF.csproj | 2 +- 5 files changed, 46 insertions(+), 8 deletions(-) create mode 100644 DotNetDBF.Enumerable/DotNetDBF - Backup.Enumerable.csproj diff --git a/BodyshopUploader/ImEXOnlinePartner.csproj b/BodyshopUploader/ImEXOnlinePartner.csproj index 54b960f..4b28a9a 100644 --- a/BodyshopUploader/ImEXOnlinePartner.csproj +++ b/BodyshopUploader/ImEXOnlinePartner.csproj @@ -104,10 +104,10 @@ true - + False True - ..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBFC13.dll + ..\..\..\..\..\Program Files\Common Files\Intuit\QuickBooks\Interop.QBFC16.dll False @@ -331,8 +331,8 @@ - - {0CB030A6-7B72-42CE-B92A-849B4A4A2CFB} + + {1D05360B-2536-4277-83FD-BDF639E20F9E} 1 0 0 diff --git a/BodyshopUploader/Utils/QuickBooksInterop.cs b/BodyshopUploader/Utils/QuickBooksInterop.cs index edfd69a..b3adf10 100644 --- a/BodyshopUploader/Utils/QuickBooksInterop.cs +++ b/BodyshopUploader/Utils/QuickBooksInterop.cs @@ -7,7 +7,7 @@ using System.Threading.Tasks; using System.Xml; using System.Xml.Linq; using BodyshopPartner.Utils.Growls; -using Interop.QBFC13; +using Interop.QBFC16; using Interop.QBXMLRP2; using ToastNotifications.Messages; diff --git a/DotNetDBF.Enumerable/DotNetDBF - Backup.Enumerable.csproj b/DotNetDBF.Enumerable/DotNetDBF - Backup.Enumerable.csproj new file mode 100644 index 0000000..2882b4c --- /dev/null +++ b/DotNetDBF.Enumerable/DotNetDBF - Backup.Enumerable.csproj @@ -0,0 +1,38 @@ + + + net45 + True + sn.snk + dotnetdbf.enumerable + Jay Tuley + Ekon Benefits + For dotnetdbf projects using .net 4.0 projects this is an enumeration framework in which makes it easy to use Linq to Objects. + lgpl + https://github.com/ekonbenefits/dotnetdbf + clipper xbase dbf linq + LGPL-2.1-or-later + https://github.com/ekonbenefits/dotnetdbf + https://github.com/ekonbenefits/dotnetdbf.git + gits + True + True + snupkg + true + 6.0.0.2 + True + True + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DotNetDBF.Enumerable/DotNetDBF.Enumerable.csproj b/DotNetDBF.Enumerable/DotNetDBF.Enumerable.csproj index 3a1eaa5..77ba26c 100644 --- a/DotNetDBF.Enumerable/DotNetDBF.Enumerable.csproj +++ b/DotNetDBF.Enumerable/DotNetDBF.Enumerable.csproj @@ -1,6 +1,6 @@  - net40;netstandard2.0 + net48 True sn.snk dotnetdbf.enumerable @@ -26,7 +26,7 @@ - + diff --git a/dotnetdbf/DotNetDBF.csproj b/dotnetdbf/DotNetDBF.csproj index 08dff07..600a769 100644 --- a/dotnetdbf/DotNetDBF.csproj +++ b/dotnetdbf/DotNetDBF.csproj @@ -1,6 +1,6 @@  - net35;netstandard2.0 + net48 True sn.snk 7.0.0.0