Skip to content

Commit d04676f

Browse files
WinHspfLt15.vbproj and WinHspfLt_15.sln -- added _V15 vers
atcData15.vbproj -- added IDataManagement and IDataMemory atcGeoSFM10.vbproj -- corrected path BasinsDefaultLayers.xml -- added files
1 parent a66f343 commit d04676f

File tree

5 files changed

+217
-1
lines changed

5 files changed

+217
-1
lines changed

WinHspfLt/WinHspfLt15.vbproj

+176
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
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>

WinHspfLt_15.sln

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.23107.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WinHspfLt", "WinHspfLt\WinHspfLt15.vbproj", "{176999C8-BA24-49B5-9462-5DFE35C50ED7}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Debug|x64 = Debug|x64
12+
Debug|x86 = Debug|x86
13+
Release|Any CPU = Release|Any CPU
14+
Release|x64 = Release|x64
15+
Release|x86 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Debug|x64.ActiveCfg = Debug|Any CPU
21+
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Debug|x86.ActiveCfg = Debug|x86
22+
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Debug|x86.Build.0 = Debug|x86
23+
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Release|Any CPU.ActiveCfg = Release|Any CPU
24+
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Release|Any CPU.Build.0 = Release|Any CPU
25+
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Release|x64.ActiveCfg = Release|Any CPU
26+
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Release|x86.ActiveCfg = Release|x86
27+
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Release|x86.Build.0 = Release|x86
28+
EndGlobalSection
29+
GlobalSection(SolutionProperties) = preSolution
30+
HideSolutionNode = FALSE
31+
EndGlobalSection
32+
EndGlobal

atcData/atcData15.vbproj

+2
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@
256256
<Compile Include="frmSpecifyYearSubset.vb">
257257
<SubType>Form</SubType>
258258
</Compile>
259+
<Compile Include="IDataManagement.vb" />
260+
<Compile Include="IDataMemory.vb" />
259261
<Compile Include="modMetData.vb" />
260262
<Compile Include="modTimeseriesMath.vb">
261263
<SubType>Code</SubType>

atcGeoSFM/atcGeoSFM10.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
</None>
147147
</ItemGroup>
148148
<ItemGroup>
149-
<ProjectReference Include="..\..\MapWindow4Plugins\MapWinUtility\BASINS-MapWinUtility10.vbproj">
149+
<ProjectReference Include="..\MapWinUtility\BASINS-MapWinUtility15.vbproj">
150150
<Project>{33E88992-742F-4D13-823F-35D6A07B1AA1}</Project>
151151
<Name>BASINS-MapWinUtility10</Name>
152152
<Private>False</Private>

etc/BasinsDefaultLayers.xml

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
<Layer Filename="NLCD_LandCover_1992" Name="NLCD 1992 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
2626
<Layer Filename="NLCD_LandCover_2001" Name="NLCD 2001 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
27+
<Layer Filename="NLCD_LandCover_2004" Name="NLCD 2004 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
28+
<Layer Filename="NLCD_LandCover_2008" Name="NLCD 2008 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
29+
<Layer Filename="NLCD_LandCover_2013" Name="NLCD 2013 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
2730
<Layer Filename="NLCD_Impervious_2001" Name="NLCD 2001 Impervious" Group="Soil, Land Use/Cover" Visible="yes" />
2831
<Layer Filename="NLCD_Canopy_2001" Name="NLCD 2001 Canopy" Group="Soil, Land Use/Cover" Visible="yes" />
2932

@@ -35,6 +38,9 @@
3538
<Layer Filename="NLCD_Impervious_2011" Name="NLCD 2011 Impervious" Group="Soil, Land Use/Cover" Visible="yes" />
3639
<Layer Filename="NLCD_Canopy_2011" Name="NLCD 2011 Canopy" Group="Soil, Land Use/Cover" Visible="yes" />
3740

41+
<Layer Filename="NLCD_LandCover_2016" Name="NLCD 2016 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
42+
<Layer Filename="NLCD_Impervious_2016" Name="NLCD 2016 Impervious" Group="Soil, Land Use/Cover" Visible="yes" />
43+
3844
<Layer Filename="acc.shp" Name="Accounting Unit Boundaries" Group="Hydrology" />
3945
<Layer Filename="bac_stat.shp" Name="Bacteria" Group="Observed Data Stations" />
4046
<Layer Filename="cat.shp" Name="Cataloging Unit Boundaries" Group="Hydrology" Visible="yes" />

0 commit comments

Comments
 (0)