Skip to content

Commit 0c3d8ea

Browse files
committed
DotSpatial Hydrologic Toolbox overall updates to .NET 4.8
1 parent a502e09 commit 0c3d8ea

File tree

57 files changed

+7982
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+7982
-178
lines changed

BASINS/ToolboxMWPlugin-DSC.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@
258258
<PostBuildEvent>
259259
</PostBuildEvent>
260260
</PropertyGroup>
261-
</Project>
261+
</Project>

BASINS/ToolboxMWPlugin-DSNet48.vbproj

+261
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,261 @@
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+
<ProductVersion>9.0.21022</ProductVersion>
6+
<SchemaVersion>2.0</SchemaVersion>
7+
<ProjectGuid>{9B3BB48B-2CAF-4E49-A900-5E08217DA078}</ProjectGuid>
8+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10+
<ApplicationIcon>
11+
</ApplicationIcon>
12+
<AssemblyKeyContainerName>
13+
</AssemblyKeyContainerName>
14+
<AssemblyName>ToolboxMWPlugin</AssemblyName>
15+
<AssemblyOriginatorKeyFile>
16+
</AssemblyOriginatorKeyFile>
17+
<AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
18+
<DefaultClientScript>JScript</DefaultClientScript>
19+
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
20+
<DefaultTargetSchema>IE50</DefaultTargetSchema>
21+
<DelaySign>false</DelaySign>
22+
<OutputType>Library</OutputType>
23+
<OptionCompare>Binary</OptionCompare>
24+
<OptionExplicit>On</OptionExplicit>
25+
<OptionStrict>Off</OptionStrict>
26+
<RootNamespace>BASINS</RootNamespace>
27+
<StartupObject>BASINS.%28None%29</StartupObject>
28+
<FileUpgradeFlags>
29+
</FileUpgradeFlags>
30+
<MyType>Windows</MyType>
31+
<UpgradeBackupLocation>
32+
</UpgradeBackupLocation>
33+
<OldToolsVersion>4.5.2</OldToolsVersion>
34+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
35+
<IsWebBootstrapper>false</IsWebBootstrapper>
36+
<PublishUrl>publish\</PublishUrl>
37+
<Install>true</Install>
38+
<InstallFrom>Disk</InstallFrom>
39+
<UpdateEnabled>false</UpdateEnabled>
40+
<UpdateMode>Foreground</UpdateMode>
41+
<UpdateInterval>7</UpdateInterval>
42+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
43+
<UpdatePeriodically>false</UpdatePeriodically>
44+
<UpdateRequired>false</UpdateRequired>
45+
<MapFileExtensions>true</MapFileExtensions>
46+
<ApplicationRevision>0</ApplicationRevision>
47+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
48+
<UseApplicationTrust>false</UseApplicationTrust>
49+
<BootstrapperEnabled>true</BootstrapperEnabled>
50+
<TargetFrameworkProfile />
51+
</PropertyGroup>
52+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
53+
<OutputPath>..\bin\Debug\</OutputPath>
54+
<DocumentationFile>ToolboxMWPlugin.xml</DocumentationFile>
55+
<BaseAddress>285212672</BaseAddress>
56+
<ConfigurationOverrideFile>
57+
</ConfigurationOverrideFile>
58+
<DefineConstants>ProgramName = "USGS Hydrologic Toolbox",GISProvider = "DotSpatial"</DefineConstants>
59+
<DefineDebug>true</DefineDebug>
60+
<DefineTrace>true</DefineTrace>
61+
<DebugSymbols>true</DebugSymbols>
62+
<Optimize>false</Optimize>
63+
<RegisterForComInterop>false</RegisterForComInterop>
64+
<RemoveIntegerChecks>false</RemoveIntegerChecks>
65+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
66+
<WarningLevel>1</WarningLevel>
67+
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
68+
<DebugType>full</DebugType>
69+
<Prefer32Bit>false</Prefer32Bit>
70+
</PropertyGroup>
71+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
72+
<OutputPath>..\bin\Release\</OutputPath>
73+
<DocumentationFile>ToolboxMWPlugin.xml</DocumentationFile>
74+
<BaseAddress>285212672</BaseAddress>
75+
<ConfigurationOverrideFile>
76+
</ConfigurationOverrideFile>
77+
<DefineConstants>
78+
</DefineConstants>
79+
<DefineDebug>false</DefineDebug>
80+
<DefineTrace>true</DefineTrace>
81+
<DebugSymbols>true</DebugSymbols>
82+
<Optimize>true</Optimize>
83+
<RegisterForComInterop>false</RegisterForComInterop>
84+
<RemoveIntegerChecks>false</RemoveIntegerChecks>
85+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
86+
<WarningLevel>1</WarningLevel>
87+
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
88+
<DebugType>pdbonly</DebugType>
89+
<Prefer32Bit>false</Prefer32Bit>
90+
</PropertyGroup>
91+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
92+
<DebugSymbols>true</DebugSymbols>
93+
<DefineDebug>true</DefineDebug>
94+
<DefineTrace>true</DefineTrace>
95+
<OutputPath>..\bin\Debug</OutputPath>
96+
<BaseAddress>285212672</BaseAddress>
97+
<DocumentationFile>ToolboxMWPlugin.xml</DocumentationFile>
98+
<WarningLevel>1</WarningLevel>
99+
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
100+
<DebugType>full</DebugType>
101+
<PlatformTarget>x86</PlatformTarget>
102+
<DefineConstants>ProgramName = "USGS SW Toolbox"</DefineConstants>
103+
<Prefer32Bit>false</Prefer32Bit>
104+
</PropertyGroup>
105+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
106+
<DebugSymbols>true</DebugSymbols>
107+
<DefineTrace>true</DefineTrace>
108+
<OutputPath>..\bin\Debug</OutputPath>
109+
<BaseAddress>285212672</BaseAddress>
110+
<DocumentationFile>ToolboxMWPlugin.xml</DocumentationFile>
111+
<Optimize>true</Optimize>
112+
<WarningLevel>1</WarningLevel>
113+
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
114+
<DebugType>pdbonly</DebugType>
115+
<PlatformTarget>x86</PlatformTarget>
116+
<Prefer32Bit>false</Prefer32Bit>
117+
</PropertyGroup>
118+
<ItemGroup>
119+
<Reference Include="DotSpatial.Compatibility">
120+
<HintPath>..\bin\Debug\DotSpatial.Compatibility.dll</HintPath>
121+
<Private>False</Private>
122+
</Reference>
123+
<Reference Include="DotSpatial.Controls">
124+
<HintPath>..\Bin\Debug\DotSpatial.Controls.dll</HintPath>
125+
<Private>False</Private>
126+
</Reference>
127+
<Reference Include="DotSpatial.Data, Version=2.0.0.465, Culture=neutral, PublicKeyToken=c29dbf30e059ca9d, processorArchitecture=MSIL">
128+
<SpecificVersion>False</SpecificVersion>
129+
<HintPath>..\Bin\Debug\DotSpatial.Data.dll</HintPath>
130+
<Private>False</Private>
131+
</Reference>
132+
<Reference Include="DotSpatial.Extensions">
133+
<HintPath>..\Bin\Debug\DotSpatial.Extensions.dll</HintPath>
134+
<Private>False</Private>
135+
</Reference>
136+
<Reference Include="DotSpatial.Projections, Version=2.0.0.465, Culture=neutral, PublicKeyToken=272632bddd08a38b, processorArchitecture=MSIL">
137+
<SpecificVersion>False</SpecificVersion>
138+
<HintPath>..\bin\Debug\DotSpatial.Projections.dll</HintPath>
139+
<Private>False</Private>
140+
</Reference>
141+
<Reference Include="DotSpatial.Serialization, Version=2.0.0.465, Culture=neutral, PublicKeyToken=441f200f827611e7, processorArchitecture=MSIL">
142+
<SpecificVersion>False</SpecificVersion>
143+
<HintPath>..\bin\Debug\DotSpatial.Serialization.dll</HintPath>
144+
<Private>False</Private>
145+
</Reference>
146+
<Reference Include="DotSpatial.Symbology, Version=2.0.0.0, Culture=neutral, PublicKeyToken=6178c08da7998387, processorArchitecture=MSIL">
147+
<SpecificVersion>False</SpecificVersion>
148+
<HintPath>..\bin\Debug\DotSpatial.Symbology.dll</HintPath>
149+
<Private>False</Private>
150+
</Reference>
151+
<Reference Include="System">
152+
<Name>System</Name>
153+
</Reference>
154+
<Reference Include="System.Data" />
155+
<Reference Include="System.Drawing">
156+
<Name>System.Drawing</Name>
157+
</Reference>
158+
<Reference Include="System.Windows.Forms">
159+
<Name>System.Windows.Forms</Name>
160+
</Reference>
161+
<Reference Include="System.XML" />
162+
</ItemGroup>
163+
<ItemGroup>
164+
<Import Include="Microsoft.VisualBasic" />
165+
<Import Include="System" />
166+
<Import Include="System.Collections" />
167+
<Import Include="System.Diagnostics" />
168+
<Import Include="System.Windows.Forms" />
169+
</ItemGroup>
170+
<ItemGroup>
171+
<Compile Include="AssemblyInfo.vb">
172+
<SubType>Code</SubType>
173+
</Compile>
174+
<Compile Include="atcBasinsPlugIn.vb">
175+
<SubType>Code</SubType>
176+
</Compile>
177+
<Compile Include="frmAbout.vb">
178+
<SubType>Form</SubType>
179+
</Compile>
180+
<Compile Include="frmBuildNew.vb">
181+
<SubType>Form</SubType>
182+
</Compile>
183+
<Compile Include="frmWelcomeScreen.vb">
184+
<SubType>Form</SubType>
185+
</Compile>
186+
<Compile Include="Images.Designer.vb">
187+
<AutoGen>True</AutoGen>
188+
<DesignTime>True</DesignTime>
189+
<DependentUpon>Images.resx</DependentUpon>
190+
</Compile>
191+
<Compile Include="modBasinsPlugin.vb">
192+
<SubType>Code</SubType>
193+
</Compile>
194+
<Compile Include="modDownloadDS.vb" />
195+
<EmbeddedResource Include="frmAbout.resx">
196+
<DependentUpon>frmAbout.vb</DependentUpon>
197+
<SubType>Designer</SubType>
198+
</EmbeddedResource>
199+
<EmbeddedResource Include="frmBuildNew.resx">
200+
<DependentUpon>frmBuildNew.vb</DependentUpon>
201+
<SubType>Designer</SubType>
202+
</EmbeddedResource>
203+
<EmbeddedResource Include="frmWelcomeScreen.resx">
204+
<DependentUpon>frmWelcomeScreen.vb</DependentUpon>
205+
<SubType>Designer</SubType>
206+
</EmbeddedResource>
207+
<EmbeddedResource Include="Images.resx">
208+
<CustomToolNamespace>My.Resources</CustomToolNamespace>
209+
<Generator>ResXFileCodeGenerator</Generator>
210+
<LastGenOutput>Images.Designer.vb</LastGenOutput>
211+
</EmbeddedResource>
212+
</ItemGroup>
213+
<ItemGroup>
214+
<Folder Include="My Project\" />
215+
</ItemGroup>
216+
<ItemGroup>
217+
<ProjectReference Include="..\atcD4EMLauncher\atcD4EMLauncher-DSNet48.vbproj">
218+
<Project>{6cde2fe3-deba-46ba-b395-8f71f87159b0}</Project>
219+
<Name>atcD4EMLauncher-DSNet48</Name>
220+
<Private>False</Private>
221+
</ProjectReference>
222+
<ProjectReference Include="..\atcMwGisUtility\atcMwGisUtility-DSNet48.vbproj">
223+
<Project>{350d3be7-35a4-4b09-9d28-dde2f6b716cd}</Project>
224+
<Name>atcMwGisUtility-DSNet48</Name>
225+
<Private>False</Private>
226+
</ProjectReference>
227+
<ProjectReference Include="..\MapWinUtility\MapWinUtility-DSNet48.vbproj">
228+
<Project>{33e88992-742f-4d13-823f-35d6a07b1aa1}</Project>
229+
<Name>MapWinUtility-DSNet48</Name>
230+
<Private>False</Private>
231+
</ProjectReference>
232+
<ProjectReference Include="..\atcData\atcData-DSNet48.vbproj">
233+
<Project>{a9a00cad-9ead-4228-ab08-6dc3baf253aa}</Project>
234+
<Name>atcData-DSNet48</Name>
235+
<Private>False</Private>
236+
</ProjectReference>
237+
<ProjectReference Include="..\atcProjector\atcProjector-DSNet48.vbproj">
238+
<Project>{863771d3-ea5b-45d2-8416-b75e9ada8d7b}</Project>
239+
<Name>atcProjector-DSNet48</Name>
240+
<Private>False</Private>
241+
</ProjectReference>
242+
<ProjectReference Include="..\atcUtility\atcUtility-DSNet48.vbproj">
243+
<Project>{67027820-9036-481e-80f6-077e5085f59d}</Project>
244+
<Name>atcUtility-DSNet48</Name>
245+
<Private>False</Private>
246+
</ProjectReference>
247+
</ItemGroup>
248+
<ItemGroup>
249+
<None Include="Resources\header_graphic_usgsIdentifier_white.jpg" />
250+
</ItemGroup>
251+
<ItemGroup>
252+
<None Include="Resources\dotspatial-small.bmp" />
253+
</ItemGroup>
254+
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
255+
<PropertyGroup>
256+
<PreBuildEvent>
257+
</PreBuildEvent>
258+
<PostBuildEvent>
259+
</PostBuildEvent>
260+
</PropertyGroup>
261+
</Project>

BASINS/frmAbout.vb

+2-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ Public Class frmAbout
370370
'lblProgramURL.Left = Me.Width - lblProgramURL.Width - 20
371371

372372
Try
373-
lblPluginVersion.Text = " Build Date: " & IO.File.GetLastWriteTime(Me.GetType().Assembly.Location).ToShortDateString
373+
'lblPluginVersion.Text = " Build Date: " & IO.File.GetLastWriteTime(Me.GetType().Assembly.Location).ToShortDateString
374+
lblPluginVersion.Text = " Release Date: January 31, 2023"
374375
Catch
375376
End Try
376377
Try

0 commit comments

Comments
 (0)