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 >{8BC5A602-DB40-4413-9D82-6FE1FA748E81}</ProjectGuid >
9
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
10
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
11
+ <AssemblyName >SDKTestPlus3</AssemblyName >
12
+ <OutputType >WinExe</OutputType >
13
+ <StartupObject >SDKTestPlus3.frmSDKTestPlus3</StartupObject >
14
+ <AssemblyMajorVersion >1</AssemblyMajorVersion >
15
+ <AssemblyMinorVersion >0</AssemblyMinorVersion >
16
+ <AssemblyRevisionNumber >0</AssemblyRevisionNumber >
17
+ <GenerateRevisionNumber >False</GenerateRevisionNumber >
18
+ <AssemblyCompanyName >Intuit</AssemblyCompanyName >
19
+ <RootNamespace >SDKTestPlus3</RootNamespace >
20
+ <FileUpgradeFlags >
21
+ </FileUpgradeFlags >
22
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
23
+ <UpgradeBackupLocation >
24
+ </UpgradeBackupLocation >
25
+ <OldToolsVersion >3.5</OldToolsVersion >
26
+ <IsWebBootstrapper >false</IsWebBootstrapper >
27
+ <TargetFrameworkProfile />
28
+ <PublishUrl >publish\</PublishUrl >
29
+ <Install >true</Install >
30
+ <InstallFrom >Disk</InstallFrom >
31
+ <UpdateEnabled >false</UpdateEnabled >
32
+ <UpdateMode >Foreground</UpdateMode >
33
+ <UpdateInterval >7</UpdateInterval >
34
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
35
+ <UpdatePeriodically >false</UpdatePeriodically >
36
+ <UpdateRequired >false</UpdateRequired >
37
+ <MapFileExtensions >true</MapFileExtensions >
38
+ <ApplicationRevision >0</ApplicationRevision >
39
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
40
+ <UseApplicationTrust >false</UseApplicationTrust >
41
+ <BootstrapperEnabled >true</BootstrapperEnabled >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
44
+ <OutputPath >..\..\..\..\..\..\..\..\bin\</OutputPath >
45
+ <DocumentationFile >SDKTestPlus3.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\</OutputPath >
57
+ <DocumentationFile >SDKTestPlus3.xml</DocumentationFile >
58
+ <DebugSymbols >False</DebugSymbols >
59
+ <DefineDebug >False</DefineDebug >
60
+ <DefineTrace >True</DefineTrace >
61
+ <DefineConstants >Win32=True</DefineConstants >
62
+ <PlatformTarget >x86</PlatformTarget >
63
+ <NoWarn >42016,42017,42018,42019,42032,42353,42354,42355</NoWarn >
64
+ <DebugType >none</DebugType >
65
+ <Prefer32Bit >true</Prefer32Bit >
66
+ </PropertyGroup >
67
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
68
+ <DebugSymbols >true</DebugSymbols >
69
+ <DefineDebug >true</DefineDebug >
70
+ <DefineTrace >true</DefineTrace >
71
+ <OutputPath >bin\x64\Debug\</OutputPath >
72
+ <DefineConstants >Win32=True</DefineConstants >
73
+ <DocumentationFile >SDKTestPlus3.xml</DocumentationFile >
74
+ <NoWarn >42016,42017,42018,42019,42032,42353,42354,42355</NoWarn >
75
+ <DebugType >full</DebugType >
76
+ <PlatformTarget >AnyCPU</PlatformTarget >
77
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
78
+ <Prefer32Bit >false</Prefer32Bit >
79
+ </PropertyGroup >
80
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
81
+ <DefineTrace >true</DefineTrace >
82
+ <OutputPath >bin\x64\Release\</OutputPath >
83
+ <DefineConstants >Win32=True</DefineConstants >
84
+ <DocumentationFile >SDKTestPlus3.xml</DocumentationFile >
85
+ <NoWarn >42016,42017,42018,42019,42032,42353,42354,42355</NoWarn >
86
+ <PlatformTarget >AnyCPU</PlatformTarget >
87
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
88
+ <Prefer32Bit >false</Prefer32Bit >
89
+ </PropertyGroup >
90
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
91
+ <DebugSymbols >true</DebugSymbols >
92
+ <DefineDebug >true</DefineDebug >
93
+ <DefineTrace >true</DefineTrace >
94
+ <OutputPath >bin\x86\Debug\</OutputPath >
95
+ <DefineConstants >Win32=True</DefineConstants >
96
+ <DocumentationFile >SDKTestPlus3.xml</DocumentationFile >
97
+ <NoWarn >42016,42017,42018,42019,42032,42353,42354,42355</NoWarn >
98
+ <DebugType >full</DebugType >
99
+ <PlatformTarget >AnyCPU</PlatformTarget >
100
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
101
+ <Prefer32Bit >false</Prefer32Bit >
102
+ </PropertyGroup >
103
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
104
+ <DefineTrace >true</DefineTrace >
105
+ <OutputPath >bin\x86\Release\</OutputPath >
106
+ <DefineConstants >Win32=True</DefineConstants >
107
+ <DocumentationFile >SDKTestPlus3.xml</DocumentationFile >
108
+ <NoWarn >42016,42017,42018,42019,42032,42353,42354,42355</NoWarn >
109
+ <PlatformTarget >x86</PlatformTarget >
110
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
111
+ <Prefer32Bit >false</Prefer32Bit >
112
+ </PropertyGroup >
113
+ <PropertyGroup >
114
+ <ApplicationIcon >App.ico</ApplicationIcon >
115
+ </PropertyGroup >
116
+ <ItemGroup >
117
+ <COMReference Include =" QBXMLRP2Lib" >
118
+ <Guid >{4351618F-9059-4A79-B638-DCB8B97B3262}</Guid >
119
+ <VersionMajor >1</VersionMajor >
120
+ <VersionMinor >0</VersionMinor >
121
+ <Lcid >0</Lcid >
122
+ <WrapperTool >tlbimp</WrapperTool >
123
+ <Isolated >False</Isolated >
124
+ <EmbedInteropTypes >True</EmbedInteropTypes >
125
+ </COMReference >
126
+ <COMReference Include =" SHDocVw" >
127
+ <Guid >{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}</Guid >
128
+ <VersionMajor >1</VersionMajor >
129
+ <VersionMinor >1</VersionMinor >
130
+ <Lcid >0</Lcid >
131
+ <WrapperTool >tlbimp</WrapperTool >
132
+ <Isolated >False</Isolated >
133
+ <EmbedInteropTypes >True</EmbedInteropTypes >
134
+ </COMReference >
135
+ <Reference Include =" System" >
136
+ <Name >System</Name >
137
+ </Reference >
138
+ <Reference Include =" System.Data" >
139
+ <Name >System.Data</Name >
140
+ </Reference >
141
+ <Reference Include =" System.Drawing" >
142
+ <Name >System.Drawing</Name >
143
+ </Reference >
144
+ <Reference Include =" System.Windows.Forms" >
145
+ <Name >System.Windows.Forms</Name >
146
+ </Reference >
147
+ <Reference Include =" System.Windows.Forms.DataVisualization" />
148
+ <Reference Include =" System.XML" >
149
+ <Name >System.XML</Name >
150
+ </Reference >
151
+ </ItemGroup >
152
+ <ItemGroup >
153
+ <Import Include =" Microsoft.VisualBasic" />
154
+ <Import Include =" Microsoft.VisualBasic.Compatibility" />
155
+ <Import Include =" System" />
156
+ <Import Include =" System.Collections" />
157
+ <Import Include =" System.Data" />
158
+ <Import Include =" System.Diagnostics" />
159
+ <Import Include =" System.Drawing" />
160
+ <Import Include =" System.Windows.Forms" />
161
+ </ItemGroup >
162
+ <ItemGroup >
163
+ <Compile Include =" AssemblyInfo.vb" />
164
+ <Compile Include =" frmDisplay.Designer.vb" >
165
+ <SubType >Code</SubType >
166
+ <DependentUpon >frmDisplay.vb</DependentUpon >
167
+ </Compile >
168
+ <Compile Include =" frmDisplay.vb" >
169
+ <SubType >Form</SubType >
170
+ </Compile >
171
+ <Compile Include =" frmSDKTestPlus3.Designer.vb" >
172
+ <SubType >Code</SubType >
173
+ <DependentUpon >frmSDKTestPlus3.vb</DependentUpon >
174
+ </Compile >
175
+ <Compile Include =" frmSDKTestPlus3.vb" >
176
+ <SubType >Form</SubType >
177
+ </Compile >
178
+ <Compile Include =" modSDKTestPlus3.vb" >
179
+ <SubType >Code</SubType >
180
+ </Compile >
181
+ <EmbeddedResource Include =" frmDisplay.resX" >
182
+ <DependentUpon >frmDisplay.vb</DependentUpon >
183
+ </EmbeddedResource >
184
+ <EmbeddedResource Include =" frmSDKTestPlus3.resX" >
185
+ <DependentUpon >frmSDKTestPlus3.vb</DependentUpon >
186
+ <SubType >Designer</SubType >
187
+ </EmbeddedResource >
188
+ </ItemGroup >
189
+ <ItemGroup >
190
+ <Folder Include =" My Project\" />
191
+ </ItemGroup >
192
+ <ItemGroup >
193
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
194
+ <Visible >False</Visible >
195
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
196
+ <Install >true</Install >
197
+ </BootstrapperPackage >
198
+ </ItemGroup >
199
+ <ItemGroup >
200
+ <None Include =" app.config" />
201
+ </ItemGroup >
202
+ <ItemGroup >
203
+ <Content Include =" App.ico" />
204
+ <Content Include =" ICON1.ICO" />
205
+ </ItemGroup >
206
+ <Import Project =" $(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
207
+ <PropertyGroup >
208
+ <PreBuildEvent >
209
+ </PreBuildEvent >
210
+ <PostBuildEvent >
211
+ </PostBuildEvent >
212
+ </PropertyGroup >
213
+ </Project >
0 commit comments