Added MonoDevelop/Unity project for Nuclex.Support

git-svn-id: file:///srv/devel/repo-conversion/nusu@279 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2012-03-14 16:10:44 +00:00
parent 72511417ef
commit c5eb234eef
3 changed files with 266 additions and 3 deletions

View file

@ -21,7 +21,7 @@ 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)
#if !(WINDOWS_PHONE || XBOX360) && UNITTEST
// This is required to NMock can derive its proxies from interfaces in
// the internal unit test classes
[assembly: InternalsVisibleTo(NMock.Constants.InternalsVisibleToDynamicProxy)]