Skip to content

Commit e222454

Browse files
committed
Public git repo changes for all CPP samples
1 parent 2070cdb commit e222454

File tree

88 files changed

+4338
-430
lines changed

Some content is hidden

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

88 files changed

+4338
-430
lines changed

qbdt/cpp/qbfc/MultipleRequests.zip

31.7 KB
Binary file not shown.

qbdt/cpp/qbfc/billadd/BillAdd.exe

47.5 KB
Binary file not shown.

qbdt/cpp/qbfc/billadd/BillAdd.sln

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BillAdd", "BillAdd.vcxproj", "{0E577691-A825-4E85-B5D0-327D45049D69}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|x64 = Debug|x64
11+
Debug|x86 = Debug|x86
12+
Release|x64 = Release|x64
13+
Release|x86 = Release|x86
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{0E577691-A825-4E85-B5D0-327D45049D69}.Debug|x64.ActiveCfg = Debug|x64
17+
{0E577691-A825-4E85-B5D0-327D45049D69}.Debug|x64.Build.0 = Debug|x64
18+
{0E577691-A825-4E85-B5D0-327D45049D69}.Debug|x86.ActiveCfg = Debug|Win32
19+
{0E577691-A825-4E85-B5D0-327D45049D69}.Debug|x86.Build.0 = Debug|Win32
20+
{0E577691-A825-4E85-B5D0-327D45049D69}.Release|x64.ActiveCfg = Release|x64
21+
{0E577691-A825-4E85-B5D0-327D45049D69}.Release|x64.Build.0 = Release|x64
22+
{0E577691-A825-4E85-B5D0-327D45049D69}.Release|x86.ActiveCfg = Release|Win32
23+
{0E577691-A825-4E85-B5D0-327D45049D69}.Release|x86.Build.0 = Release|Win32
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
EndGlobal

qbdt/cpp/qbfc/billadd/BillAdd.vcxproj

