Flow.Launcher/Flow.Launcher.Plugin/Properties/AssemblyInfo.cs

5 lines
196 B
C#
Raw Normal View History

2020-03-03 22:25:59 +00:00
using System.Runtime.CompilerServices;
2020-04-21 09:12:17 +00:00
[assembly: InternalsVisibleTo("Flow.Launcher")]
[assembly: InternalsVisibleTo("Flow.Launcher.Core")]
[assembly: InternalsVisibleTo("Flow.Launcher.Test")]