Index: Ringtoets.sln
===================================================================
diff -u -rcb27882cfe8800758e945b513fd4a38177d0ccc4 -rf3717c59b89fc9dddecceddd52b7c4f2a563b432
--- Ringtoets.sln (.../Ringtoets.sln) (revision cb27882cfe8800758e945b513fd4a38177d0ccc4)
+++ Ringtoets.sln (.../Ringtoets.sln) (revision f3717c59b89fc9dddecceddd52b7c4f2a563b432)
@@ -1949,6 +1949,8 @@
{C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC}
EndProjectSection
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.DuneErosion.Forms.TestUtil", "Ringtoets\DuneErosion\test\Ringtoets.DuneErosion.Forms.TestUtil\Ringtoets.DuneErosion.Forms.TestUtil.csproj", "{AB95EC86-28CF-47E6-ABB0-927EBBE61445}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CreateInstaller|x86 = CreateInstaller|x86
@@ -5146,6 +5148,15 @@
{E51E2489-FD03-42DE-A4A8-4DF00E3490C3}.Release|x86.Build.0 = Release|x86
{E51E2489-FD03-42DE-A4A8-4DF00E3490C3}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
{E51E2489-FD03-42DE-A4A8-4DF00E3490C3}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
+ {AB95EC86-28CF-47E6-ABB0-927EBBE61445}.CreateInstaller|x86.ActiveCfg = CreateInstaller|x86
+ {AB95EC86-28CF-47E6-ABB0-927EBBE61445}.CreateInstallerWithDemoProject|x86.ActiveCfg = CreateInstallerWithDemoProject|x86
+ {AB95EC86-28CF-47E6-ABB0-927EBBE61445}.CreateInstallerWithDemoProject|x86.Build.0 = CreateInstallerWithDemoProject|x86
+ {AB95EC86-28CF-47E6-ABB0-927EBBE61445}.Debug|x86.ActiveCfg = Debug|x86
+ {AB95EC86-28CF-47E6-ABB0-927EBBE61445}.Debug|x86.Build.0 = Debug|x86
+ {AB95EC86-28CF-47E6-ABB0-927EBBE61445}.Release|x86.ActiveCfg = Release|x86
+ {AB95EC86-28CF-47E6-ABB0-927EBBE61445}.Release|x86.Build.0 = Release|x86
+ {AB95EC86-28CF-47E6-ABB0-927EBBE61445}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
+ {AB95EC86-28CF-47E6-ABB0-927EBBE61445}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -5561,6 +5572,7 @@
{B8CE6045-5831-47C1-B02C-BAABD53D7407} = {B5F4F5A5-FD36-405D-ABA1-56C270207C8F}
{F20FCF45-A545-4ED9-9634-02DD4CDFB181} = {2B6156FD-080B-4869-B148-E4A2995F0EFB}
{E51E2489-FD03-42DE-A4A8-4DF00E3490C3} = {2B6156FD-080B-4869-B148-E4A2995F0EFB}
+ {AB95EC86-28CF-47E6-ABB0-927EBBE61445} = {FED0898A-BA03-4FBC-8F99-87817B34557B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {039D31AA-B517-4354-B8CD-0B2B826D0B1F}
Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.TestUtil/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.TestUtil/Properties/AssemblyInfo.cs (revision 0)
+++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.TestUtil/Properties/AssemblyInfo.cs (revision f3717c59b89fc9dddecceddd52b7c4f2a563b432)
@@ -0,0 +1,25 @@
+// Copyright (C) Stichting Deltares 2017. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU 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 General Public License for more details.
+//
+// You should have received a copy of the GNU 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;
+
+[assembly: AssemblyTitle("Ringtoets.DuneErosion.Forms.TestUtil")]
+[assembly: AssemblyProduct("Ringtoets.DuneErosion.Forms.TestUtil")]
\ No newline at end of file
Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.TestUtil/Ringtoets.DuneErosion.Forms.TestUtil.csproj
===================================================================
diff -u
--- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.TestUtil/Ringtoets.DuneErosion.Forms.TestUtil.csproj (revision 0)
+++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.TestUtil/Ringtoets.DuneErosion.Forms.TestUtil.csproj (revision f3717c59b89fc9dddecceddd52b7c4f2a563b432)
@@ -0,0 +1,17 @@
+
+
+
+ {AB95EC86-28CF-47E6-ABB0-927EBBE61445}
+ Ringtoets.DuneErosion.Forms.TestUtil
+ Ringtoets.DuneErosion.Forms.TestUtil
+
+
+
+
+
+
+
+ Copying.licenseheader
+
+
+
\ No newline at end of file