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

10 lines
327 B
C#
Raw Normal View History

2014-03-17 16:10:02 +00:00
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Wox.Plugin")]
[assembly: Guid("c22be00d-a6f5-4e45-8ecc-09ebf297c812")]
2015-01-24 14:34:55 +00:00
[assembly: InternalsVisibleTo("Wox")]
[assembly: InternalsVisibleTo("Wox.Core")]
[assembly: InternalsVisibleTo("Wox.Test")]