Lines changed: 280 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,280 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Debug|x64">
9+
<Configuration>Debug</Configuration>
10+
<Platform>x64</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Release|Win32">
13+
<Configuration>Release</Configuration>
14+
<Platform>Win32</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|x64">
17+
<Configuration>Release</Configuration>
18+
<Platform>x64</Platform>
19+
</ProjectConfiguration>
20+
</ItemGroup>
21+
<PropertyGroup Label="Globals">
22+
<SccProjectName>Perforce Project</SccProjectName>
23+
<SccLocalPath>.</SccLocalPath>
24+
<Keyword>MFCProj</Keyword>
25+
<ProjectGuid>{0E577691-A825-4E85-B5D0-327D45049D69}</ProjectGuid>
26+
</PropertyGroup>
27+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29+
<ConfigurationType>Application</ConfigurationType>
30+
<PlatformToolset>v140</PlatformToolset>
31+
<UseOfMfc>Dynamic</UseOfMfc>
32+
<CharacterSet>MultiByte</CharacterSet>
33+
</PropertyGroup>
34+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
35+
<ConfigurationType>Application</ConfigurationType>
36+
<PlatformToolset>v140</PlatformToolset>
37+
<UseOfMfc>Dynamic</UseOfMfc>
38+
<CharacterSet>MultiByte</CharacterSet>
39+
</PropertyGroup>
40+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
41+
<ConfigurationType>Application</ConfigurationType>
42+
<PlatformToolset>v140</PlatformToolset>
43+
<UseOfMfc>Dynamic</UseOfMfc>
44+
<CharacterSet>MultiByte</CharacterSet>
45+
</PropertyGroup>
46+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
47+
<ConfigurationType>Application</ConfigurationType>
48+
<PlatformToolset>v140</PlatformToolset>
49+
<UseOfMfc>Dynamic</UseOfMfc>
50+
<CharacterSet>MultiByte</CharacterSet>
51+
</PropertyGroup>
52+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
53+
<ImportGroup Label="ExtensionSettings">
54+
</ImportGroup>
55+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
56+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57+
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
58+
</ImportGroup>
59+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
60+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61+
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
62+
</ImportGroup>
63+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
64+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65+
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
66+
</ImportGroup>
67+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
68+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69+
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
70+
</ImportGroup>
71+
<PropertyGroup Label="UserMacros" />
72+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73+
<OutDir>.\Debug\</OutDir>
74+
<IntDir>.\Debug\</IntDir>
75+
<LinkIncremental>true</LinkIncremental>
76+
</PropertyGroup>
77+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
78+
<LinkIncremental>true</LinkIncremental>
79+
</PropertyGroup>
80+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
81+
<OutDir>.\Release\</OutDir>
82+
<IntDir>.\Release\</IntDir>
83+
<LinkIncremental>false</LinkIncremental>
84+
</PropertyGroup>
85+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
86+
<LinkIncremental>false</LinkIncremental>
87+
</PropertyGroup>
88+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89+
<ClCompile>
90+
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
91+
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
92+
<FunctionLevelLinking>true</FunctionLevelLinking>
93+
<Optimization>Disabled</Optimization>
94+
<SuppressStartupBanner>true</SuppressStartupBanner>
95+
<WarningLevel>Level3</WarningLevel>
96+
<MinimalRebuild>true</MinimalRebuild>
97+
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
98+
<AdditionalIncludeDirectories>C:\Program Files (x86)\Common Files\Intuit\QuickBooks;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
99+
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
100+
<AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
101+
<PrecompiledHeaderOutputFile>.\Debug\BillAdd.pch</PrecompiledHeaderOutputFile>
102+
<PrecompiledHeader>Use</PrecompiledHeader>
103+
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
104+
<ObjectFileName>.\Debug\</ObjectFileName>
105+
<ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
106+
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
107+
</ClCompile>
108+
<Midl>
109+
<SuppressStartupBanner>true</SuppressStartupBanner>
110+
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111+
<TypeLibraryName>.\Debug\BillAdd.tlb</TypeLibraryName>
112+
<MkTypLibCompatible>true</MkTypLibCompatible>
113+
<TargetEnvironment>Win32</TargetEnvironment>
114+
</Midl>
115+
<ResourceCompile>
116+
<Culture>0x0409</Culture>
117+
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118+
</ResourceCompile>
119+
<Bscmake>
120+
<SuppressStartupBanner>true</SuppressStartupBanner>
121+
<OutputFile>.\Debug\BillAdd.bsc</OutputFile>
122+
</Bscmake>
123+
<Link>
124+
<SuppressStartupBanner>true</SuppressStartupBanner>
125+
<GenerateDebugInformation>true</GenerateDebugInformation>
126+
<SubSystem>Windows</SubSystem>
127+
<OutputFile>.\Debug\BillAdd.exe</OutputFile>
128+
</Link>
129+
</ItemDefinitionGroup>
130+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
131+
<ClCompile>
132+
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
133+
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
134+
<FunctionLevelLinking>true</FunctionLevelLinking>
135+
<Optimization>Disabled</Optimization>
136+
<SuppressStartupBanner>true</SuppressStartupBanner>
137+
<WarningLevel>Level3</WarningLevel>
138+
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
139+
<AdditionalIncludeDirectories>C:\Program Files(x86)\Common Files\Intuit\QuickBooks;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
140+
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
141+
<AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
142+
<PrecompiledHeaderOutputFile>.\Debug\BillAdd.pch</PrecompiledHeaderOutputFile>
143+
<PrecompiledHeader>Use</PrecompiledHeader>
144+
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
145+
<ObjectFileName>.\Debug\</ObjectFileName>
146+
<ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
147+
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
148+
</ClCompile>
149+
<Midl>
150+
<SuppressStartupBanner>true</SuppressStartupBanner>
151+
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152+
<TypeLibraryName>.\Debug\BillAdd.tlb</TypeLibraryName>
153+
<MkTypLibCompatible>true</MkTypLibCompatible>
154+
</Midl>
155+
<ResourceCompile>
156+
<Culture>0x0409</Culture>
157+
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
158+
</ResourceCompile>
159+
<Bscmake>
160+
<SuppressStartupBanner>true</SuppressStartupBanner>
161+
<OutputFile>.\Debug\BillAdd.bsc</OutputFile>
162+
</Bscmake>
163+
<Link>
164+
<SuppressStartupBanner>true</SuppressStartupBanner>
165+
<GenerateDebugInformation>true</GenerateDebugInformation>
166+
<SubSystem>Windows</SubSystem>
167+
<OutputFile>x64\Debug\BillAdd.exe</OutputFile>
168+
</Link>
169+
</ItemDefinitionGroup>
170+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
171+
<ClCompile>
172+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
173+
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
174+
<StringPooling>true</StringPooling>
175+
<FunctionLevelLinking>true</FunctionLevelLinking>
176+
<Optimization>MaxSpeed</Optimization>
177+
<SuppressStartupBanner>true</SuppressStartupBanner>
178+
<WarningLevel>Level3</WarningLevel>
179+
<AdditionalIncludeDirectories>C:\Program Files (x86)\Common Files\Intuit\QuickBooks;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
180+
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
181+
<AssemblerListingLocation>.\Release\</AssemblerListingLocation>
182+
<PrecompiledHeaderOutputFile>.\Release\BillAdd.pch</PrecompiledHeaderOutputFile>
183+
<PrecompiledHeader>Use</PrecompiledHeader>
184+
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
185+
<ObjectFileName>.\Release\</ObjectFileName>
186+
<ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
187+
</ClCompile>
188+
<Midl>
189+
<SuppressStartupBanner>true</SuppressStartupBanner>
190+
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
191+
<TypeLibraryName>.\Release\BillAdd.tlb</TypeLibraryName>
192+
<MkTypLibCompatible>true</MkTypLibCompatible>
193+
<TargetEnvironment>Win32</TargetEnvironment>
194+
</Midl>
195+
<ResourceCompile>
196+
<Culture>0x0409</Culture>
197+
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
198+
</ResourceCompile>
199+
<Bscmake>
200+
<SuppressStartupBanner>true</SuppressStartupBanner>
201+
<OutputFile>.\Release\BillAdd.bsc</OutputFile>
202+
</Bscmake>
203+
<Link>
204+
<SuppressStartupBanner>true</SuppressStartupBanner>
205+
<SubSystem>Windows</SubSystem>
206+
<OutputFile>.\Release\BillAdd.exe</OutputFile>
207+
</Link>
208+
</ItemDefinitionGroup>
209+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
210+
<ClCompile>
211+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
212+
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
213+
<StringPooling>true</StringPooling>
214+
<FunctionLevelLinking>true</FunctionLevelLinking>
215+
<Optimization>MaxSpeed</Optimization>
216+
<SuppressStartupBanner>true</SuppressStartupBanner>
217+
<WarningLevel>Level3</WarningLevel>
218+
<AdditionalIncludeDirectories>C:\Program Files(x86)\Common Files\Intuit\QuickBooks;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
219+
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
220+
<AssemblerListingLocation>.\Release\</AssemblerListingLocation>
221+
<PrecompiledHeaderOutputFile>.\Release\BillAdd.pch</PrecompiledHeaderOutputFile>
222+
<PrecompiledHeader>Use</PrecompiledHeader>
223+
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
224+
<ObjectFileName>.\Release\</ObjectFileName>
225+
<ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
226+
</ClCompile>
227+
<Midl>
228+
<SuppressStartupBanner>true</SuppressStartupBanner>
229+
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
230+
<TypeLibraryName>.\Release\BillAdd.tlb</TypeLibraryName>
231+
<MkTypLibCompatible>true</MkTypLibCompatible>
232+
</Midl>
233+
<ResourceCompile>
234+
<Culture>0x0409</Culture>
235+
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
236+
</ResourceCompile>
237+
<Bscmake>
238+
<SuppressStartupBanner>true</SuppressStartupBanner>
239+
<OutputFile>.\Release\BillAdd.bsc</OutputFile>
240+
</Bscmake>
241+
<Link>
242+
<SuppressStartupBanner>true</SuppressStartupBanner>
243+
<SubSystem>Windows</SubSystem>
244+
<OutputFile>x64\Release\BillAdd.exe</OutputFile>
245+
</Link>
246+
</ItemDefinitionGroup>
247+
<ItemGroup>
248+
<ClCompile Include="BillAdd.cpp" />
249+
<ClCompile Include="BillAddDlg.cpp" />
250+
<ClCompile Include="StdAfx.cpp">
251+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
252+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
253+
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">stdafx.h</PrecompiledHeaderFile>
254+
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">stdafx.h</PrecompiledHeaderFile>
255+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
256+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
257+
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdafx.h</PrecompiledHeaderFile>
258+
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">stdafx.h</PrecompiledHeaderFile>
259+
</ClCompile>
260+
</ItemGroup>
261+
<ItemGroup>
262+
<ResourceCompile Include="BillAdd.rc" />
263+
</ItemGroup>
264+
<ItemGroup>
265+
<ClInclude Include="BillAdd.h" />
266+
<ClInclude Include="BillAddDlg.h" />
267+
<ClInclude Include="QBFC3_Intellisense.h" />
268+
<ClInclude Include="Resource.h" />
269+
<ClInclude Include="StdAfx.h" />
270+
</ItemGroup>
271+
<ItemGroup>
272+
<Image Include="res\BillAdd.ico" />
273+
</ItemGroup>
274+
<ItemGroup>
275+
<CustomBuild Include="res\BillAdd.rc2" />
276+
</ItemGroup>
277+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
278+
<ImportGroup Label="ExtensionTargets">
279+
</ImportGroup>
280+
</Project>

