Change target versions and use QBSDK 16.

This commit is contained in:
Patrick Fic
2023-05-17 15:05:52 -07:00
parent 90202e2d3c
commit 74e2e2db92
5 changed files with 46 additions and 8 deletions

View File

@@ -104,10 +104,10 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Interop.QBFC13, Version=13.0.0.23, Culture=neutral, PublicKeyToken=31d8aec643e18259">
<Reference Include="Interop.QBFC16, Version=16.0.0.1, Culture=neutral, PublicKeyToken=31d8aec643e18259, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBFC13.dll</HintPath>
<HintPath>..\..\..\..\..\Program Files\Common Files\Intuit\QuickBooks\Interop.QBFC16.dll</HintPath>
</Reference>
<Reference Include="Interop.QBXMLRP2, Version=13.0.0.23, Culture=neutral, PublicKeyToken=31d8aec643e18259">
<SpecificVersion>False</SpecificVersion>
@@ -331,8 +331,8 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<COMReference Include="QBFC13Lib">
<Guid>{0CB030A6-7B72-42CE-B92A-849B4A4A2CFB}</Guid>
<COMReference Include="QBFC16Lib">
<Guid>{1D05360B-2536-4277-83FD-BDF639E20F9E}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>

View File

@@ -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;