Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
===================================================================
diff -u -r2177c6d6b789144bf2a7fb4b492d8d3e23e134a7 -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj (.../Application.Ringtoets.Storage.csproj) (revision 2177c6d6b789144bf2a7fb4b492d8d3e23e134a7)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj (.../Application.Ringtoets.Storage.csproj) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -328,6 +328,10 @@
Core.Common.Utils
False
+
+ {567E0B69-5280-41CE-ADD6-443725A61C86}
+ Ringtoets.Asphalt.Data
+
{d4200f43-3f72-4f42-af0a-8ced416a38ec}
Ringtoets.Common.Data
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/PersistenceRegistry.cs
===================================================================
diff -u -r5e0253e5d6a341d58a67e47830de4845e8699b0c -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/PersistenceRegistry.cs (.../PersistenceRegistry.cs) (revision 5e0253e5d6a341d58a67e47830de4845e8699b0c)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/PersistenceRegistry.cs (.../PersistenceRegistry.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -25,6 +25,7 @@
using Application.Ringtoets.Storage.DbContext;
using Core.Common.Base.Geometry;
using Core.Common.Utils;
+using Ringtoets.Asphalt.Data;
using Ringtoets.Common.Data.Calculation;
using Ringtoets.Common.Data.FailureMechanism;
using Ringtoets.Common.Data.Probability;
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensions.cs
===================================================================
diff -u -r05013c44d1273bac219a442dc7959706c6bac715 -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensions.cs (.../WaveImpactAsphaltCoverFailureMechanismCreateExtensions.cs) (revision 05013c44d1273bac219a442dc7959706c6bac715)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensions.cs (.../WaveImpactAsphaltCoverFailureMechanismCreateExtensions.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -22,8 +22,7 @@
using System;
using System.Collections.Generic;
using Application.Ringtoets.Storage.DbContext;
-using Ringtoets.Integration.Data.StandAlone;
-using Ringtoets.Integration.Data.StandAlone.SectionResults;
+using Ringtoets.Asphalt.Data;
namespace Application.Ringtoets.Storage.Create.WaveImpactAsphaltCover
{
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs
===================================================================
diff -u -rc2bf0666539fa1a781c6d5d633ac292fa4fe2bd4 -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs) (revision c2bf0666539fa1a781c6d5d633ac292fa4fe2bd4)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -21,7 +21,7 @@
using System;
using Application.Ringtoets.Storage.DbContext;
-using Ringtoets.Integration.Data.StandAlone.SectionResults;
+using Ringtoets.Asphalt.Data;
namespace Application.Ringtoets.Storage.Create.WaveImpactAsphaltCover
{
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
===================================================================
diff -u -r5e0253e5d6a341d58a67e47830de4845e8699b0c -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs (.../FailureMechanismEntityReadExtensions.cs) (revision 5e0253e5d6a341d58a67e47830de4845e8699b0c)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs (.../FailureMechanismEntityReadExtensions.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -25,6 +25,7 @@
using Application.Ringtoets.Storage.DbContext;
using Application.Ringtoets.Storage.Read.GrassCoverErosionInwards;
using Application.Ringtoets.Storage.Read.Piping;
+using Ringtoets.Asphalt.Data;
using Ringtoets.Common.Data.Calculation;
using Ringtoets.Common.Data.FailureMechanism;
using Ringtoets.GrassCoverErosionInwards.Data;
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/WaveImpactAsphaltCoverSectionResultEntityReadExtensions.cs
===================================================================
diff -u -r7f759fbabca9c41e75d229269f1b21581b373b5f -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/WaveImpactAsphaltCoverSectionResultEntityReadExtensions.cs (.../WaveImpactAsphaltCoverSectionResultEntityReadExtensions.cs) (revision 7f759fbabca9c41e75d229269f1b21581b373b5f)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/WaveImpactAsphaltCoverSectionResultEntityReadExtensions.cs (.../WaveImpactAsphaltCoverSectionResultEntityReadExtensions.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -22,7 +22,7 @@
using System;
using Application.Ringtoets.Storage.DbContext;
using Core.Common.Base.Data;
-using Ringtoets.Integration.Data.StandAlone.SectionResults;
+using Ringtoets.Asphalt.Data;
namespace Application.Ringtoets.Storage.Read
{
Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs
===================================================================
diff -u -r67d5cec1f28b16cd9f4e2be9e98e22038d1f4d93 -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 67d5cec1f28b16cd9f4e2be9e98e22038d1f4d93)
+++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -44,6 +44,7 @@
using Core.Plugins.ProjectExplorer;
using log4net;
using log4net.Appender;
+using Ringtoets.Asphalt.Plugin;
using Ringtoets.GrassCoverErosionInwards.Plugin;
using Ringtoets.GrassCoverErosionOutwards.Plugin;
using Ringtoets.HeightStructures.Plugin;
@@ -149,6 +150,7 @@
new ProjectExplorerPlugin(),
new CommonToolsPlugin(),
new RingtoetsPlugin(),
+ new WaveImpactAsphaltCoverPlugin(),
new GrassCoverErosionInwardsPlugin(),
new GrassCoverErosionOutwardsPlugin(),
new PipingPlugin(),
Index: Application/Ringtoets/src/Application.Ringtoets/Application.Ringtoets.csproj
===================================================================
diff -u -r67d5cec1f28b16cd9f4e2be9e98e22038d1f4d93 -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/src/Application.Ringtoets/Application.Ringtoets.csproj (.../Application.Ringtoets.csproj) (revision 67d5cec1f28b16cd9f4e2be9e98e22038d1f4d93)
+++ Application/Ringtoets/src/Application.Ringtoets/Application.Ringtoets.csproj (.../Application.Ringtoets.csproj) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -159,6 +159,10 @@
Demo.Ringtoets
False
+
+ {83A782F1-BA78-4D5C-B213-39066605AFD8}
+ Ringtoets.Asphalt.Plugin
+
{20955E2A-8CEB-46B0-ADC4-A97D4C6BBDF5}
Ringtoets.GrassCoverErosionInwards.Plugin
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj
===================================================================
diff -u -r5e0253e5d6a341d58a67e47830de4845e8699b0c -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj (.../Application.Ringtoets.Storage.Test.csproj) (revision 5e0253e5d6a341d58a67e47830de4845e8699b0c)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj (.../Application.Ringtoets.Storage.Test.csproj) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -205,6 +205,10 @@
{D749EE4C-CE50-4C17-BF01-9A953028C126}
Core.Common.TestUtil
+
+ {567E0B69-5280-41CE-ADD6-443725A61C86}
+ Ringtoets.Asphalt.Data
+
{d4200f43-3f72-4f42-af0a-8ced416a38ec}
Ringtoets.Common.Data
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs
===================================================================
diff -u -r5e0253e5d6a341d58a67e47830de4845e8699b0c -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision 5e0253e5d6a341d58a67e47830de4845e8699b0c)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -27,6 +27,7 @@
using Core.Common.Base.Geometry;
using NUnit.Framework;
using Rhino.Mocks;
+using Ringtoets.Asphalt.Data;
using Ringtoets.Common.Data.AssessmentSection;
using Ringtoets.Common.Data.Calculation;
using Ringtoets.Common.Data.FailureMechanism;
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -rc2bf0666539fa1a781c6d5d633ac292fa4fe2bd4 -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision c2bf0666539fa1a781c6d5d633ac292fa4fe2bd4)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -26,7 +26,7 @@
using Application.Ringtoets.Storage.DbContext;
using Application.Ringtoets.Storage.TestUtil;
using NUnit.Framework;
-using Ringtoets.Integration.Data.StandAlone;
+using Ringtoets.Asphalt.Data;
namespace Application.Ringtoets.Storage.Test.Create.WaveImpactAsphaltCover
{
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs
===================================================================
diff -u -r05013c44d1273bac219a442dc7959706c6bac715 -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 05013c44d1273bac219a442dc7959706c6bac715)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -25,7 +25,7 @@
using Application.Ringtoets.Storage.TestUtil;
using Core.Common.Base.Data;
using NUnit.Framework;
-using Ringtoets.Integration.Data.StandAlone.SectionResults;
+using Ringtoets.Asphalt.Data;
namespace Application.Ringtoets.Storage.Test.Create.WaveImpactAsphaltCover
{
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs
===================================================================
diff -u -r5e0253e5d6a341d58a67e47830de4845e8699b0c -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 5e0253e5d6a341d58a67e47830de4845e8699b0c)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -34,6 +34,7 @@
using Core.Common.Gui.Settings;
using Core.Common.TestUtil;
using NUnit.Framework;
+using Ringtoets.Asphalt.Data;
using Ringtoets.Common.Data.AssessmentSection;
using Ringtoets.Common.Data.Calculation;
using Ringtoets.Common.Data.FailureMechanism;
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest.cs
===================================================================
diff -u -r05013c44d1273bac219a442dc7959706c6bac715 -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest.cs (.../WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest.cs) (revision 05013c44d1273bac219a442dc7959706c6bac715)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest.cs (.../WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -24,7 +24,7 @@
using Application.Ringtoets.Storage.Read;
using Application.Ringtoets.Storage.TestUtil;
using NUnit.Framework;
-using Ringtoets.Integration.Data.StandAlone.SectionResults;
+using Ringtoets.Asphalt.Data;
namespace Application.Ringtoets.Storage.Test.Read
{
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/Application.Ringtoets.Storage.TestUtil.csproj
===================================================================
diff -u -r5e0253e5d6a341d58a67e47830de4845e8699b0c -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/Application.Ringtoets.Storage.TestUtil.csproj (.../Application.Ringtoets.Storage.TestUtil.csproj) (revision 5e0253e5d6a341d58a67e47830de4845e8699b0c)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/Application.Ringtoets.Storage.TestUtil.csproj (.../Application.Ringtoets.Storage.TestUtil.csproj) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -79,6 +79,10 @@
{3BBFD65B-B277-4E50-AE6D-BD24C3434609}
Core.Common.Base
+
+ {567E0B69-5280-41CE-ADD6-443725A61C86}
+ Ringtoets.Asphalt.Data
+
{d4200f43-3f72-4f42-af0a-8ced416a38ec}
Ringtoets.Common.Data
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs
===================================================================
diff -u -r5e0253e5d6a341d58a67e47830de4845e8699b0c -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 5e0253e5d6a341d58a67e47830de4845e8699b0c)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -25,6 +25,7 @@
using System.Linq;
using Core.Common.Base.Data;
using Core.Common.Base.Geometry;
+using Ringtoets.Asphalt.Data;
using Ringtoets.Common.Data.AssessmentSection;
using Ringtoets.Common.Data.Calculation;
using Ringtoets.Common.Data.FailureMechanism;
Index: Ringtoets/Asphalt/src/Ringtoets.Asphalt.Data/Properties/Resources.Designer.cs
===================================================================
diff -u
--- Ringtoets/Asphalt/src/Ringtoets.Asphalt.Data/Properties/Resources.Designer.cs (revision 0)
+++ Ringtoets/Asphalt/src/Ringtoets.Asphalt.Data/Properties/Resources.Designer.cs (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -0,0 +1,102 @@
+// 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.
+
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace Ringtoets.Asphalt.Data.Properties {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Ringtoets.Asphalt.Data.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to AGK.
+ ///
+ internal static string WaveImpactAsphaltCoverFailureMechanism_Code {
+ get {
+ return ResourceManager.GetString("WaveImpactAsphaltCoverFailureMechanism_Code", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Dijken en dammen - Golfklappen op asfaltbekleding.
+ ///
+ internal static string WaveImpactAsphaltCoverFailureMechanism_DisplayName {
+ get {
+ return ResourceManager.GetString("WaveImpactAsphaltCoverFailureMechanism_DisplayName", resourceCulture);
+ }
+ }
+ }
+}
Index: Ringtoets/Asphalt/src/Ringtoets.Asphalt.Data/Properties/Resources.resx
===================================================================
diff -u
--- Ringtoets/Asphalt/src/Ringtoets.Asphalt.Data/Properties/Resources.resx (revision 0)
+++ Ringtoets/Asphalt/src/Ringtoets.Asphalt.Data/Properties/Resources.resx (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ AGK
+
+
+ Dijken en dammen - Golfklappen op asfaltbekleding
+
+
\ No newline at end of file
Index: Ringtoets/Asphalt/src/Ringtoets.Asphalt.Data/Ringtoets.Asphalt.Data.csproj
===================================================================
diff -u -r2c955f6286914b6c5490273444cfb4d4701f9438 -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8
--- Ringtoets/Asphalt/src/Ringtoets.Asphalt.Data/Ringtoets.Asphalt.Data.csproj (.../Ringtoets.Asphalt.Data.csproj) (revision 2c955f6286914b6c5490273444cfb4d4701f9438)
+++ Ringtoets/Asphalt/src/Ringtoets.Asphalt.Data/Ringtoets.Asphalt.Data.csproj (.../Ringtoets.Asphalt.Data.csproj) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8)
@@ -40,12 +40,35 @@
Properties\GlobalAssembly.cs
+
+ True
+ True
+ Resources.resx
+
+
+
Copying.licenseheader
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+
+
+
+
+ {3BBFD65B-B277-4E50-AE6D-BD24C3434609}
+ Core.Common.Base
+
+
+ {D4200F43-3F72-4F42-AF0A-8CED416A38EC}
+ Ringtoets.Common.Data
+
+