qbdt/cpp/qbfc/billadd/BillAddDlg.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
*
1414
* Created On: 8/15/2002
1515
*
16-
* Copyright © 2002-2020 Intuit Inc. All rights reserved.
16+
* Copyright © 2002-2021 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 qbfc14.dll
20+
* Updated to qbfc15.dll
2121
***********************************************************************************/
2222

2323

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

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

@@ -173,10 +173,10 @@ void CBillAddDlg::OnOK()
173173
{
174174
//Retrive fields that are guaranteed to be returned in the response
175175
msg += "\r\nBillRet: EditSequence = " ;
176-
msg += billRet->EditSequence->GetValue();
176+
msg += (LPCTSTR) billRet->EditSequence->GetValue();
177177

178178
msg += ", Amount Due = " ;
179-
msg += billRet->AmountDue->GetAsString();
179+
msg += (LPCTSTR) billRet->AmountDue->GetAsString();
180180

181181
//Retrieve a field that is not guaranteed to be returned from QuickBooks
182182
if (billRet->DueDate != NULL)

qbdt/cpp/qbfc/cppqbfcbilladd.zip

31.7 KB
Binary file not shown.

qbdt/cpp/qbfc/cppqbfcinvoicequery.zip

31.6 KB
Binary file not shown.

qbdt/cpp/qbfc/cppqbfcitemquery.zip

31.3 KB
Binary file not shown.
44.5 KB
Binary file not shown.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "InvoiceQuery", "InvoiceQuery.vcxproj", "{DCE0EB33-B0CD-4170-AFD7-AD9296D69AE6}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|x64 = Debug|x64
11+
Debug|x86 = Debug|x86
12+
Release|x64 = Release|x64
13+
Release|x86 = Release|x86
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{DCE0EB33-B0CD-4170-AFD7-AD9296D69AE6}.Debug|x64.ActiveCfg = Debug|x64
17+
{DCE0EB33-B0CD-4170-AFD7-AD9296D69AE6}.Debug|x64.Build.0 = Debug|x64
18+
{DCE0EB33-B0CD-4170-AFD7-AD9296D69AE6}.Debug|x86.ActiveCfg = Debug|Win32
19+
{DCE0EB33-B0CD-4170-AFD7-AD9296D69AE6}.Debug|x86.Build.0 = Debug|Win32
20+
{DCE0EB33-B0CD-4170-AFD7-AD9296D69AE6}.Release|x64.ActiveCfg = Release|x64
21+
{DCE0EB33-B0CD-4170-AFD7-AD9296D69AE6}.Release|x64.Build.0 = Release|x64
22+
{DCE0EB33-B0CD-4170-AFD7-AD9296D69AE6}.Release|x86.ActiveCfg = Release|Win32
23+
{DCE0EB33-B0CD-4170-AFD7-AD9296D69AE6}.Release|x86.Build.0 = Release|Win32
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
EndGlobal

0 commit comments

Comments
 (0)