Updated NuGet config for SqLite and removed interop dll's from application project. This should solve any conflicts with the x86 interop folder during builds.Related to Issue [DSB-558]
Add the splash screen from WTI as for the other applications.Note: also solves issue DSB-437, as the code changes and resources are in the same place (and the changes are minimal)Related to Issue [DSB-434]
investigating failed build: excluding DSoilModelPluginTests, because i suspect some initialization issues and/or memory-leaks.Related to Issue [MACUI-57]
Added unit tests for Soil property defaults being set after importing 1D profiles or materials.mdb, fixed failing test, committed too quickly...Related to Issue [DSB-537]
Added disposing of mainform and dynamicpropertycontrol as this caused other tests in segment editor to fail. Improved segment editor tests while finding the cause of the failing tests.Related to Issue [DSB-519]