1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6
+ <ProductVersion >
7
+ </ProductVersion >
8
+ <SchemaVersion >2.0</SchemaVersion >
9
+ <ProjectGuid >{184E100C-6CE0-478E-9BF6-BDC200CE610F}</ProjectGuid >
10
+ <OutputType >WinExe</OutputType >
11
+ <StartupObject >HoHTools.My.MyApplication</StartupObject >
12
+ <RootNamespace >HoHTools</RootNamespace >
13
+ <AssemblyName >HoHTools</AssemblyName >
14
+ <FileAlignment >512</FileAlignment >
15
+ <MyType >WindowsForms</MyType >
16
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
17
+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
18
+ <IsWebBootstrapper >false</IsWebBootstrapper >
19
+ <PublishUrl >publish\</PublishUrl >
20
+ <Install >true</Install >
21
+ <InstallFrom >Disk</InstallFrom >
22
+ <UpdateEnabled >false</UpdateEnabled >
23
+ <UpdateMode >Foreground</UpdateMode >
24
+ <UpdateInterval >7</UpdateInterval >
25
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
26
+ <UpdatePeriodically >false</UpdatePeriodically >
27
+ <UpdateRequired >false</UpdateRequired >
28
+ <MapFileExtensions >true</MapFileExtensions >
29
+ <AutorunEnabled >true</AutorunEnabled >
30
+ <ApplicationRevision >1</ApplicationRevision >
31
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
32
+ <UseApplicationTrust >false</UseApplicationTrust >
33
+ <PublishWizardCompleted >true</PublishWizardCompleted >
34
+ <BootstrapperEnabled >true</BootstrapperEnabled >
35
+ </PropertyGroup >
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
37
+ <PlatformTarget >x86</PlatformTarget >
38
+ <DebugSymbols >true</DebugSymbols >
39
+ <DebugType >full</DebugType >
40
+ <DefineDebug >true</DefineDebug >
41
+ <DefineTrace >true</DefineTrace >
42
+ <OutputPath >bin\Debug\</OutputPath >
43
+ <DocumentationFile >HoHTools.xml</DocumentationFile >
44
+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
47
+ <PlatformTarget >x86</PlatformTarget >
48
+ <DebugType >pdbonly</DebugType >
49
+ <DefineDebug >false</DefineDebug >
50
+ <DefineTrace >true</DefineTrace >
51
+ <Optimize >true</Optimize >
52
+ <OutputPath >bin\Release\</OutputPath >
53
+ <DocumentationFile >HoHTools.xml</DocumentationFile >
54
+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
55
+ </PropertyGroup >
56
+ <PropertyGroup >
57
+ <OptionExplicit >On</OptionExplicit >
58
+ </PropertyGroup >
59
+ <PropertyGroup >
60
+ <OptionCompare >Binary</OptionCompare >
61
+ </PropertyGroup >
62
+ <PropertyGroup >
63
+ <OptionStrict >Off</OptionStrict >
64
+ </PropertyGroup >
65
+ <PropertyGroup >
66
+ <OptionInfer >On</OptionInfer >
67
+ </PropertyGroup >
68
+ <PropertyGroup >
69
+ <ApplicationIcon >Res\Icon.ico</ApplicationIcon >
70
+ </PropertyGroup >
71
+ <PropertyGroup >
72
+ <ManifestCertificateThumbprint >52D709B7B4B0B24007837AD23ED0D1009BDBC611</ManifestCertificateThumbprint >
73
+ </PropertyGroup >
74
+ <PropertyGroup >
75
+ <ManifestKeyFile >HoHLibrary_TemporaryKey.pfx</ManifestKeyFile >
76
+ </PropertyGroup >
77
+ <PropertyGroup >
78
+ <GenerateManifests >true</GenerateManifests >
79
+ </PropertyGroup >
80
+ <PropertyGroup >
81
+ <SignManifests >true</SignManifests >
82
+ </PropertyGroup >
83
+ <ItemGroup >
84
+ <Reference Include =" System" />
85
+ <Reference Include =" System.Data" />
86
+ <Reference Include =" System.Deployment" />
87
+ <Reference Include =" System.Drawing" />
88
+ <Reference Include =" System.Windows.Forms" />
89
+ <Reference Include =" System.Xml" />
90
+ <Reference Include =" System.Core" />
91
+ <Reference Include =" System.Xml.Linq" />
92
+ <Reference Include =" System.Data.DataSetExtensions" />
93
+ </ItemGroup >
94
+ <ItemGroup >
95
+ <Import Include =" Microsoft.VisualBasic" />
96
+ <Import Include =" System" />
97
+ <Import Include =" System.Collections" />
98
+ <Import Include =" System.Collections.Generic" />
99
+ <Import Include =" System.Data" />
100
+ <Import Include =" System.Drawing" />
101
+ <Import Include =" System.Diagnostics" />
102
+ <Import Include =" System.Windows.Forms" />
103
+ <Import Include =" System.Linq" />
104
+ <Import Include =" System.Xml.Linq" />
105
+ </ItemGroup >
106
+ <ItemGroup >
107
+ <Compile Include =" frmLibrary.vb" >
108
+ <SubType >Form</SubType >
109
+ </Compile >
110
+ <Compile Include =" frmLibrary.Designer.vb" >
111
+ <DependentUpon >frmLibrary.vb</DependentUpon >
112
+ <SubType >Form</SubType >
113
+ </Compile >
114
+ <Compile Include =" frmLightsSolver.Designer.vb" >
115
+ <DependentUpon >frmLightsSolver.vb</DependentUpon >
116
+ </Compile >
117
+ <Compile Include =" frmLightsSolver.vb" >
118
+ <SubType >Form</SubType >
119
+ </Compile >
120
+ <Compile Include =" frmMain.Designer.vb" >
121
+ <DependentUpon >frmMain.vb</DependentUpon >
122
+ </Compile >
123
+ <Compile Include =" frmMain.vb" >
124
+ <SubType >Form</SubType >
125
+ </Compile >
126
+ <Compile Include =" frmStatCalc.Designer.vb" >
127
+ <DependentUpon >frmStatCalc.vb</DependentUpon >
128
+ </Compile >
129
+ <Compile Include =" frmStatCalc.vb" >
130
+ <SubType >Form</SubType >
131
+ </Compile >
132
+ <Compile Include =" My Project\AssemblyInfo.vb" />
133
+ <Compile Include =" My Project\Application.Designer.vb" >
134
+ <AutoGen >True</AutoGen >
135
+ <DependentUpon >Application.myapp</DependentUpon >
136
+ </Compile >
137
+ <Compile Include =" My Project\Resources.Designer.vb" >
138
+ <AutoGen >True</AutoGen >
139
+ <DesignTime >True</DesignTime >
140
+ <DependentUpon >Resources.resx</DependentUpon >
141
+ </Compile >
142
+ <Compile Include =" My Project\Settings.Designer.vb" >
143
+ <AutoGen >True</AutoGen >
144
+ <DependentUpon >Settings.settings</DependentUpon >
145
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
146
+ </Compile >
147
+ </ItemGroup >
148
+ <ItemGroup >
149
+ <EmbeddedResource Include =" frmLibrary.resx" >
150
+ <DependentUpon >frmLibrary.vb</DependentUpon >
151
+ </EmbeddedResource >
152
+ <EmbeddedResource Include =" frmLightsSolver.resx" >
153
+ <DependentUpon >frmLightsSolver.vb</DependentUpon >
154
+ </EmbeddedResource >
155
+ <EmbeddedResource Include =" frmMain.resx" >
156
+ <DependentUpon >frmMain.vb</DependentUpon >
157
+ </EmbeddedResource >
158
+ <EmbeddedResource Include =" frmStatCalc.resx" >
159
+ <DependentUpon >frmStatCalc.vb</DependentUpon >
160
+ </EmbeddedResource >
161
+ <EmbeddedResource Include =" My Project\Resources.resx" >
162
+ <Generator >VbMyResourcesResXFileCodeGenerator</Generator >
163
+ <LastGenOutput >Resources.Designer.vb</LastGenOutput >
164
+ <CustomToolNamespace >My.Resources</CustomToolNamespace >
165
+ <SubType >Designer</SubType >
166
+ </EmbeddedResource >
167
+ </ItemGroup >
168
+ <ItemGroup >
169
+ <None Include =" My Project\Application.myapp" >
170
+ <Generator >MyApplicationCodeGenerator</Generator >
171
+ <LastGenOutput >Application.Designer.vb</LastGenOutput >
172
+ </None >
173
+ <None Include =" My Project\Settings.settings" >
174
+ <Generator >SettingsSingleFileGenerator</Generator >
175
+ <CustomToolNamespace >My</CustomToolNamespace >
176
+ <LastGenOutput >Settings.Designer.vb</LastGenOutput >
177
+ </None >
178
+ </ItemGroup >
179
+ <ItemGroup >
180
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.0,Profile=Client" >
181
+ <Visible >False</Visible >
182
+ <ProductName >Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName >
183
+ <Install >true</Install >
184
+ </BootstrapperPackage >
185
+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
186
+ <Visible >False</Visible >
187
+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
188
+ <Install >false</Install >
189
+ </BootstrapperPackage >
190
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
191
+ <Visible >False</Visible >
192
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
193
+ <Install >false</Install >
194
+ </BootstrapperPackage >
195
+ <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
196
+ <Visible >False</Visible >
197
+ <ProductName >Windows Installer 3.1</ProductName >
198
+ <Install >true</Install >
199
+ </BootstrapperPackage >
200
+ </ItemGroup >
201
+ <ItemGroup >
202
+ <None Include =" Res\HoHLogo.png" />
203
+ <Content Include =" Data\commons.txt" >
204
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
205
+ </Content >
206
+ <Content Include =" Data\legendaries.txt" >
207
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
208
+ </Content >
209
+ <Content Include =" Data\rares.txt" >
210
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
211
+ </Content >
212
+ <Content Include =" Data\uncommons.txt" >
213
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
214
+ </Content >
215
+ <Content Include =" Res\Icon.ico" >
216
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
217
+ </Content >
218
+ <None Include =" Res\Stats\Armor.png" />
219
+ <None Include =" Res\Stats\Attack Effects.png" />
220
+ <None Include =" Res\Stats\Attack Power.png" />
221
+ <None Include =" Res\Stats\Experience.png" />
222
+ <None Include =" Res\Stats\Gold.png" />
223
+ <None Include =" Res\Stats\Health Regen.png" />
224
+ <None Include =" Res\Stats\Health.png" />
225
+ <None Include =" Res\Stats\Mana Regen.png" />
226
+ <None Include =" Res\Stats\Mana.png" />
227
+ <None Include =" Res\Stats\Move Speed.png" />
228
+ <None Include =" Res\Stats\Ore.png" />
229
+ <None Include =" Res\Stats\Resistance.png" />
230
+ <None Include =" Res\Stats\Skill Effects.png" />
231
+ <None Include =" Res\Stats\Skill Power.png" />
232
+ <None Include =" Res\Stats\Town Gold.png" />
233
+ <None Include =" Res\Stats\Town Ore.png" />
234
+ <None Include =" Res\Itemsprite2xcrop.png" />
235
+ <None Include =" Res\Icon_Library_Tool.png" />
236
+ <None Include =" Res\Icon_Lights_Tool.png" />
237
+ <None Include =" Res\Icon_Stats_tool.png" />
238
+ <Content Include =" Res\Tile_Off.png" />
239
+ <Content Include =" Res\Tile_ON.png" />
240
+ <None Include =" Res\Background.png" >
241
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
242
+ </None >
243
+ <Content Include =" Res\Icon_Blood.png" >
244
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
245
+ </Content >
246
+ <Content Include =" Res\Icon_Dark.png" >
247
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
248
+ </Content >
249
+ <Content Include =" Res\Icon_Decay.png" >
250
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
251
+ </Content >
252
+ <Content Include =" Res\Icon_Malign.png" >
253
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
254
+ </Content >
255
+ </ItemGroup >
256
+ <ItemGroup >
257
+ <Folder Include =" Res\Items\Common\" />
258
+ <Folder Include =" Res\Items\Legendary\" />
259
+ <Folder Include =" Res\Items\Rare\" />
260
+ <Folder Include =" Res\Items\Uncommon\" />
261
+ </ItemGroup >
262
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
263
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
264
+ Other similar extension points exist, see Microsoft.Common.targets.
265
+ <Target Name="BeforeBuild">
266
+ </Target>
267
+ <Target Name="AfterBuild">
268
+ </Target>
269
+ -->
270
+ </Project >
0 commit comments