Browse Source

Make tests of converters possible

pull/212/head
Michael Bisbjerg 9 years ago
parent
commit
1e57c679e6
  1. 5
      TMDbLib/Properties/AssemblyInfo.cs

5
TMDbLib/Properties/AssemblyInfo.cs

@ -1,4 +1,5 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
@ -12,4 +13,6 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("c8cd805d-f17a-4919-9adb-b5f50d72f32a")]
[assembly: Guid("c8cd805d-f17a-4919-9adb-b5f50d72f32a")]
[assembly: InternalsVisibleTo("TMDbLibTests")]
Loading…
Cancel
Save