Index: Ringtoets.sln =================================================================== diff -u -r5c426a1e8ae5225fb88d1960270bf2f3bf13153f -r9388d77ee849b9474ade84716cdde573a89025e1 --- Ringtoets.sln (.../Ringtoets.sln) (revision 5c426a1e8ae5225fb88d1960270bf2f3bf13153f) +++ Ringtoets.sln (.../Ringtoets.sln) (revision 9388d77ee849b9474ade84716cdde573a89025e1) @@ -1375,6 +1375,8 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.Integration.TestUtils.Test", "Ringtoets\Integration\test\Ringtoets.Integration.TestUtils.Test\Ringtoets.Integration.TestUtils.Test.csproj", "{EA3E979C-FB00-443B-B6A0-273254F24802}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.Piping.Integration.TestUtils.Test", "Ringtoets\Piping\test\Ringtoets.Piping.Integration.TestUtils.Test\Ringtoets.Piping.Integration.TestUtils.Test.csproj", "{070DC87D-520B-4A84-8965-ED5012875FCC}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution CreateInstaller|x86 = CreateInstaller|x86 @@ -3446,6 +3448,14 @@ {EA3E979C-FB00-443B-B6A0-273254F24802}.Release|x86.Build.0 = Release|x86 {EA3E979C-FB00-443B-B6A0-273254F24802}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {EA3E979C-FB00-443B-B6A0-273254F24802}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 + {070DC87D-520B-4A84-8965-ED5012875FCC}.CreateInstaller|x86.ActiveCfg = Release|x86 + {070DC87D-520B-4A84-8965-ED5012875FCC}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 + {070DC87D-520B-4A84-8965-ED5012875FCC}.Debug|x86.ActiveCfg = Debug|x86 + {070DC87D-520B-4A84-8965-ED5012875FCC}.Debug|x86.Build.0 = Debug|x86 + {070DC87D-520B-4A84-8965-ED5012875FCC}.Release|x86.ActiveCfg = Release|x86 + {070DC87D-520B-4A84-8965-ED5012875FCC}.Release|x86.Build.0 = Release|x86 + {070DC87D-520B-4A84-8965-ED5012875FCC}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {070DC87D-520B-4A84-8965-ED5012875FCC}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -3749,6 +3759,7 @@ {E111FC08-BE9A-493A-85D8-51CE6FBB13A3} = {D9DC93FF-DCF3-44A4-9193-9911966CDFF4} {4A675B7E-96AD-4911-B154-85385C9330C3} = {1F0D20C2-7F04-431D-AF22-95A31FD53733} {EA3E979C-FB00-443B-B6A0-273254F24802} = {88E04195-C43E-40D3-B5F2-3A25E1E79E03} + {070DC87D-520B-4A84-8965-ED5012875FCC} = {1F0D20C2-7F04-431D-AF22-95A31FD53733} EndGlobalSection GlobalSection(TextTemplating) = postSolution TextTemplating = 1 Index: Ringtoets/Integration/test/Ringtoets.Integration.TestUtils.Test/Ringtoets.Integration.TestUtils.Test.csproj =================================================================== diff -u -r78cc5b59d47ca61eb812d0c69c7a17a4570e4ddc -r9388d77ee849b9474ade84716cdde573a89025e1 --- Ringtoets/Integration/test/Ringtoets.Integration.TestUtils.Test/Ringtoets.Integration.TestUtils.Test.csproj (.../Ringtoets.Integration.TestUtils.Test.csproj) (revision 78cc5b59d47ca61eb812d0c69c7a17a4570e4ddc) +++ Ringtoets/Integration/test/Ringtoets.Integration.TestUtils.Test/Ringtoets.Integration.TestUtils.Test.csproj (.../Ringtoets.Integration.TestUtils.Test.csproj) (revision 9388d77ee849b9474ade84716cdde573a89025e1) @@ -10,6 +10,8 @@ Ringtoets.Integration.TestUtils.Test v4.0 512 + + true @@ -47,9 +49,9 @@ - - False - ..\..\..\..\..\Checkout_Dev\packages\System.Data.SQLite.Core.1.0.104.0\lib\net40\System.Data.SQLite.dll + + ..\..\..\..\packages\System.Data.SQLite.Core.1.0.104.0\lib\net40\System.Data.SQLite.dll + True @@ -63,6 +65,7 @@ Copying.licenseheader + @@ -132,6 +135,13 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + + + + + + \ No newline at end of file Index: Ringtoets/Integration/test/Ringtoets.Integration.TestUtils.Test/packages.config =================================================================== diff -u -r78cc5b59d47ca61eb812d0c69c7a17a4570e4ddc -r9388d77ee849b9474ade84716cdde573a89025e1 --- Ringtoets/Integration/test/Ringtoets.Integration.TestUtils.Test/packages.config (.../packages.config) (revision 78cc5b59d47ca61eb812d0c69c7a17a4570e4ddc) +++ Ringtoets/Integration/test/Ringtoets.Integration.TestUtils.Test/packages.config (.../packages.config) (revision 9388d77ee849b9474ade84716cdde573a89025e1) @@ -23,4 +23,5 @@ --> + \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtils.Test/Properties/AssemblyInfo.cs =================================================================== diff -u --- Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtils.Test/Properties/AssemblyInfo.cs (revision 0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtils.Test/Properties/AssemblyInfo.cs (revision 9388d77ee849b9474ade84716cdde573a89025e1) @@ -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.Piping.Integration.TestUtils.Test")] +[assembly: AssemblyProduct("Ringtoets.Piping.Integration.TestUtils.Test")] +[assembly: Guid("070dc87d-520b-4a84-8965-ed5012875fcc")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtils.Test/Ringtoets.Piping.Integration.TestUtils.Test.csproj =================================================================== diff -u --- Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtils.Test/Ringtoets.Piping.Integration.TestUtils.Test.csproj (revision 0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Integration.TestUtils.Test/Ringtoets.Piping.Integration.TestUtils.Test.csproj (revision 9388d77ee849b9474ade84716cdde573a89025e1) @@ -0,0 +1,64 @@ + + + + Debug + x86 + {070DC87D-520B-4A84-8965-ED5012875FCC} + Library + Properties + Ringtoets.Piping.Integration.TestUtils.Test + Ringtoets.Piping.Integration.TestUtils.Test + v4.0 + 512 + + + true + bin\Debug\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + + + bin\Release\ + TRACE + true + none + x86 + prompt + MinimumRecommendedRules.ruleset + + + bin\ReleaseForCodeCoverage\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + + + + + + + + Properties\GlobalAssembly.cs + + + + + + Copying.licenseheader + + + + + \ No newline at end of file