Skip to content

Commit 8a8fc69

Browse files
Revert "revert changes"
1 parent 7a844ae commit 8a8fc69

File tree

389 files changed

+852
-851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

389 files changed

+852
-851
lines changed

qbdt/c-sharp/QBFC/InvoiceAdd.zip

-247 Bytes
Binary file not shown.
75 Bytes
Binary file not shown.

qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/Form1.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/Form1.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2008-2013 by Intuit Inc.
1+
// Copyright (c) 2008-2020 by Intuit Inc.
22
// All rights reserved
33
// Usage governed by the QuickBooks SDK Developer's License Agreement
44

@@ -9,7 +9,7 @@
99
using System.Drawing;
1010
using System.Text;
1111
using System.Windows.Forms;
12-
using Interop.QBFC13;
12+
using Interop.QBFC14;
1313
using MCInvoiceAddQBFC.Session_Framework;
1414

1515

qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/MCInvoiceAddQBFC.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@
4848
<ErrorReport>prompt</ErrorReport>
4949
</PropertyGroup>
5050
<ItemGroup>
51-
<Reference Include="Interop.QBFC13, Version=13.0.0.14, Culture=neutral, PublicKeyToken=31d8aec643e18259">
51+
<Reference Include="Interop.QBFC14, Version=14.0.0.1, Culture=neutral, PublicKeyToken=31d8aec643e18259">
5252
<SpecificVersion>False</SpecificVersion>
53+
<HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBFC14.dll</HintPath>
5354
</Reference>
5455
<Reference Include="Microsoft.Vsa" />
5556
<Reference Include="System" />

qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2013 by Intuit Inc.
1+
// Copyright (c) 2007-2020 by Intuit Inc.
22
// All rights reserved
33
// Usage governed by the QuickBooks SDK Developer's License Agreement
44

qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/SessionFramework/Defaults.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2007-2013 by Intuit Inc.
1+
// Copyright (c) 2007-2020 by Intuit Inc.
22
// All rights reserved
33
// Usage governed by the QuickBooks SDK Developer's License Agreement
44

55
using System;
6-
using Interop.QBFC13;
6+
using Interop.QBFC14;
77
using System.Runtime.InteropServices;
88

99

qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/SessionFramework/ENEdition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2013 by Intuit Inc.
1+
// Copyright (c) 2007-2020 by Intuit Inc.
22
// All rights reserved
33
// Usage governed by the QuickBooks SDK Developer's License Agreement
44

qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/SessionFramework/Logger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2013 by Intuit Inc.
1+
// Copyright (c) 2007-2020 by Intuit Inc.
22
// All rights reserved
33
// Usage governed by the QuickBooks SDK Developer's License Agreement
44

qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/SessionFramework/QBException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2013 by Intuit Inc.
1+
// Copyright (c) 2007-2020 by Intuit Inc.
22
// All rights reserved
33
// Usage governed by the QuickBooks SDK Developer's License Agreement
44

qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/SessionFramework/QBNoResponseException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2013 by Intuit Inc.
1+
// Copyright (c) 2007-2020 by Intuit Inc.
22
// All rights reserved
33
// Usage governed by the QuickBooks SDK Developer's License Agreement
44

qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/SessionFramework/QBResultException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2013 by Intuit Inc.
1+
// Copyright (c) 2007-2020 by Intuit Inc.
22
// All rights reserved
33
// Usage governed by the QuickBooks SDK Developer's License Agreement
44

qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/SessionFramework/SessionManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2013 by Intuit Inc.
1+
// Copyright (c) 2007-2020 by Intuit Inc.
22
// All rights reserved
33
// Usage governed by the QuickBooks SDK Developer's License Agreement
44

@@ -8,7 +8,7 @@
88
using System.Text;
99
using System.Windows.Forms;
1010
using System.Resources;
11-
using Interop.QBFC13;
11+
using Interop.QBFC14;
1212

