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 >{B33BE537-1F79-4D19-B18F-917FF12D7D5A}</ProjectGuid >
9
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
10
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
11
+ <AssemblyName >US_CDN_CustomerAdd</AssemblyName >
12
+ <OutputType >WinExe</OutputType >
13
+ <StartupObject >US_CDN_CustomerAdd.frmUS_CDN_CustomerAdd</StartupObject >
14
+ <AssemblyMajorVersion >1</AssemblyMajorVersion >
15
+ <AssemblyMinorVersion >0</AssemblyMinorVersion >
16
+ <AssemblyRevisionNumber >0</AssemblyRevisionNumber >
17
+ <GenerateRevisionNumber >False</GenerateRevisionNumber >
18
+ <AssemblyCompanyName >Intuit</AssemblyCompanyName >
19
+ <RootNamespace >US_CDN_CustomerAdd</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\</OutputPath >
45
+ <DocumentationFile >US_CDN_CustomerAdd.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 >US_CDN_CustomerAdd.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 =" QBXMLRP2Lib" >
96
+ <Guid >{4351618F-9059-4A79-B638-DCB8B97B3262}</Guid >
97
+ <Lcid >0</Lcid >
98
+ <VersionMajor >1</VersionMajor >
99
+ <VersionMinor >0</VersionMinor >
100
+ <WrapperTool >tlbimp</WrapperTool >
101
+ <EmbedInteropTypes >True</EmbedInteropTypes >
102
+ </COMReference >
103
+ </ItemGroup >
104
+ <ItemGroup >
105
+ <Import Include =" Microsoft.VisualBasic" />
106
+ <Import Include =" Microsoft.VisualBasic.Compatibility" />
107
+ <Import Include =" System" />
108
+ <Import Include =" System.Collections" />
109
+ <Import Include =" System.Data" />
110
+ <Import Include =" System.Diagnostics" />
111
+ <Import Include =" System.Drawing" />
112
+ <Import Include =" System.Windows.Forms" />
113
+ </ItemGroup >
114
+ <ItemGroup >
115
+ <Compile Include =" AssemblyInfo.vb" />
116
+ <Compile Include =" frmUS_CDN_CustomerAdd.Designer.vb" >
117
+ <SubType >Code</SubType >
118
+ <DependentUpon >frmUS_CDN_CustomerAdd.vb</DependentUpon >
119
+ </Compile >
120
+ <Compile Include =" frmUS_CDN_CustomerAdd.vb" >
121
+ <SubType >Form</SubType >
122
+ </Compile >
123
+ <Compile Include =" modUS_CDN_CustomerAdd.vb" >
124
+ <SubType >Code</SubType >
125
+ </Compile >
126
+ <EmbeddedResource Include =" frmUS_CDN_CustomerAdd.resX" >
127
+ <DependentUpon >frmUS_CDN_CustomerAdd.vb</DependentUpon >
128
+ </EmbeddedResource >
129
+ <None Include =" app.config" />
130
+ </ItemGroup >
131
+ <ItemGroup >
132
+ <Folder Include =" My Project\" />
133
+ </ItemGroup >
134
+ <ItemGroup >
135
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
136
+ <Visible >False</Visible >
137
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
138
+ <Install >true</Install >
139
+ </BootstrapperPackage >
140
+ </ItemGroup >
141
+ <Import Project =" $(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
142
+ <PropertyGroup >
143
+ <PreBuildEvent >
144
+ </PreBuildEvent >
145
+ <PostBuildEvent >
146
+ </PostBuildEvent >
147
+ </PropertyGroup >
148
+ </Project >
0 commit comments