Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Properties/AssemblyInfo.cs =================================================================== diff -u -rd2b3e26fb42063a071bf4fc65b6198ef2369db30 -ra3357275af675af3714fc89b99c554c288759ae2 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision d2b3e26fb42063a071bf4fc65b6198ef2369db30) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision a3357275af675af3714fc89b99c554c288759ae2) @@ -20,8 +20,10 @@ // All rights reserved. using System.Reflection; +using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Plugin")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.Plugin")] -[assembly: Guid("4f40d89a-e148-4767-932d-cc033d674214")] \ No newline at end of file +[assembly: Guid("4f40d89a-e148-4767-932d-cc033d674214")] +[assembly: InternalsVisibleTo("Ringtoets.GrassCoverErosionInwards.Forms.Test")] \ No newline at end of file