1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 14.0" >
3
+ <PropertyGroup >
4
+ <ProjectType >Local</ProjectType >
5
+ <MyType >WindowsFormsWithCustomSubMain</MyType >
6
+ <ProductVersion >9.0.30729</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{176999C8-BA24-49B5-9462-5DFE35C50ED7}</ProjectGuid >
9
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
10
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
11
+ <AssemblyName >WinHspfLt</AssemblyName >
12
+ <OutputType >WinExe</OutputType >
13
+ <StartupObject >WinHspfLt.modWinHSPFLt</StartupObject >
14
+ <AssemblyMajorVersion >0</AssemblyMajorVersion >
15
+ <AssemblyMinorVersion >7</AssemblyMinorVersion >
16
+ <AssemblyRevisionNumber >0</AssemblyRevisionNumber >
17
+ <GenerateRevisionNumber >False</GenerateRevisionNumber >
18
+ <AssemblyCompanyName >Aqua Terra Consultants</AssemblyCompanyName >
19
+ <StartWithIE >False</StartWithIE >
20
+ <ApplicationIcon >WinHspfLt.ico</ApplicationIcon >
21
+ <RootNamespace >WinHspfLt</RootNamespace >
22
+ <FileUpgradeFlags >
23
+ </FileUpgradeFlags >
24
+ <OldToolsVersion >3.5</OldToolsVersion >
25
+ <UpgradeBackupLocation >
26
+ </UpgradeBackupLocation >
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
+ <TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
43
+ </PropertyGroup >
44
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
45
+ <OutputPath >..\bin\</OutputPath >
46
+ <DocumentationFile >WinHspfLt.xml</DocumentationFile >
47
+ <DebugSymbols >True</DebugSymbols >
48
+ <DefineDebug >True</DefineDebug >
49
+ <DefineTrace >True</DefineTrace >
50
+ <DefineConstants >Win32=True</DefineConstants >
51
+ <PlatformTarget >x86</PlatformTarget >
52
+ <NoWarn >42016,42017,42018,42019,42032,42353,42354,42355</NoWarn >
53
+ <DebugType >full</DebugType >
54
+ <UseVSHostingProcess >true</UseVSHostingProcess >
55
+ </PropertyGroup >
56
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
57
+ <OutputPath >..\bin\</OutputPath >
58
+ <DocumentationFile >WinHspfLt.xml</DocumentationFile >
59
+ <DebugSymbols >False</DebugSymbols >
60
+ <DefineDebug >False</DefineDebug >
61
+ <DefineTrace >True</DefineTrace >
62
+ <DefineConstants >Win32=True</DefineConstants >
63
+ <PlatformTarget >x86</PlatformTarget >
64
+ <NoWarn >42016,42017,42018,42019,42032,42353,42354,42355</NoWarn >
65
+ <DebugType >none</DebugType >
66
+ <UseVSHostingProcess >true</UseVSHostingProcess >
67
+ </PropertyGroup >
68
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
69
+ <DebugSymbols >true</DebugSymbols >
70
+ <DefineDebug >true</DefineDebug >
71
+ <DefineTrace >true</DefineTrace >
72
+ <OutputPath >..\bin\</OutputPath >
73
+ <DefineConstants >Win32=True</DefineConstants >
74
+ <DocumentationFile >WinHspfLt.xml</DocumentationFile >
75
+ <NoWarn >42016,42017,42018,42019,42032,42353,42354,42355</NoWarn >
76
+ <DebugType >full</DebugType >
77
+ <PlatformTarget >x86</PlatformTarget >
78
+ </PropertyGroup >
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
80
+ <DefineTrace >true</DefineTrace >
81
+ <OutputPath >..\bin\</OutputPath >
82
+ <DefineConstants >Win32=True</DefineConstants >
83
+ <DocumentationFile >WinHspfLt.xml</DocumentationFile >
84
+ <NoWarn >42016,42017,42018,42019,42032,42353,42354,42355</NoWarn >
85
+ <PlatformTarget >x86</PlatformTarget >
86
+ </PropertyGroup >
87
+ <ItemGroup >
88
+ <Reference Include =" MapWinUtility, Version=4.7.5.19621, Culture=neutral, processorArchitecture=MSIL" >
89
+ <SpecificVersion >False</SpecificVersion >
90
+ <Private >False</Private >
91
+ </Reference >
92
+ <Reference Include =" Microsoft.VisualBasic.Compatibility" >
93
+ <Name >Microsoft.VisualBasic.Compatibility</Name >
94
+ </Reference >
95
+ <Reference Include =" System" >
96
+ <Name >System</Name >
97
+ </Reference >
98
+ <Reference Include =" System.Data" >
99
+ <Name >System.Data</Name >
100
+ </Reference >
101
+ <Reference Include =" System.Drawing" >
102
+ <Name >System.Drawing</Name >
103
+ </Reference >
104
+ <Reference Include =" System.Windows.Forms" >
105
+ <Name >System.Windows.Forms</Name >
106
+ </Reference >
107
+ <Reference Include =" System.XML" >
108
+ <Name >System.XML</Name >
109
+ </Reference >
110
+ </ItemGroup >
111
+ <ItemGroup >
112
+ <Import Include =" Microsoft.VisualBasic" />
113
+ <Import Include =" Microsoft.VisualBasic.Compatibility" />
114
+ <Import Include =" System" />
115
+ <Import Include =" System.Collections" />
116
+ <Import Include =" System.Data" />
117
+ <Import Include =" System.Diagnostics" />
118
+ <Import Include =" System.Drawing" />
119
+ <Import Include =" System.Windows.Forms" />
120
+ </ItemGroup >
121
+ <ItemGroup >
122
+ <Compile Include =" AssemblyInfo.vb" />
123
+ <Compile Include =" ..\atcUtility\atcCollection.vb" />
124
+ <Compile Include =" ..\atcUtility\frmFeedback.vb" >
125
+ <SubType >Form</SubType >
126
+ </Compile >
127
+ <Compile Include =" ..\atcUtility\modFile.vb" />
128
+ <Compile Include =" ..\atcUtility\modString.vb" />
129
+ <Compile Include =" modWinHspfLt.vb" >
130
+ <SubType >Code</SubType >
131
+ </Compile >
132
+ <Content Include =" WinHspfLt.ico" />
133
+ </ItemGroup >
134
+ <ItemGroup >
135
+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
136
+ <Visible >False</Visible >
137
+ <ProductName >.NET Framework Client Profile</ProductName >
138
+ <Install >false</Install >
139
+ </BootstrapperPackage >
140
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.2.0" >
141
+ <Visible >False</Visible >
142
+ <ProductName >.NET Framework 2.0 %28x86%29</ProductName >
143
+ <Install >true</Install >
144
+ </BootstrapperPackage >
145
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.0" >
146
+ <Visible >False</Visible >
147
+ <ProductName >.NET Framework 3.0 %28x86%29</ProductName >
148
+ <Install >false</Install >
149
+ </BootstrapperPackage >
150
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5" >
151
+ <Visible >False</Visible >
152
+ <ProductName >.NET Framework 3.5</ProductName >
153
+ <Install >false</Install >
154
+ </BootstrapperPackage >
155
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
156
+ <Visible >False</Visible >
157
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
158
+ <Install >false</Install >
159
+ </BootstrapperPackage >
160
+ </ItemGroup >
161
+ <ItemGroup >
162
+ <EmbeddedResource Include =" ..\atcUtility\frmFeedback.resx" >
163
+ <DependentUpon >frmFeedback.vb</DependentUpon >
164
+ </EmbeddedResource >
165
+ </ItemGroup >
166
+ <ItemGroup >
167
+ <Folder Include =" My Project\" />
168
+ </ItemGroup >
169
+ <Import Project =" $(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
170
+ <PropertyGroup >
171
+ <PreBuildEvent >
172
+ </PreBuildEvent >
173
+ <PostBuildEvent >
174
+ </PostBuildEvent >
175
+ </PropertyGroup >
176
+ </Project >
0 commit comments