Index: Ringtoets.sln
===================================================================
diff -u -r030608f6fe16d9b15edb1be2fb191526ae15a32c -r9db8cb56b754aa7098da5dfc4201d3d98d6eaf5d
--- Ringtoets.sln (.../Ringtoets.sln) (revision 030608f6fe16d9b15edb1be2fb191526ae15a32c)
+++ Ringtoets.sln (.../Ringtoets.sln) (revision 9db8cb56b754aa7098da5dfc4201d3d98d6eaf5d)
@@ -1992,6 +1992,11 @@
{C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC}
EndProjectSection
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.AssemblyTool.IO.TestUtil", "Ringtoets\AssemblyTool\test\Ringtoets.AssemblyTool.IO.TestUtil\Ringtoets.AssemblyTool.IO.TestUtil.csproj", "{C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CreateInstaller|x86 = CreateInstaller|x86
@@ -5246,6 +5251,16 @@
{A85EB391-52B6-410C-B827-82746C618FA0}.Release|x86.Build.0 = Release|x86
{A85EB391-52B6-410C-B827-82746C618FA0}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
{A85EB391-52B6-410C-B827-82746C618FA0}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}.CreateInstaller|x86.ActiveCfg = CreateInstaller|x86
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}.CreateInstaller|x86.Build.0 = CreateInstaller|x86
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}.CreateInstallerWithDemoProject|x86.ActiveCfg = CreateInstallerWithDemoProject|x86
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}.CreateInstallerWithDemoProject|x86.Build.0 = CreateInstallerWithDemoProject|x86
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}.Debug|x86.ActiveCfg = Debug|x86
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}.Debug|x86.Build.0 = Debug|x86
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}.Release|x86.ActiveCfg = Release|x86
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}.Release|x86.Build.0 = Release|x86
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -5673,6 +5688,7 @@
{F7E70C59-3747-4871-B741-BE3619B77C92} = {9BD55D5D-0C33-491D-995F-88FD763AB4C5}
{B9838495-B090-4B84-A387-A8974F4F9CC4} = {22080BD7-677C-48FA-AD1A-8CCF7457B984}
{A85EB391-52B6-410C-B827-82746C618FA0} = {614D79BC-9919-4AC8-A2B1-9DD89BCB0653}
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7} = {614D79BC-9919-4AC8-A2B1-9DD89BCB0653}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {039D31AA-B517-4354-B8CD-0B2B826D0B1F}
Index: Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil/Properties/AssemblyInfo.cs (revision 0)
+++ Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil/Properties/AssemblyInfo.cs (revision 9db8cb56b754aa7098da5dfc4201d3d98d6eaf5d)
@@ -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.AssemblyTool.IO.TestUtil")]
+[assembly: AssemblyProduct("Ringtoets.AssemblyTool.IO.TestUtil")]
\ No newline at end of file
Index: Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil/Ringtoets.AssemblyTool.IO.TestUtil.csproj
===================================================================
diff -u
--- Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil/Ringtoets.AssemblyTool.IO.TestUtil.csproj (revision 0)
+++ Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil/Ringtoets.AssemblyTool.IO.TestUtil.csproj (revision 9db8cb56b754aa7098da5dfc4201d3d98d6eaf5d)
@@ -0,0 +1,17 @@
+
+
+
+ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7}
+ Ringtoets.AssemblyTool.IO.TestUtil
+ Ringtoets.AssemblyTool.IO.TestUtil
+
+
+
+
+
+
+
+ Copying.licenseheader
+
+
+
\ No newline at end of file