From b6dd615174c8a26e5d6471d6f84c843a61473cd8 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Wed, 29 Feb 2012 16:38:06 +0000 Subject: [PATCH] Fixed failing unit test due to missing InternalsVisibleToAttribute git-svn-id: file:///srv/devel/repo-conversion/nusu@253 d2e56fa2-650e-0410-a79f-9358c0239efd --- Properties/AssemblyInfo.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f507130..0171a01 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -21,6 +21,8 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("1308e4c3-a0c1-423a-aaae-61c7314777e0")] +[assembly: InternalsVisibleTo(NMock.Constants.InternalsVisibleToDynamicProxy)] + // Version information for an assembly consists of the following four values: // // Major Version