Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/ApplicationTests.cs
===================================================================
diff -u
--- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/ApplicationTests.cs (revision 0)
+++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/ApplicationTests.cs (revision 3188)
@@ -0,0 +1,30 @@
+// Copyright (C) Stichting Deltares 2020. All rights reserved.
+//
+// This file is part of the Layer On Slope Tool.
+//
+// The Layer On Slope Tool is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using NUnit.Framework;
+
+namespace Deltares.LayerOnSlopeTool.Application.Tests
+{
+ [TestFixture]
+ public class ApplicationTests
+ {
+ }
+}
Index: DamTools/LayerOnSlopeTool/trunk/src/LayerOnSlopeTool.sln
===================================================================
diff -u -r3165 -r3188
--- DamTools/LayerOnSlopeTool/trunk/src/LayerOnSlopeTool.sln (.../LayerOnSlopeTool.sln) (revision 3165)
+++ DamTools/LayerOnSlopeTool/trunk/src/LayerOnSlopeTool.sln (.../LayerOnSlopeTool.sln) (revision 3188)
@@ -72,6 +72,17 @@
{83D297FB-CFC7-4154-AEB7-5E09E10E24D0} = {83D297FB-CFC7-4154-AEB7-5E09E10E24D0}
EndProjectSection
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.LayerOnSlopeTool.Application.Tests", "Deltares.LayerOnSlopeTool.Application.Tests\Deltares.LayerOnSlopeTool.Application.Tests.csproj", "{844D8477-4E92-4C46-AB3B-DCE7E41C0656}"
+ ProjectSection(ProjectDependencies) = postProject
+ {62171502-3F8D-45CB-992A-45C5AC0F8CE6} = {62171502-3F8D-45CB-992A-45C5AC0F8CE6}
+ {8484E328-75FC-4343-82D4-4E024AB06EB0} = {8484E328-75FC-4343-82D4-4E024AB06EB0}
+ {B5FF0336-4C1B-4FBF-9BEE-B9A4BB2084C4} = {B5FF0336-4C1B-4FBF-9BEE-B9A4BB2084C4}
+ {0D7CF73B-3587-4296-A343-7AAB962D22B6} = {0D7CF73B-3587-4296-A343-7AAB962D22B6}
+ {561636BE-1D0B-412D-A419-D852CA17B26A} = {561636BE-1D0B-412D-A419-D852CA17B26A}
+ {EBC22FC1-BF8A-49B0-9427-CFFCEF570AB2} = {EBC22FC1-BF8A-49B0-9427-CFFCEF570AB2}
+ {83D297FB-CFC7-4154-AEB7-5E09E10E24D0} = {83D297FB-CFC7-4154-AEB7-5E09E10E24D0}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
@@ -122,6 +133,10 @@
{8AF3B11A-0CAB-4142-A4E3-891F1E0D4B2E}.Debug|x86.Build.0 = Debug|x86
{8AF3B11A-0CAB-4142-A4E3-891F1E0D4B2E}.Release|x86.ActiveCfg = Release|x86
{8AF3B11A-0CAB-4142-A4E3-891F1E0D4B2E}.Release|x86.Build.0 = Release|x86
+ {844D8477-4E92-4C46-AB3B-DCE7E41C0656}.Debug|x86.ActiveCfg = Debug|x86
+ {844D8477-4E92-4C46-AB3B-DCE7E41C0656}.Debug|x86.Build.0 = Debug|x86
+ {844D8477-4E92-4C46-AB3B-DCE7E41C0656}.Release|x86.ActiveCfg = Release|x86
+ {844D8477-4E92-4C46-AB3B-DCE7E41C0656}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -131,6 +146,7 @@
{28A5F717-D221-477C-B269-4D7AA784CC76} = {6CEC0B1C-EA4E-466A-B314-DC339A6AD625}
{2D939D5C-CEFF-4B60-A123-AF6C3C2CAEE2} = {6CEC0B1C-EA4E-466A-B314-DC339A6AD625}
{8AF3B11A-0CAB-4142-A4E3-891F1E0D4B2E} = {6CEC0B1C-EA4E-466A-B314-DC339A6AD625}
+ {844D8477-4E92-4C46-AB3B-DCE7E41C0656} = {6CEC0B1C-EA4E-466A-B314-DC339A6AD625}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73B814D3-AF1A-4EA6-A068-B5A6FC61481F}
Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/Deltares.LayerOnSlopeTool.Application.Tests.csproj
===================================================================
diff -u
--- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/Deltares.LayerOnSlopeTool.Application.Tests.csproj (revision 0)
+++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/Deltares.LayerOnSlopeTool.Application.Tests.csproj (revision 3188)
@@ -0,0 +1,40 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {844D8477-4E92-4C46-AB3B-DCE7E41C0656}
+ Library
+ Properties
+ Deltares.LayerOnSlopeTool.Application.Tests
+ Deltares.LayerOnSlopeTool.Application.Tests
+ v4.5
+ 512
+ true
+
+
+
+ False
+ ..\..\lib\NUnit\nunit.framework.dll
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Copying.AGPL.licenseheader
+
+
+
+
\ No newline at end of file
Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/Properties/AssemblyInfo.cs (revision 0)
+++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Application.Tests/Properties/AssemblyInfo.cs (revision 3188)
@@ -0,0 +1,28 @@
+// Copyright (C) Stichting Deltares 2020. All rights reserved.
+//
+// This file is part of the Layer On Slope Tool.
+//
+// The Layer On Slope Tool is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("Deltares.LayerOnSlopeTool.Application.Tests")]
+[assembly: AssemblyProduct("Deltares.LayerOnSlopeTool.Application.Tests")]
+[assembly: ComVisible(false)]
+[assembly: Guid("844d8477-4e92-4c46-ab3b-dce7e41c0656")]