PowerToys/Wox.Plugin/Properties/AssemblyInfo.cs

10 lines
327 B
C#
Raw Normal View History

2014-03-18 00:10:02 +08: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 22:34:55 +08:00
[assembly: InternalsVisibleTo("Wox")]
[assembly: InternalsVisibleTo("Wox.Core")]
[assembly: InternalsVisibleTo("Wox.Test")]