Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -rd2b3e26fb42063a071bf4fc65b6198ef2369db30 -r7553a8467cc0e92de7af361cefaee1da29d1283a --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision d2b3e26fb42063a071bf4fc65b6198ef2369db30) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 7553a8467cc0e92de7af361cefaee1da29d1283a) @@ -20,7 +20,6 @@ // All rights reserved. using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Service.Test")] @@ -29,7 +28,9 @@ // 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("bce56369-aa85-4d98-bedc-476d5877af4f")] \ No newline at end of file Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs =================================================================== diff -u -rb28f56d6bb3f14141bd003dd43378f8002a9e87a -r7553a8467cc0e92de7af361cefaee1da29d1283a --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs (.../RingtoetsGuiPlugin.cs) (revision b28f56d6bb3f14141bd003dd43378f8002a9e87a) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs (.../RingtoetsGuiPlugin.cs) (revision 7553a8467cc0e92de7af361cefaee1da29d1283a) @@ -43,7 +43,6 @@ using Ringtoets.Common.Forms.Views; using Ringtoets.Common.Placeholder; using Ringtoets.GrassCoverErosionInwards.Data; -using Ringtoets.GrassCoverErosionInwards.Forms; using Ringtoets.GrassCoverErosionInwards.Forms.PresentationObjects; using Ringtoets.HydraRing.Calculation.Activities; using Ringtoets.HydraRing.Calculation.Data;