From c082960a9aa7efa7d161340b9b614c6b316d3d6b Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Wed, 29 Feb 2012 16:40:35 +0000 Subject: [PATCH] Improved docs git-svn-id: file:///srv/devel/repo-conversion/nusu@254 d2e56fa2-650e-0410-a79f-9358c0239efd --- Properties/AssemblyInfo.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 0171a01..980104f 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -21,7 +21,11 @@ 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")] +#if !(WINDOWS_PHONE || XBOX360) +// This is required to NMock can derive its proxies from interfaces in +// the internal unit test classes [assembly: InternalsVisibleTo(NMock.Constants.InternalsVisibleToDynamicProxy)] +#endif // Version information for an assembly consists of the following four values: //