1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <ProjectType >Local</ProjectType >
5
+ <MyType >WindowsForms</MyType >
6
+ <ProductVersion >8.0.30729</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{54278075-0FE4-476A-B8F4-61976E6315DD}</ProjectGuid >
9
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
10
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
11
+ <AssemblyName >AddInvoice</AssemblyName >
12
+ <OutputType >WinExe</OutputType >
13
+ <StartupObject >AddInvoice.frmAddInvoice</StartupObject >
14
+ <AssemblyMajorVersion >1</AssemblyMajorVersion >
15
+ <AssemblyMinorVersion >0</AssemblyMinorVersion >
16
+ <AssemblyRevisionNumber >0</AssemblyRevisionNumber >
17
+ <GenerateRevisionNumber >False</GenerateRevisionNumber >
18
+ <AssemblyCompanyName >Intuit</AssemblyCompanyName >
19
+ <RootNamespace >AddInvoice</RootNamespace >
20
+ <FileUpgradeFlags >
21
+ </FileUpgradeFlags >
22
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
23
+ <UpgradeBackupLocation >
24
+ </UpgradeBackupLocation >
25
+ <OldToolsVersion >3.5</OldToolsVersion >
26
+ <TargetFrameworkProfile />
27
+ <PublishUrl >publish\</PublishUrl >
28
+ <Install >true</Install >
29
+ <InstallFrom >Disk</InstallFrom >
30
+ <UpdateEnabled >false</UpdateEnabled >
31
+ <UpdateMode >Foreground</UpdateMode >
32
+ <UpdateInterval >7</UpdateInterval >
33
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
34
+ <UpdatePeriodically >false</UpdatePeriodically >
35
+ <UpdateRequired >false</UpdateRequired >
36
+ <MapFileExtensions >true</MapFileExtensions >
37
+ <ApplicationRevision >0</ApplicationRevision >
38
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
39
+ <IsWebBootstrapper >false</IsWebBootstrapper >
40
+ <UseApplicationTrust >false</UseApplicationTrust >
41
+ <BootstrapperEnabled >true</BootstrapperEnabled >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
44
+ <OutputPath >bin\Debug\</OutputPath >
45
+ <DocumentationFile >AddInvoice.xml</DocumentationFile >
46
+ <DebugSymbols >True</DebugSymbols >
47
+ <DefineDebug >True</DefineDebug >
48
+ <DefineTrace >True</DefineTrace >
49
+ <DefineConstants >Win32=True</DefineConstants >
50
+ <PlatformTarget >AnyCPU</PlatformTarget >
51
+ <NoWarn >42016,42017,42018,42019,42032,42353,42354,42355</NoWarn >
52
+ <DebugType >full</DebugType >
53
+ <Prefer32Bit >true</Prefer32Bit >
54
+ </PropertyGroup >
55
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
56
+ <OutputPath >bin\Release\</OutputPath >
57
+ <DocumentationFile >AddInvoice.xml</DocumentationFile >
58
+ <DebugSymbols >False</DebugSymbols >
59
+ <DefineDebug >False</DefineDebug >
60
+ <DefineTrace >True</DefineTrace >
61
+ <DefineConstants >Win32=True</DefineConstants >
62
+ <PlatformTarget >AnyCPU</PlatformTarget >
63
+ <NoWarn >42016,42017,42018,42019,42032,42353,42354,42355</NoWarn >
64
+ <DebugType >none</DebugType >
65
+ <Prefer32Bit >true</Prefer32Bit >
66
+ </PropertyGroup >
67
+ <ItemGroup >
68
+ <Reference Include =" Microsoft.VisualBasic.Compatibility" >
69
+ <Name >Microsoft.VisualBasic.Compatibility</Name >
70
+ </Reference >
71
+ <Reference Include =" System" >
72
+ <Name >System</Name >
73
+ </Reference >
74
+ <Reference Include =" System.Data" >
75
+ <Name >System.Data</Name >
76
+ </Reference >
77
+ <Reference Include =" System.Drawing" >
78
+ <Name >System.Drawing</Name >
79
+ </Reference >
80
+ <Reference Include =" System.Windows.Forms" >
81
+ <Name >System.Windows.Forms</Name >
82
+ </Reference >
83
+ <Reference Include =" System.XML" >
84
+ <Name >System.XML</Name >
85
+ </Reference >
86
+ <COMReference Include =" MSXML2" >
87
+ <Guid >{F5078F18-C551-11D3-89B9-0000F81FE221}</Guid >
88
+ <VersionMajor >6</VersionMajor >
89
+ <VersionMinor >0</VersionMinor >
90
+ <Lcid >0</Lcid >
91
+ <WrapperTool >tlbimp</WrapperTool >
92
+ <Isolated >False</Isolated >
93
+ <EmbedInteropTypes >True</EmbedInteropTypes >
94
+ </COMReference >
95
+ <COMReference Include =" QBFC15Lib" >
96
+ <Guid >{26D049B7-5D02-4FF9-A803-C783F54A307E}</Guid >
97
+ <Lcid >0</Lcid >
98
+ <VersionMajor >1</VersionMajor >
99
+ <VersionMinor >0</VersionMinor >
100
+ <WrapperTool >tlbimp</WrapperTool >
101
+ <EmbedInteropTypes >True</EmbedInteropTypes >
102
+ </COMReference >
103
+ <COMReference Include =" QBXMLRP2Lib" >
104
+ <Guid >{4351618F-9059-4A79-B638-DCB8B97B3262}</Guid >
105
+ <Lcid >0</Lcid >
106
+ <VersionMajor >1</VersionMajor >
107
+ <VersionMinor >0</VersionMinor >
108
+ <WrapperTool >tlbimp</WrapperTool >
109
+ <EmbedInteropTypes >True</EmbedInteropTypes >
110
+ </COMReference >
111
+ </ItemGroup >
112
+ <ItemGroup >
113
+ <Import Include =" Microsoft.VisualBasic" />
114
+ <Import Include =" Microsoft.VisualBasic.Compatibility" />
115
+ <Import Include =" System" />
116
+ <Import Include =" System.Collections" />
117
+ <Import Include =" System.Data" />
118
+ <Import Include =" System.Diagnostics" />
119
+ <Import Include =" System.Drawing" />
120
+ <Import Include =" System.Windows.Forms" />
121
+ </ItemGroup >
122
+ <ItemGroup >
123
+ <Compile Include =" AssemblyInfo.vb" />
124
+ <Compile Include =" frmAddInvoice.Designer.vb" >
125
+ <SubType >Code</SubType >
126
+ <DependentUpon >frmAddInvoice.vb</DependentUpon >
127
+ </Compile >
128
+ <Compile Include =" frmAddInvoice.vb" >
129
+ <SubType >Form</SubType >
130
+ </Compile >
131
+ <Compile Include =" frmInvoiceDisplay.Designer.vb" >
132
+ <SubType >Code</SubType >
133
+ <DependentUpon >frmInvoiceDisplay.vb</DependentUpon >
134
+ </Compile >
135
+ <Compile Include =" frmInvoiceDisplay.vb" >
136
+ <SubType >Form</SubType >
137
+ </Compile >
138
+ <Compile Include =" modAddInvoice.vb" >
139
+ <SubType >Code</SubType >
140
+ </Compile >
141
+ <EmbeddedResource Include =" frmAddInvoice.resX" >
142
+ <DependentUpon >frmAddInvoice.vb</DependentUpon >
143
+ </EmbeddedResource >
144
+ <EmbeddedResource Include =" frmInvoiceDisplay.resX" >
145
+ <DependentUpon >frmInvoiceDisplay.vb</DependentUpon >
146
+ </EmbeddedResource >
147
+ <None Include =" app.config" />
148
+ <None Include =" _UpgradeReport.htm" >
149
+ <SubType >Preview</SubType >
150
+ </None >
151
+ </ItemGroup >
152
+ <ItemGroup >
153
+ <Folder Include =" My Project\" />
154
+ </ItemGroup >
155
+ <ItemGroup >
156
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
157
+ <Visible >False</Visible >
158
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
159
+ <Install >true</Install >
160
+ </BootstrapperPackage >
161
+ </ItemGroup >
162
+ <Import Project =" $(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
163
+ <PropertyGroup >
164
+ <PreBuildEvent >
165
+ </PreBuildEvent >
166
+ <PostBuildEvent >
167
+ </PostBuildEvent >
168
+ </PropertyGroup >
169
+ </Project >
0 commit comments