Index: Ringtoets.sln =================================================================== diff -u -r27066d4ab45979dd355bd65610d94f91cc98dc77 -r30af1e4ee34906e1d48fbf65cccf5b341538590c --- Ringtoets.sln (.../Ringtoets.sln) (revision 27066d4ab45979dd355bd65610d94f91cc98dc77) +++ Ringtoets.sln (.../Ringtoets.sln) (revision 30af1e4ee34906e1d48fbf65cccf5b341538590c) @@ -1741,6 +1741,16 @@ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.WaveImpactAsphaltCover.Data.TestUtil", "Ringtoets\WaveImpactAsphaltCover\test\Ringtoets.WaveImpactAsphaltCover.Data.TestUtil\Ringtoets.WaveImpactAsphaltCover.Data.TestUtil.csproj", "{0FBC0EA1-89AA-4E34-A8A7-C04A3B866CE7}" + ProjectSection(ProjectDependencies) = postProject + {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.GrassCoverErosionOutwards.Data.TestUtil", "Ringtoets\GrassCoverErosionOutwards\test\Ringtoets.GrassCoverErosionOutwards.Data.TestUtil\Ringtoets.GrassCoverErosionOutwards.Data.TestUtil.csproj", "{D1234D03-76BC-437D-B941-DFF14A2A108D}" + ProjectSection(ProjectDependencies) = postProject + {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution CreateInstaller|x86 = CreateInstaller|x86 @@ -4389,6 +4399,22 @@ {B727E93A-74B2-467A-AE46-9A4E39ED4B5F}.Release|x86.Build.0 = Release|x86 {B727E93A-74B2-467A-AE46-9A4E39ED4B5F}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {B727E93A-74B2-467A-AE46-9A4E39ED4B5F}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 + {0FBC0EA1-89AA-4E34-A8A7-C04A3B866CE7}.CreateInstaller|x86.ActiveCfg = Release|x86 + {0FBC0EA1-89AA-4E34-A8A7-C04A3B866CE7}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 + {0FBC0EA1-89AA-4E34-A8A7-C04A3B866CE7}.Debug|x86.ActiveCfg = Debug|x86 + {0FBC0EA1-89AA-4E34-A8A7-C04A3B866CE7}.Debug|x86.Build.0 = Debug|x86 + {0FBC0EA1-89AA-4E34-A8A7-C04A3B866CE7}.Release|x86.ActiveCfg = Release|x86 + {0FBC0EA1-89AA-4E34-A8A7-C04A3B866CE7}.Release|x86.Build.0 = Release|x86 + {0FBC0EA1-89AA-4E34-A8A7-C04A3B866CE7}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {0FBC0EA1-89AA-4E34-A8A7-C04A3B866CE7}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 + {D1234D03-76BC-437D-B941-DFF14A2A108D}.CreateInstaller|x86.ActiveCfg = Release|x86 + {D1234D03-76BC-437D-B941-DFF14A2A108D}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 + {D1234D03-76BC-437D-B941-DFF14A2A108D}.Debug|x86.ActiveCfg = Debug|x86 + {D1234D03-76BC-437D-B941-DFF14A2A108D}.Debug|x86.Build.0 = Debug|x86 + {D1234D03-76BC-437D-B941-DFF14A2A108D}.Release|x86.ActiveCfg = Release|x86 + {D1234D03-76BC-437D-B941-DFF14A2A108D}.Release|x86.Build.0 = Release|x86 + {D1234D03-76BC-437D-B941-DFF14A2A108D}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {D1234D03-76BC-437D-B941-DFF14A2A108D}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -4762,6 +4788,8 @@ {6F568E38-592A-4F99-A901-86B74C4F24D2} = {1F0D20C2-7F04-431D-AF22-95A31FD53733} {AF88C45B-6C4B-40E3-9B12-83F0FDCAB623} = {1F0D20C2-7F04-431D-AF22-95A31FD53733} {B727E93A-74B2-467A-AE46-9A4E39ED4B5F} = {41023317-95BB-4147-8154-87B45837E752} + {0FBC0EA1-89AA-4E34-A8A7-C04A3B866CE7} = {69B95FED-E2DF-42E8-BF6E-8A94EFACD2DC} + {D1234D03-76BC-437D-B941-DFF14A2A108D} = {2B6156FD-080B-4869-B148-E4A2995F0EFB} EndGlobalSection GlobalSection(TextTemplating) = postSolution TextTemplating = 1 Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil/Properties/AssemblyInfo.cs (revision 0) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil/Properties/AssemblyInfo.cs (revision 30af1e4ee34906e1d48fbf65cccf5b341538590c) @@ -0,0 +1,27 @@ +// 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; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("Ringtoets.GrassCoverErosionOutwards.Data.TestUtil")] +[assembly: AssemblyProduct("Ringtoets.GrassCoverErosionOutwards.Data.TestUtil")] +[assembly: Guid("d1234d03-76bc-437d-b941-dff14a2a108d")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil.csproj =================================================================== diff -u --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil.csproj (revision 0) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil.csproj (revision 30af1e4ee34906e1d48fbf65cccf5b341538590c) @@ -0,0 +1,59 @@ + + + + + {D1234D03-76BC-437D-B941-DFF14A2A108D} + Library + Properties + Ringtoets.GrassCoverErosionOutwards.Data.TestUtil + Ringtoets.GrassCoverErosionOutwards.Data.TestUtil + v4.0 + 512 + + + true + MinimumRecommendedRules.ruleset + TRACE;DEBUG + full + + + MinimumRecommendedRules.ruleset + TRACE + true + none + + + TRACE + true + MinimumRecommendedRules.ruleset + pdbonly + + + + + + + + + + + + + Properties\GlobalAssembly.cs + + + + + + Copying.licenseheader + + + + + \ No newline at end of file Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.TestUtil/Ringtoets.StabilityStoneCover.Data.TestUtil.csproj =================================================================== diff -u -r27066d4ab45979dd355bd65610d94f91cc98dc77 -r30af1e4ee34906e1d48fbf65cccf5b341538590c --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.TestUtil/Ringtoets.StabilityStoneCover.Data.TestUtil.csproj (.../Ringtoets.StabilityStoneCover.Data.TestUtil.csproj) (revision 27066d4ab45979dd355bd65610d94f91cc98dc77) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.TestUtil/Ringtoets.StabilityStoneCover.Data.TestUtil.csproj (.../Ringtoets.StabilityStoneCover.Data.TestUtil.csproj) (revision 30af1e4ee34906e1d48fbf65cccf5b341538590c) @@ -12,27 +12,19 @@ true - bin\Debug\ - 4 - x86 MinimumRecommendedRules.ruleset TRACE;DEBUG full - bin\Release\ - 4 - x86 MinimumRecommendedRules.ruleset TRACE true none - bin\ReleaseForCodeCoverage\ TRACE true - x86 MinimumRecommendedRules.ruleset pdbonly Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil/Properties/AssemblyInfo.cs (revision 0) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil/Properties/AssemblyInfo.cs (revision 30af1e4ee34906e1d48fbf65cccf5b341538590c) @@ -0,0 +1,27 @@ +// 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; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("Ringtoets.WaveImpactAsphaltCover.Data.TestUtil")] +[assembly: AssemblyProduct("Ringtoets.WaveImpactAsphaltCover.Data.TestUtil")] +[assembly: Guid("0fbc0ea1-89aa-4e34-a8a7-c04a3b866ce7")] \ No newline at end of file Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil.csproj =================================================================== diff -u --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil.csproj (revision 0) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil.csproj (revision 30af1e4ee34906e1d48fbf65cccf5b341538590c) @@ -0,0 +1,59 @@ + + + + + {0FBC0EA1-89AA-4E34-A8A7-C04A3B866CE7} + Library + Properties + Ringtoets.WaveImpactAsphaltCover.Data.TestUtil + Ringtoets.WaveImpactAsphaltCover.Data.TestUtil + v4.0 + 512 + + + true + MinimumRecommendedRules.ruleset + TRACE;DEBUG + full + + + MinimumRecommendedRules.ruleset + TRACE + true + none + + + TRACE + true + MinimumRecommendedRules.ruleset + pdbonly + + + + + + + + + + + + + Properties\GlobalAssembly.cs + + + + + + Copying.licenseheader + + + + + \ No newline at end of file