Improved docs
git-svn-id: file:///srv/devel/repo-conversion/nusu@254 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
b6dd615174
commit
c082960a9a
|
@ -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
|
// 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")]
|
||||||
|
|
||||||
|
#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)]
|
[assembly: InternalsVisibleTo(NMock.Constants.InternalsVisibleToDynamicProxy)]
|
||||||
|
#endif
|
||||||
|
|
||||||
// Version information for an assembly consists of the following four values:
|
// Version information for an assembly consists of the following four values:
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user