Index: Core/Common/test/Core.Common.Base.TestUtil/Core.Common.Base.TestUtil.csproj =================================================================== diff -u --- Core/Common/test/Core.Common.Base.TestUtil/Core.Common.Base.TestUtil.csproj (revision 0) +++ Core/Common/test/Core.Common.Base.TestUtil/Core.Common.Base.TestUtil.csproj (revision 86fb681141e93e60dd9164d016246b41ccc52c12) @@ -0,0 +1,64 @@ + + + + Debug + x86 + {8E2FAB92-51AA-47B0-B18A-9AC0455EF77D} + Library + Properties + Core.Common.Base.TestUtil + Core.Common.Base.TestUtil + v4.0 + 512 + + + 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 + + + + + + + + + Properties\GlobalAssembly.cs + + + + + + Copying.Lesser.licenseheader + + + + + \ No newline at end of file Index: Core/Common/test/Core.Common.Base.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u --- Core/Common/test/Core.Common.Base.TestUtil/Properties/AssemblyInfo.cs (revision 0) +++ Core/Common/test/Core.Common.Base.TestUtil/Properties/AssemblyInfo.cs (revision 86fb681141e93e60dd9164d016246b41ccc52c12) @@ -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 Lesser 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 Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser 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("Core.Common.Base.TestUtil")] +[assembly: AssemblyProduct("Core.Common.Base.TestUtil")] +[assembly: Guid("8e2fab92-51aa-47b0-b18a-9ac0455ef77d")] \ No newline at end of file Index: Ringtoets.sln =================================================================== diff -u -rcfa7dc2bce5e37f5677d9c8772b68599f9e26a0c -r86fb681141e93e60dd9164d016246b41ccc52c12 --- Ringtoets.sln (.../Ringtoets.sln) (revision cfa7dc2bce5e37f5677d9c8772b68599f9e26a0c) +++ Ringtoets.sln (.../Ringtoets.sln) (revision 86fb681141e93e60dd9164d016246b41ccc52c12) @@ -1786,6 +1786,11 @@ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Common.Base.TestUtil", "Core\Common\test\Core.Common.Base.TestUtil\Core.Common.Base.TestUtil.csproj", "{8E2FAB92-51AA-47B0-B18A-9AC0455EF77D}" + ProjectSection(ProjectDependencies) = postProject + {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution CreateInstaller|x86 = CreateInstaller|x86 @@ -4508,6 +4513,14 @@ {53F7C73E-6D85-4B90-A6A8-DAA7F4BCB071}.Release|x86.Build.0 = Release|x86 {53F7C73E-6D85-4B90-A6A8-DAA7F4BCB071}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {53F7C73E-6D85-4B90-A6A8-DAA7F4BCB071}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 + {8E2FAB92-51AA-47B0-B18A-9AC0455EF77D}.CreateInstaller|x86.ActiveCfg = Release|x86 + {8E2FAB92-51AA-47B0-B18A-9AC0455EF77D}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 + {8E2FAB92-51AA-47B0-B18A-9AC0455EF77D}.Debug|x86.ActiveCfg = Debug|x86 + {8E2FAB92-51AA-47B0-B18A-9AC0455EF77D}.Debug|x86.Build.0 = Debug|x86 + {8E2FAB92-51AA-47B0-B18A-9AC0455EF77D}.Release|x86.ActiveCfg = Release|x86 + {8E2FAB92-51AA-47B0-B18A-9AC0455EF77D}.Release|x86.Build.0 = Release|x86 + {8E2FAB92-51AA-47B0-B18A-9AC0455EF77D}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {8E2FAB92-51AA-47B0-B18A-9AC0455EF77D}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -4890,6 +4903,7 @@ {1DF4EE8D-0EF5-4FCC-A40E-CB8B82080FDF} = {A39CC244-FBB2-4221-82B9-92CC837EF1DC} {C80AD710-0F84-40CE-9567-10CBE332E589} = {A39CC244-FBB2-4221-82B9-92CC837EF1DC} {53F7C73E-6D85-4B90-A6A8-DAA7F4BCB071} = {A39CC244-FBB2-4221-82B9-92CC837EF1DC} + {8E2FAB92-51AA-47B0-B18A-9AC0455EF77D} = {0D9858E1-CF2D-4DE5-AC0E-64401900D531} EndGlobalSection GlobalSection(TextTemplating) = postSolution TextTemplating = 1