Index: Ringtoets.sln =================================================================== diff -u -re4e785f127ce9a2d0d1734c1b51e02d910a31bbe -r51554015e59e2e5efa56e92d76d055e0d5874e2f --- Ringtoets.sln (.../Ringtoets.sln) (revision e4e785f127ce9a2d0d1734c1b51e02d910a31bbe) +++ Ringtoets.sln (.../Ringtoets.sln) (revision 51554015e59e2e5efa56e92d76d055e0d5874e2f) @@ -1149,6 +1149,11 @@ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.StabilityPointStructures.Integration.Test", "Ringtoets\StabilityPointStructures\test\Ringtoets.StabilityPointStructures.Integration.Test\Ringtoets.StabilityPointStructures.Integration.Test.csproj", "{FE136587-B53E-407A-A290-61C42E350497}" + ProjectSection(ProjectDependencies) = postProject + {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution CreateInstaller|x86 = CreateInstaller|x86 @@ -2882,6 +2887,14 @@ {CD7F7458-A273-4855-9744-4CCAFE0499D0}.Release|x86.Build.0 = Release|x86 {CD7F7458-A273-4855-9744-4CCAFE0499D0}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {CD7F7458-A273-4855-9744-4CCAFE0499D0}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 + {FE136587-B53E-407A-A290-61C42E350497}.CreateInstaller|x86.ActiveCfg = Release|x86 + {FE136587-B53E-407A-A290-61C42E350497}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 + {FE136587-B53E-407A-A290-61C42E350497}.Debug|x86.ActiveCfg = Debug|x86 + {FE136587-B53E-407A-A290-61C42E350497}.Debug|x86.Build.0 = Debug|x86 + {FE136587-B53E-407A-A290-61C42E350497}.Release|x86.ActiveCfg = Release|x86 + {FE136587-B53E-407A-A290-61C42E350497}.Release|x86.Build.0 = Release|x86 + {FE136587-B53E-407A-A290-61C42E350497}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {FE136587-B53E-407A-A290-61C42E350497}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -3133,6 +3146,7 @@ {F6A5848E-AB01-484A-8E52-EEE87FF8839B} = {91119B0B-C26B-4ADF-BE4A-B4228331786E} {E9AC095B-8F10-41D2-9456-4A85E3BA91AD} = {91119B0B-C26B-4ADF-BE4A-B4228331786E} {1F4D7974-2E42-4EA4-BDF7-C7BAFF2FE57C} = {91119B0B-C26B-4ADF-BE4A-B4228331786E} + {FE136587-B53E-407A-A290-61C42E350497} = {91119B0B-C26B-4ADF-BE4A-B4228331786E} EndGlobalSection GlobalSection(TextTemplating) = postSolution TextTemplating = 1 Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/Properties/AssemblyInfo.cs (revision 0) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/Properties/AssemblyInfo.cs (revision 51554015e59e2e5efa56e92d76d055e0d5874e2f) @@ -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.StabilityPointStructures.Integration.Test")] +[assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.Integration.Test")] +[assembly: Guid("b4339f22-14a6-4118-a787-96a61f18f333")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/Ringtoets.StabilityPointStructures.Integration.Test.csproj =================================================================== diff -u --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/Ringtoets.StabilityPointStructures.Integration.Test.csproj (revision 0) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/Ringtoets.StabilityPointStructures.Integration.Test.csproj (revision 51554015e59e2e5efa56e92d76d055e0d5874e2f) @@ -0,0 +1,67 @@ + + + + Debug + x86 + {FE136587-B53E-407A-A290-61C42E350497} + Library + Properties + Ringtoets.StabilityPointStructures.Integration.Test + Ringtoets.StabilityPointStructures.Integration.Test + v4.0 + 512 + + + true + bin\Debug\ + 4 + x86 + MinimumRecommendedRules.ruleset + TRACE;DEBUG + full + + + bin\Release\ + 4 + x86 + MinimumRecommendedRules.ruleset + TRACE + true + + + bin\ReleaseForCodeCoverage\ + TRACE + true + x86 + MinimumRecommendedRules.ruleset + none + + + + ..\..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll + True + + + + + + + Properties\GlobalAssembly.cs + + + + + + Copying.licenseheader + + + + + + \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/packages.config =================================================================== diff -u --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/packages.config (revision 0) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/packages.config (revision 51554015e59e2e5efa56e92d76d055e0d5874e2f) @@ -0,0 +1,27 @@ + + + + + + \ No newline at end of file