Index: Ringtoets.sln
===================================================================
diff -u -r7427aa90a2fffa77da465e24b31cdad930f863be -r62553bb2127457e20d1ee91e98e956f81577012c
--- Ringtoets.sln (.../Ringtoets.sln) (revision 7427aa90a2fffa77da465e24b31cdad930f863be)
+++ Ringtoets.sln (.../Ringtoets.sln) (revision 62553bb2127457e20d1ee91e98e956f81577012c)
@@ -917,6 +917,16 @@
{C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC}
EndProjectSection
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.Revetment.Service.TestUtil", "Ringtoets\Revetment\test\Ringtoets.Revetment.Service.TestUtil\Ringtoets.Revetment.Service.TestUtil.csproj", "{EA416DD2-1633-439E-8512-B9933E37B9C5}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC}
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.Revetment.Service.TestUtil.Test", "Ringtoets\Revetment\test\Ringtoets.Revetment.Service.TestUtil.Test\Ringtoets.Revetment.Service.TestUtil.Test.csproj", "{1CB59BD8-2951-4689-BE2F-94BC5834CE6F}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CreateInstaller|x86 = CreateInstaller|x86
@@ -2290,6 +2300,22 @@
{D38769D5-922B-4926-A95E-176B1250A2A2}.Release|x86.Build.0 = Release|x86
{D38769D5-922B-4926-A95E-176B1250A2A2}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
{D38769D5-922B-4926-A95E-176B1250A2A2}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
+ {EA416DD2-1633-439E-8512-B9933E37B9C5}.CreateInstaller|x86.ActiveCfg = Release|x86
+ {EA416DD2-1633-439E-8512-B9933E37B9C5}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86
+ {EA416DD2-1633-439E-8512-B9933E37B9C5}.Debug|x86.ActiveCfg = Debug|x86
+ {EA416DD2-1633-439E-8512-B9933E37B9C5}.Debug|x86.Build.0 = Debug|x86
+ {EA416DD2-1633-439E-8512-B9933E37B9C5}.Release|x86.ActiveCfg = Release|x86
+ {EA416DD2-1633-439E-8512-B9933E37B9C5}.Release|x86.Build.0 = Release|x86
+ {EA416DD2-1633-439E-8512-B9933E37B9C5}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
+ {EA416DD2-1633-439E-8512-B9933E37B9C5}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
+ {1CB59BD8-2951-4689-BE2F-94BC5834CE6F}.CreateInstaller|x86.ActiveCfg = Release|x86
+ {1CB59BD8-2951-4689-BE2F-94BC5834CE6F}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86
+ {1CB59BD8-2951-4689-BE2F-94BC5834CE6F}.Debug|x86.ActiveCfg = Debug|x86
+ {1CB59BD8-2951-4689-BE2F-94BC5834CE6F}.Debug|x86.Build.0 = Debug|x86
+ {1CB59BD8-2951-4689-BE2F-94BC5834CE6F}.Release|x86.ActiveCfg = Release|x86
+ {1CB59BD8-2951-4689-BE2F-94BC5834CE6F}.Release|x86.Build.0 = Release|x86
+ {1CB59BD8-2951-4689-BE2F-94BC5834CE6F}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
+ {1CB59BD8-2951-4689-BE2F-94BC5834CE6F}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -2494,6 +2520,8 @@
{2331235F-1E56-4344-ACC2-191C22A39594} = {0B66111F-DDD1-4EAD-BD86-101B51FA9225}
{93C98512-EE4F-4847-B1C9-35AF0F00116A} = {E4FB8F4B-D49C-4858-A6C1-1D5EB7EF54D4}
{8F48BA03-37C6-4909-8D97-171D3907295D} = {E4FB8F4B-D49C-4858-A6C1-1D5EB7EF54D4}
+ {EA416DD2-1633-439E-8512-B9933E37B9C5} = {E4FB8F4B-D49C-4858-A6C1-1D5EB7EF54D4}
+ {1CB59BD8-2951-4689-BE2F-94BC5834CE6F} = {E4FB8F4B-D49C-4858-A6C1-1D5EB7EF54D4}
EndGlobalSection
GlobalSection(TextTemplating) = postSolution
TextTemplating = 1
Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil.Test/Properties/AssemblyInfo.cs (revision 0)
+++ Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil.Test/Properties/AssemblyInfo.cs (revision 62553bb2127457e20d1ee91e98e956f81577012c)
@@ -0,0 +1,27 @@
+// Copyright (C) Stichting Deltares 2016. 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;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("Ringtoets.Revetment.Service.TestUtil.Test")]
+[assembly: AssemblyProduct("Ringtoets.Revetment.Service.TestUtil.Test")]
+[assembly: Guid("5e4fd352-232a-4cbf-86b2-2d93bb4a99b3")]
\ No newline at end of file
Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil.Test/Ringtoets.Revetment.Service.TestUtil.Test.csproj
===================================================================
diff -u
--- Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil.Test/Ringtoets.Revetment.Service.TestUtil.Test.csproj (revision 0)
+++ Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil.Test/Ringtoets.Revetment.Service.TestUtil.Test.csproj (revision 62553bb2127457e20d1ee91e98e956f81577012c)
@@ -0,0 +1,65 @@
+
+
+
+ Debug
+ x86
+ {1CB59BD8-2951-4689-BE2F-94BC5834CE6F}
+ Library
+ Properties
+ Ringtoets.Revetment.Service.TestUtil.Test
+ Ringtoets.Revetment.Service.TestUtil.Test
+ v4.0
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+ x86
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+ x86
+
+
+ pdbonly
+ true
+ bin\ReleaseForCodeCoverage\
+ TRACE
+ prompt
+ 4
+ x86
+
+
+
+
+
+
+
+ Properties\GlobalAssembly.cs
+
+
+
+
+
+ Copying.licenseheader
+
+
+
+
+
\ No newline at end of file
Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil/Properties/AssemblyInfo.cs (revision 0)
+++ Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil/Properties/AssemblyInfo.cs (revision 62553bb2127457e20d1ee91e98e956f81577012c)
@@ -0,0 +1,27 @@
+// Copyright (C) Stichting Deltares 2016. 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;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("Ringtoets.Revetment.Service.TestUtil")]
+[assembly: AssemblyProduct("Ringtoets.Revetment.Service.TestUtil")]
+[assembly: Guid("21b7c59e-32ab-4774-8749-00f13c5f373c")]
\ No newline at end of file
Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil/Ringtoets.Revetment.Service.TestUtil.csproj
===================================================================
diff -u
--- Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil/Ringtoets.Revetment.Service.TestUtil.csproj (revision 0)
+++ Ringtoets/Revetment/test/Ringtoets.Revetment.Service.TestUtil/Ringtoets.Revetment.Service.TestUtil.csproj (revision 62553bb2127457e20d1ee91e98e956f81577012c)
@@ -0,0 +1,65 @@
+
+
+
+ Debug
+ x86
+ {EA416DD2-1633-439E-8512-B9933E37B9C5}
+ Library
+ Properties
+ Ringtoets.Revetment.Service.TestUtil
+ Ringtoets.Revetment.Service.TestUtil
+ v4.0
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+ x86
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+ x86
+
+
+ pdbonly
+ true
+ bin\ReleaseForCodeCoverage\
+ TRACE
+ prompt
+ 4
+ x86
+
+
+
+
+
+
+
+ Properties\GlobalAssembly.cs
+
+
+
+
+
+ Copying.licenseheader
+
+
+
+
+
\ No newline at end of file