Skip to content

Commit

Permalink
WinHspfLt15.vbproj and WinHspfLt_15.sln -- added _V15 vers
Browse files Browse the repository at this point in the history
atcData15.vbproj -- added IDataManagement and IDataMemory
atcGeoSFM10.vbproj -- corrected path
BasinsDefaultLayers.xml -- added files
  • Loading branch information
PaulDudaRESPEC committed Jun 9, 2020
1 parent a66f343 commit d04676f
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 1 deletion.
176 changes: 176 additions & 0 deletions WinHspfLt/WinHspfLt15.vbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<MyType>WindowsFormsWithCustomSubMain</MyType>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{176999C8-BA24-49B5-9462-5DFE35C50ED7}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<AssemblyName>WinHspfLt</AssemblyName>
<OutputType>WinExe</OutputType>
<StartupObject>WinHspfLt.modWinHSPFLt</StartupObject>
<AssemblyMajorVersion>0</AssemblyMajorVersion>
<AssemblyMinorVersion>7</AssemblyMinorVersion>
<AssemblyRevisionNumber>0</AssemblyRevisionNumber>
<GenerateRevisionNumber>False</GenerateRevisionNumber>
<AssemblyCompanyName>Aqua Terra Consultants</AssemblyCompanyName>
<StartWithIE>False</StartWithIE>
<ApplicationIcon>WinHspfLt.ico</ApplicationIcon>
<RootNamespace>WinHspfLt</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\bin\</OutputPath>
<DocumentationFile>WinHspfLt.xml</DocumentationFile>
<DebugSymbols>True</DebugSymbols>
<DefineDebug>True</DefineDebug>
<DefineTrace>True</DefineTrace>
<DefineConstants>Win32=True</DefineConstants>
<PlatformTarget>x86</PlatformTarget>
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
<DebugType>full</DebugType>
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\bin\</OutputPath>
<DocumentationFile>WinHspfLt.xml</DocumentationFile>
<DebugSymbols>False</DebugSymbols>
<DefineDebug>False</DefineDebug>
<DefineTrace>True</DefineTrace>
<DefineConstants>Win32=True</DefineConstants>
<PlatformTarget>x86</PlatformTarget>
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
<DebugType>none</DebugType>
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>..\bin\</OutputPath>
<DefineConstants>Win32=True</DefineConstants>
<DocumentationFile>WinHspfLt.xml</DocumentationFile>
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DefineTrace>true</DefineTrace>
<OutputPath>..\bin\</OutputPath>
<DefineConstants>Win32=True</DefineConstants>
<DocumentationFile>WinHspfLt.xml</DocumentationFile>
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="MapWinUtility, Version=4.7.5.19621, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.VisualBasic.Compatibility">
<Name>Microsoft.VisualBasic.Compatibility</Name>
</Reference>
<Reference Include="System">
<Name>System</Name>
</Reference>
<Reference Include="System.Data">
<Name>System.Data</Name>
</Reference>
<Reference Include="System.Drawing">
<Name>System.Drawing</Name>
</Reference>
<Reference Include="System.Windows.Forms">
<Name>System.Windows.Forms</Name>
</Reference>
<Reference Include="System.XML">
<Name>System.XML</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="Microsoft.VisualBasic.Compatibility" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Drawing" />
<Import Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.vb" />
<Compile Include="..\atcUtility\atcCollection.vb" />
<Compile Include="..\atcUtility\frmFeedback.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\atcUtility\modFile.vb" />
<Compile Include="..\atcUtility\modString.vb" />
<Compile Include="modWinHspfLt.vb">
<SubType>Code</SubType>
</Compile>
<Content Include="WinHspfLt.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\atcUtility\frmFeedback.resx">
<DependentUpon>frmFeedback.vb</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="My Project\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
32 changes: 32 additions & 0 deletions WinHspfLt_15.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WinHspfLt", "WinHspfLt\WinHspfLt15.vbproj", "{176999C8-BA24-49B5-9462-5DFE35C50ED7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Debug|x64.ActiveCfg = Debug|Any CPU
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Debug|x86.ActiveCfg = Debug|x86
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Debug|x86.Build.0 = Debug|x86
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Release|Any CPU.Build.0 = Release|Any CPU
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Release|x64.ActiveCfg = Release|Any CPU
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Release|x86.ActiveCfg = Release|x86
{176999C8-BA24-49B5-9462-5DFE35C50ED7}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
2 changes: 2 additions & 0 deletions atcData/atcData15.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@
<Compile Include="frmSpecifyYearSubset.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="IDataManagement.vb" />
<Compile Include="IDataMemory.vb" />
<Compile Include="modMetData.vb" />
<Compile Include="modTimeseriesMath.vb">
<SubType>Code</SubType>
Expand Down
2 changes: 1 addition & 1 deletion atcGeoSFM/atcGeoSFM10.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MapWindow4Plugins\MapWinUtility\BASINS-MapWinUtility10.vbproj">
<ProjectReference Include="..\MapWinUtility\BASINS-MapWinUtility15.vbproj">
<Project>{33E88992-742F-4D13-823F-35D6A07B1AA1}</Project>
<Name>BASINS-MapWinUtility10</Name>
<Private>False</Private>
Expand Down
6 changes: 6 additions & 0 deletions etc/BasinsDefaultLayers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@

<Layer Filename="NLCD_LandCover_1992" Name="NLCD 1992 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
<Layer Filename="NLCD_LandCover_2001" Name="NLCD 2001 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
<Layer Filename="NLCD_LandCover_2004" Name="NLCD 2004 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
<Layer Filename="NLCD_LandCover_2008" Name="NLCD 2008 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
<Layer Filename="NLCD_LandCover_2013" Name="NLCD 2013 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
<Layer Filename="NLCD_Impervious_2001" Name="NLCD 2001 Impervious" Group="Soil, Land Use/Cover" Visible="yes" />
<Layer Filename="NLCD_Canopy_2001" Name="NLCD 2001 Canopy" Group="Soil, Land Use/Cover" Visible="yes" />

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

<Layer Filename="NLCD_LandCover_2016" Name="NLCD 2016 Landcover" Group="Soil, Land Use/Cover" Visible="yes" />
<Layer Filename="NLCD_Impervious_2016" Name="NLCD 2016 Impervious" Group="Soil, Land Use/Cover" Visible="yes" />

<Layer Filename="acc.shp" Name="Accounting Unit Boundaries" Group="Hydrology" />
<Layer Filename="bac_stat.shp" Name="Bacteria" Group="Observed Data Stations" />
<Layer Filename="cat.shp" Name="Cataloging Unit Boundaries" Group="Hydrology" Visible="yes" />
Expand Down

0 comments on commit d04676f

Please sign in to comment.