Index: Ringtoets.sln =================================================================== diff -u -r65f4e1eaedf949add75842dbf6b4fa1dde3af42a -r0aa5b0a377483e4042760e4c88bc6a8dd43570ff --- Ringtoets.sln (.../Ringtoets.sln) (revision 65f4e1eaedf949add75842dbf6b4fa1dde3af42a) +++ Ringtoets.sln (.../Ringtoets.sln) (revision 0aa5b0a377483e4042760e4c88bc6a8dd43570ff) @@ -2007,6 +2007,11 @@ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.AssemblyTool.IO.TestUtil.Test", "Ringtoets\AssemblyTool\test\Ringtoets.AssemblyTool.IO.TestUtil.Test\Ringtoets.AssemblyTool.IO.TestUtil.Test.csproj", "{13622063-46EC-41FA-8DB8-D8C11B6C802A}" + ProjectSection(ProjectDependencies) = postProject + {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution CreateInstaller|x86 = CreateInstaller|x86 @@ -5286,6 +5291,15 @@ {C4EE67E7-6E00-4735-9439-32D9B2054E40}.Release|x86.Build.0 = Release|x86 {C4EE67E7-6E00-4735-9439-32D9B2054E40}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {C4EE67E7-6E00-4735-9439-32D9B2054E40}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 + {13622063-46EC-41FA-8DB8-D8C11B6C802A}.CreateInstaller|x86.ActiveCfg = CreateInstaller|x86 + {13622063-46EC-41FA-8DB8-D8C11B6C802A}.CreateInstallerWithDemoProject|x86.ActiveCfg = CreateInstallerWithDemoProject|x86 + {13622063-46EC-41FA-8DB8-D8C11B6C802A}.CreateInstallerWithDemoProject|x86.Build.0 = CreateInstallerWithDemoProject|x86 + {13622063-46EC-41FA-8DB8-D8C11B6C802A}.Debug|x86.ActiveCfg = Debug|x86 + {13622063-46EC-41FA-8DB8-D8C11B6C802A}.Debug|x86.Build.0 = Debug|x86 + {13622063-46EC-41FA-8DB8-D8C11B6C802A}.Release|x86.ActiveCfg = Release|x86 + {13622063-46EC-41FA-8DB8-D8C11B6C802A}.Release|x86.Build.0 = Release|x86 + {13622063-46EC-41FA-8DB8-D8C11B6C802A}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {13622063-46EC-41FA-8DB8-D8C11B6C802A}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -5716,6 +5730,7 @@ {C7023D25-F8DF-4E3F-BF5D-A8F961CC63F7} = {614D79BC-9919-4AC8-A2B1-9DD89BCB0653} {1C002B07-DDF6-4849-B8ED-551163AC9423} = {88E04195-C43E-40D3-B5F2-3A25E1E79E03} {C4EE67E7-6E00-4735-9439-32D9B2054E40} = {88E04195-C43E-40D3-B5F2-3A25E1E79E03} + {13622063-46EC-41FA-8DB8-D8C11B6C802A} = {614D79BC-9919-4AC8-A2B1-9DD89BCB0653} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {039D31AA-B517-4354-B8CD-0B2B826D0B1F} Index: Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u --- Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil.Test/Properties/AssemblyInfo.cs (revision 0) +++ Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil.Test/Properties/AssemblyInfo.cs (revision 0aa5b0a377483e4042760e4c88bc6a8dd43570ff) @@ -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.Test")] +[assembly: AssemblyProduct("Ringtoets.AssemblyTool.IO.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil.Test/Ringtoets.AssemblyTool.IO.TestUtil.Test.csproj =================================================================== diff -u --- Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil.Test/Ringtoets.AssemblyTool.IO.TestUtil.Test.csproj (revision 0) +++ Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.IO.TestUtil.Test/Ringtoets.AssemblyTool.IO.TestUtil.Test.csproj (revision 0aa5b0a377483e4042760e4c88bc6a8dd43570ff) @@ -0,0 +1,22 @@ + + + + {13622063-46EC-41FA-8DB8-D8C11B6C802A} + Ringtoets.AssemblyTool.IO.TestUtil.Test + Ringtoets.AssemblyTool.IO.TestUtil.Test + + + + + + + + + + + + Copying.licenseheader + + + + \ No newline at end of file