Index: Ringtoets.sln =================================================================== diff -u -rd2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6 -raac499c97ccf17315df116d9d8a962bc1cbd009b --- Ringtoets.sln (.../Ringtoets.sln) (revision d2b9feaf8aceaa9a96d0e6e19fd6fbbee8987ca6) +++ Ringtoets.sln (.../Ringtoets.sln) (revision aac499c97ccf17315df116d9d8a962bc1cbd009b) @@ -952,6 +952,11 @@ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.GrassCoverErosionOutwards.Integration.Test", "Ringtoets\GrassCoverErosionOutwards\test\Ringtoets.GrassCoverErosionOutwards.Integration.Test\Ringtoets.GrassCoverErosionOutwards.Integration.Test.csproj", "{A07E4A59-496A-4908-8316-F5CA21F4F862}" + ProjectSection(ProjectDependencies) = postProject + {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution CreateInstaller|x86 = CreateInstaller|x86 @@ -1834,6 +1839,7 @@ {18078167-A1C8-4545-BFAC-236E5386D4AA}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {18078167-A1C8-4545-BFAC-236E5386D4AA}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.CreateInstaller|x86.ActiveCfg = Release|x86 + {F54583EA-781F-46AA-994E-C923AC6FB04F}.CreateInstaller|x86.Build.0 = Release|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.Debug|x86.ActiveCfg = Debug|x86 {F54583EA-781F-46AA-994E-C923AC6FB04F}.Debug|x86.Build.0 = Debug|x86 @@ -2383,6 +2389,14 @@ {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.Release|x86.Build.0 = Release|x86 {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 {802FACE1-E059-4DA8-A5BF-C3BC356670CB}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 + {A07E4A59-496A-4908-8316-F5CA21F4F862}.CreateInstaller|x86.ActiveCfg = Release|x86 + {A07E4A59-496A-4908-8316-F5CA21F4F862}.CreateInstallerWithDemoProject|x86.ActiveCfg = Release|x86 + {A07E4A59-496A-4908-8316-F5CA21F4F862}.Debug|x86.ActiveCfg = Debug|x86 + {A07E4A59-496A-4908-8316-F5CA21F4F862}.Debug|x86.Build.0 = Debug|x86 + {A07E4A59-496A-4908-8316-F5CA21F4F862}.Release|x86.ActiveCfg = Release|x86 + {A07E4A59-496A-4908-8316-F5CA21F4F862}.Release|x86.Build.0 = Release|x86 + {A07E4A59-496A-4908-8316-F5CA21F4F862}.ReleaseForCodeCoverage|x86.ActiveCfg = ReleaseForCodeCoverage|x86 + {A07E4A59-496A-4908-8316-F5CA21F4F862}.ReleaseForCodeCoverage|x86.Build.0 = ReleaseForCodeCoverage|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -2573,6 +2587,7 @@ {BEB8902D-5964-434F-8C37-AC8050C3D683} = {2B6156FD-080B-4869-B148-E4A2995F0EFB} {C7A0BCEB-D7F9-4DC0-9F9B-29FF8DD2E4BE} = {2B6156FD-080B-4869-B148-E4A2995F0EFB} {F2A57BFC-05F1-4B7B-B394-4A7E85A69CE7} = {2B6156FD-080B-4869-B148-E4A2995F0EFB} + {A07E4A59-496A-4908-8316-F5CA21F4F862} = {2B6156FD-080B-4869-B148-E4A2995F0EFB} {363E7AE9-3D49-414B-92DF-9010D7F6370B} = {F9525724-F55E-4574-8581-1DC990FA8518} {69B95FED-E2DF-42E8-BF6E-8A94EFACD2DC} = {F9525724-F55E-4574-8581-1DC990FA8518} {567E0B69-5280-41CE-ADD6-443725A61C86} = {363E7AE9-3D49-414B-92DF-9010D7F6370B} Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/Properties/AssemblyInfo.cs (revision 0) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/Properties/AssemblyInfo.cs (revision aac499c97ccf17315df116d9d8a962bc1cbd009b) @@ -0,0 +1,57 @@ +// 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.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Ringtoets.GrassCoverErosionOutwards.Integration.Test")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Microsoft")] +[assembly: AssemblyProduct("Ringtoets.GrassCoverErosionOutwards.Integration.Test")] +[assembly: AssemblyCopyright("Copyright © Microsoft 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("c7ba9280-0ada-4be4-a02e-779cf35251df")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/Ringtoets.GrassCoverErosionOutwards.Integration.Test.csproj =================================================================== diff -u --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/Ringtoets.GrassCoverErosionOutwards.Integration.Test.csproj (revision 0) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/Ringtoets.GrassCoverErosionOutwards.Integration.Test.csproj (revision aac499c97ccf17315df116d9d8a962bc1cbd009b) @@ -0,0 +1,67 @@ + + + + Debug + x86 + {A07E4A59-496A-4908-8316-F5CA21F4F862} + Library + Properties + Ringtoets.GrassCoverErosionOutwards.Integration.Test + Ringtoets.GrassCoverErosionOutwards.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/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/packages.config =================================================================== diff -u --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/packages.config (revision 0) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/packages.config (revision aac499c97ccf17315df116d9d8a962bc1cbd009b) @@ -0,0 +1,27 @@ + + + + + + \ No newline at end of file