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]