Fixed failing unit test due to missing InternalsVisibleToAttribute

git-svn-id: file:///srv/devel/repo-conversion/nusu@253 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2012-02-29 16:38:06 +00:00
parent 75552b5150
commit b6dd615174

View File

@ -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 // 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: Guid("1308e4c3-a0c1-423a-aaae-61c7314777e0")]
[assembly: InternalsVisibleTo(NMock.Constants.InternalsVisibleToDynamicProxy)]
// Version information for an assembly consists of the following four values: // Version information for an assembly consists of the following four values:
// //
// Major Version // Major Version