From d04676f86b4aafdb88b6e16f15b50fb9ba9132e3 Mon Sep 17 00:00:00 2001 From: PaulDudaRESPEC Date: Tue, 9 Jun 2020 14:06:59 -0400 Subject: [PATCH] WinHspfLt15.vbproj and WinHspfLt_15.sln -- added _V15 vers atcData15.vbproj -- added IDataManagement and IDataMemory atcGeoSFM10.vbproj -- corrected path BasinsDefaultLayers.xml -- added files --- WinHspfLt/WinHspfLt15.vbproj | 176 +++++++++++++++++++++++++++++++++++ WinHspfLt_15.sln | 32 +++++++ atcData/atcData15.vbproj | 2 + atcGeoSFM/atcGeoSFM10.vbproj | 2 +- etc/BasinsDefaultLayers.xml | 6 ++ 5 files changed, 217 insertions(+), 1 deletion(-) create mode 100644 WinHspfLt/WinHspfLt15.vbproj create mode 100644 WinHspfLt_15.sln diff --git a/WinHspfLt/WinHspfLt15.vbproj b/WinHspfLt/WinHspfLt15.vbproj new file mode 100644 index 000000000..033714903 --- /dev/null +++ b/WinHspfLt/WinHspfLt15.vbproj @@ -0,0 +1,176 @@ + + + + Local + WindowsFormsWithCustomSubMain + 9.0.30729 + 2.0 + {176999C8-BA24-49B5-9462-5DFE35C50ED7} + Debug + AnyCPU + WinHspfLt + WinExe + WinHspfLt.modWinHSPFLt + 0 + 7 + 0 + False + Aqua Terra Consultants + False + WinHspfLt.ico + WinHspfLt + + + 3.5 + + + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + v2.0 + + + ..\bin\ + WinHspfLt.xml + True + True + True + Win32=True + x86 + 42016,42017,42018,42019,42032,42353,42354,42355 + full + true + + + ..\bin\ + WinHspfLt.xml + False + False + True + Win32=True + x86 + 42016,42017,42018,42019,42032,42353,42354,42355 + none + true + + + true + true + true + ..\bin\ + Win32=True + WinHspfLt.xml + 42016,42017,42018,42019,42032,42353,42354,42355 + full + x86 + + + true + ..\bin\ + Win32=True + WinHspfLt.xml + 42016,42017,42018,42019,42032,42353,42354,42355 + x86 + + + + False + False + + + Microsoft.VisualBasic.Compatibility + + + System + + + System.Data + + + System.Drawing + + + System.Windows.Forms + + + System.XML + + + + + + + + + + + + + + + + + Form + + + + + Code + + + + + + False + .NET Framework Client Profile + false + + + False + .NET Framework 2.0 %28x86%29 + true + + + False + .NET Framework 3.0 %28x86%29 + false + + + False + .NET Framework 3.5 + false + + + False + .NET Framework 3.5 SP1 + false + + + + + frmFeedback.vb + + + + + + + + + + + + + \ No newline at end of file diff --git a/WinHspfLt_15.sln b/WinHspfLt_15.sln new file mode 100644 index 000000000..a353e887e --- /dev/null +++ b/WinHspfLt_15.sln @@ -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 diff --git a/atcData/atcData15.vbproj b/atcData/atcData15.vbproj index 7785f39fe..8d3a1930a 100644 --- a/atcData/atcData15.vbproj +++ b/atcData/atcData15.vbproj @@ -256,6 +256,8 @@ Form + + Code diff --git a/atcGeoSFM/atcGeoSFM10.vbproj b/atcGeoSFM/atcGeoSFM10.vbproj index 34d61684d..194125b46 100644 --- a/atcGeoSFM/atcGeoSFM10.vbproj +++ b/atcGeoSFM/atcGeoSFM10.vbproj @@ -146,7 +146,7 @@ - + {33E88992-742F-4D13-823F-35D6A07B1AA1} BASINS-MapWinUtility10 False diff --git a/etc/BasinsDefaultLayers.xml b/etc/BasinsDefaultLayers.xml index 004cfd0df..3aca1447f 100644 --- a/etc/BasinsDefaultLayers.xml +++ b/etc/BasinsDefaultLayers.xml @@ -24,6 +24,9 @@ + + + @@ -35,6 +38,9 @@ + + +