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")]
|
2022-08-08 04:31:38 +00:00
|
|
|
|
[assembly: InternalsVisibleTo("Flow.Launcher.Test")]
|