1313
namespace MCInvoiceAddQBFC.Session_Framework
1414
{

qbdt/c-sharp/QBFC/QBInvoiceAdd/InputItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.ComponentModel;
55
using System.Windows.Forms;
66
using System.IO;
7-
using Interop.QBFC13;
7+
using Interop.QBFC14;
88

99
namespace InvoiceAdd
1010
{

qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Windows.Forms;
66
using System.Data;
77
using System.IO;
8-
using Interop.QBFC13;
8+
using Interop.QBFC14;
99

1010
namespace InvoiceAdd
1111
{
@@ -20,7 +20,7 @@ namespace InvoiceAdd
2020
/// This sample also implements QBFC's automatic error recovery feature.
2121
///
2222
/// Created On: 11/19/2004
23-
/// Copyright © 2004-2013 Intuit Inc. All rights reserved.
23+
/// Copyright © 2004-2020 Intuit Inc. All rights reserved.
2424
/// Use is subject to the terms specified at:
2525
/// http://developer.intuit.com/legal/devsite_tos.html
2626
///

qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<VisualStudioProject>
22
<CSHARP
33
ProjectType = "Local"
4-
ProductVersion = "7.10.3077"
4+
ProductVersion = "7.10.6030"
55
SchemaVersion = "2.0"
66
ProjectGuid = "{F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}"
77
>
@@ -90,10 +90,9 @@
9090
HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
9191
/>
9292
<Reference
93-
Name = "Interop.QBFC13"
94-
AssemblyName = "Interop.QBFC13"
95-
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files\Common Files\Intuit\QuickBooks\Interop.QBFC13.dll"
96-
AssemblyFolderKey = "hklm\dn\intuit developer network"
93+
Name = "Interop.QBFC14"
94+
AssemblyName = "Interop.QBFC14"
95+
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBFC14.dll"
9796
/>
9897
</References>
9998
</Build>

qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj.user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<VisualStudioProject>
2-
<CSHARP LastOpenVersion = "7.10.3077" >
2+
<CSHARP LastOpenVersion = "7.10.6030" >
33
<Build>
4-
<Settings ReferencePath = "C:\Program Files\Common Files\Intuit\QuickBooks\" >
4+
<Settings ReferencePath = "C:\Program Files\Common Files\Intuit\QuickBooks\;C:\Program Files (x86)\Common Files\Intuit\QuickBooks\" >
55
<Config
66
Name = "Debug"
77
EnableASPDebugging = "false"
0 Bytes
Binary file not shown.

qbdt/c-sharp/QBFC/WCECommSample.zip

-26.9 KB
Binary file not shown.

qbdt/c-sharp/qbXML/CustomerAdd.zip

136 Bytes
Binary file not shown.

qbdt/c-sharp/qbXML/CustomerAdd/CustomerAdd.csproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<VisualStudioProject>
22
<CSHARP
33
ProjectType = "Local"
4-
ProductVersion = "7.0.9466"
5-
SchemaVersion = "1.0"
4+
ProductVersion = "7.10.6030"
5+
SchemaVersion = "2.0"
66
ProjectGuid = "{9440FBB0-0EAA-417E-A2D9-019BE88A9B81}"
77
>
88
<Build>
@@ -16,7 +16,10 @@
1616
DefaultTargetSchema = "IE50"
1717
DelaySign = "false"
1818
OutputType = "WinExe"
19+
PreBuildEvent = ""
20+
PostBuildEvent = ""
1921
RootNamespace = "CustomerAdd"
22+
RunPostBuildEvent = "OnBuildSuccess"
2023
StartupObject = ""
2124
>
2225
<Config
@@ -30,6 +33,8 @@
3033
DebugSymbols = "true"
3134
FileAlignment = "4096"
3235
IncrementalBuild = "true"
36+
NoStdLib = "false"
37+
NoWarn = ""
3338
Optimize = "false"
3439
OutputPath = "bin\Debug\"
3540
RegisterForComInterop = "false"
@@ -48,6 +53,8 @@
4853
DebugSymbols = "false"
4954
FileAlignment = "4096"
5055
IncrementalBuild = "false"
56+
NoStdLib = "false"
57+
NoWarn = ""
5158
Optimize = "true"
5259
OutputPath = "bin\Release\"
5360
RegisterForComInterop = "false"
@@ -85,7 +92,7 @@
8592
<Reference
8693
Name = "Interop.QBXMLRP2"
8794
AssemblyName = "Interop.QBXMLRP2"
88-
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files\Common Files\Intuit\QuickBooks\Interop.QBXMLRP2.dll"
95+
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBXMLRP2.dll"
8996
/>
9097
</References>
9198
</Build>
0 Bytes
Binary file not shown.

qbdt/c-sharp/qbXML/CustomerAdd/CustomerAdd.sln

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
Microsoft Visual Studio Solution File, Format Version 7.00
1+
Microsoft Visual Studio Solution File, Format Version 8.00
22
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerAdd", "CustomerAdd.csproj", "{9440FBB0-0EAA-417E-A2D9-019BE88A9B81}"
3+
ProjectSection(ProjectDependencies) = postProject
4+
EndProjectSection
35
EndProject
46
Global
57
GlobalSection(SolutionConfiguration) = preSolution
6-
ConfigName.0 = Debug
7-
ConfigName.1 = Release
8+
Debug = Debug
9+
Release = Release
810
EndGlobalSection
911
GlobalSection(ProjectDependencies) = postSolution
1012
EndGlobalSection

qbdt/c-sharp/qbXML/CustomerAdd/CustomerAddForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Created On: 8/15/2002
1111
*
12-
* Copyright © 2002-2013 Intuit Inc. All rights reserved.
12+
* Copyright © 2002-2020 Intuit Inc. All rights reserved.
1313
* Use is subject to the terms specified at:
1414
* http://developer.intuit.com/legal/devsite_tos.html
1515
*

qbdt/c-sharp/qbXML/MCInvoiceAdd.zip

-74 Bytes
Binary file not shown.

qbdt/c-sharp/qbXML/MCInvoiceAdd/MCInvoiceAdd.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
<WarningLevel>4</WarningLevel>
2929
</PropertyGroup>
3030
<ItemGroup>
31-
<Reference Include="Interop.QBXMLRP2, Version=7.0.0.134, Culture=neutral, PublicKeyToken=31d8aec643e18259" />
31+
<Reference Include="Interop.QBXMLRP2, Version=14.0.0.1, Culture=neutral, PublicKeyToken=31d8aec643e18259">
32+
<SpecificVersion>False</SpecificVersion>
33+
<HintPath>..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBXMLRP2.dll</HintPath>
34+
</Reference>
3235
<Reference Include="System" />
3336
<Reference Include="System.Data" />
3437
<Reference Include="System.Deployment" />
0 Bytes
Binary file not shown.
-141 Bytes
Binary file not shown.
Binary file not shown.

qbdt/c-sharp/qbXML/SubscribeAndHandleQBEvent_vs03/SubscribeAndHandleQBEvent.csproj

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<VisualStudioProject>
22
<CSHARP
33
ProjectType = "Local"
4-
ProductVersion = "7.10.3077"
4+
ProductVersion = "7.10.6030"
55
SchemaVersion = "2.0"
66
ProjectGuid = "{868CE953-4142-43E8-B605-A37D6BA94636}"
77
>
@@ -90,18 +90,14 @@
9090
HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
9191
/>
9292
<Reference
93-
Name = "Interop.QBXMLRP2"
94-
AssemblyName = "Interop.QBXMLRP2"
95-
HintPath = "..\..\..\..\..\Program Files\Common Files\Intuit\QuickBooks\Interop.QBXMLRP2.dll"
96-
AssemblyFolderKey = "hklm\dn\intuit developer network"
93+
Name = "Interop.QBSDKEVENTLib"
94+
AssemblyName = "Interop.QBSDKEVENTLib"
95+
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBSDKEVENTLib.dll"
9796
/>
9897
<Reference
99-
Name = "QBSDKEVENTLib"
100-
Guid = "{941BD791-06C1-4D4D-8F6A-8F685810DD5E}"
101-
VersionMajor = "1"
102-
VersionMinor = "0"
103-
Lcid = "0"
104-
WrapperTool = "tlbimp"
98+
Name = "Interop.QBXMLRP2"
99+
AssemblyName = "Interop.QBXMLRP2"
100+
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBXMLRP2.dll"
105101
/>
106102
</References>
107103
</Build>
Binary file not shown.

qbdt/c-sharp/qbXML/WCWebService.zip

332 Bytes
Binary file not shown.

qbdt/c-sharp/qbXML/WCWebService/App_Code/WCWebService.asmx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// QuickBooks Web Connector Sample: WCWebService
3-
// Copyright (c) 2006-2013 Intuit, Inc
3+
// Copyright (c) 2006-2020 Intuit, Inc
44
//
55
// This sample is a C# ASP.NET web service application that
66
// communicates with QuickBooks via QBWebConnector. The sample focuses

qbdt/cpp/qbfc/MultipleRequests.zip

-5.66 KB
Binary file not shown.

qbdt/cpp/qbfc/billadd/BillAdd.dsp

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qbdt/cpp/qbfc/billadd/BillAdd.exe

0 Bytes
Binary file not shown.

qbdt/cpp/qbfc/billadd/BillAdd.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ BEGIN
117117
VALUE "FileDescription", "BillAdd MFC Application\0"
118118
VALUE "FileVersion", "1, 0, 0, 1\0"
119119
VALUE "InternalName", "BillAdd\0"
120-
VALUE "LegalCopyright", "Copyright (C) 2002-2013\0"
120+
VALUE "LegalCopyright", "Copyright (C) 2002-2020\0"
121121
VALUE "LegalTrademarks", "\0"
122122
VALUE "OriginalFilename", "BillAdd.EXE\0"
123123
VALUE "ProductName", "BillAdd Application\0"

qbdt/cpp/qbfc/billadd/BillAddDlg.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
*
1414
* Created On: 8/15/2002
1515
*
16-
* Copyright © 2002-2013 Intuit Inc. All rights reserved.
16+
* Copyright © 2002-2020 Intuit Inc. All rights reserved.
1717
* Use is subject to the terms specified at:
1818
* http://developer.intuit.com/legal/devsite_tos.html
1919
*
20-
* 8/9/2013 Updated to qbfc13.dll
20+
* 8/9/2013 Updated to qbfc14.dll
2121
***********************************************************************************/
2222

2323

@@ -27,7 +27,7 @@
2727
#include "BillAdd.h"
2828
#include "BillAddDlg.h"
2929

30-
#import "qbFC13.dll" no_namespace, named_guids
30+
#import "QBFC14.dll" no_namespace, named_guids
3131
CString QBFCLatestVersion(IQBSessionManagerPtr SessionManager);
3232
IMsgSetRequestPtr GetLatestMsgSetRequest(IQBSessionManagerPtr SessionManager);
3333

qbdt/cpp/qbfc/cppqbfcbilladd.zip

-5.59 KB
Binary file not shown.

qbdt/cpp/qbfc/cppqbfcinvoicequery.zip

-5.7 KB
Binary file not shown.

qbdt/cpp/qbfc/cppqbfcitemquery.zip

-5.58 KB
Binary file not shown.

qbdt/cpp/qbfc/invoicequery/InvoiceQuery.dsp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.

qbdt/cpp/qbfc/invoicequery/InvoiceQuery.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ BEGIN
128128
VALUE "FileDescription", "InvoiceQuery MFC Application\0"
129129
VALUE "FileVersion", "1, 0, 0, 1\0"
130130
VALUE "InternalName", "InvoiceQuery\0"
131-
VALUE "LegalCopyright", "Copyright (C) 2002-2013\0"
131+
VALUE "LegalCopyright", "Copyright (C) 2002-2020\0"
132132
VALUE "LegalTrademarks", "\0"
133133
VALUE "OriginalFilename", "InvoiceQuery.EXE\0"
134134
VALUE "ProductName", "InvoiceQuery Application\0"

qbdt/cpp/qbfc/invoicequery/InvoiceQueryDlg.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* Created On: 08/15/2002
1515
*
16-
* Copyright © 2002-2013 Intuit Inc. All rights reserved.
16+
* Copyright © 2002-2020 Intuit Inc. All rights reserved.
1717
* Use is subject to the terms specified at:
1818
* http://developer.intuit.com/legal/devsite_tos.html
1919
*
@@ -25,7 +25,7 @@
2525
#include "InvoiceQueryDlg.h"
2626
#include "InvoiceViewDlg.h"
2727

28-
#import "qbFC13.dll" no_namespace, named_guids
28+
#import "QBFC14.dll" no_namespace, named_guids
2929
CString QBFCLatestVersion(IQBSessionManagerPtr SessionManager);
3030
IMsgSetRequestPtr GetLatestMsgSetRequest(IQBSessionManagerPtr SessionManager);
3131

qbdt/cpp/qbfc/itemquery/ItemQuery.dsp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qbdt/cpp/qbfc/itemquery/ItemQuery.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)