Removed logic for setting D-SoilModel specific default soil parameters as these have been removed from the functional design document.Related to Issue [DSB-592]
DLL's that are required for DslGeoID library have been moved to DSoilModel.Data project, si it is more clear where they belong toRelated to Issue [DSB-558]
Included test file in project so it is visible in visual studio, adjusted the code for the test a bit to make it work.Note: related changes in DslGeoIO rev 1019 !Related to Issue [DSB-573]
corrected DSoilModelStiFileTransformer to use GetStochastByName() instead of GetStochasts-visible-only loop. Improves performance and fixes import bug.Related to Issue [DSB-578]
When no filter (All) for soil properties is active, show only those soil properties relevant to either Macrostability, Piping or FlowSlideRelated to Issue [DSB-593]
Changed the specific but very technical message thrown by the importer into a more general message that points out to the user that the file probably does not contain the wanted type of information. Not very specific, but it should be adequate.Related to Issue [DSB-404]