mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-24 01:04:44 +01:00
9 lines
248 B
C#
9 lines
248 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("Lidarr.Api")]
|
|
|
|
[assembly: Guid("4c0922d7-979e-4ff7-b44b-b8ac2100eeb5")]
|
|
|
|
[assembly: InternalsVisibleTo("Lidarr.Core")]
|