PowerToys/Wox.Infrastructure/Properties/AssemblyInfo.cs

9 lines
334 B
C#
Raw Normal View History

2014-10-27 20:38:47 +08:00
using System.Reflection;
2016-01-07 06:18:27 +08:00
using System.Runtime.CompilerServices;
2014-10-27 20:38:47 +08:00
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Wox.Infrastructure")]
2016-01-07 06:18:27 +08:00
[assembly: Guid("aee57a31-29e5-4f03-a41f-7917910fe90f")]
[assembly: InternalsVisibleTo("Wox")]
[assembly: InternalsVisibleTo("Wox.Core")]
[assembly: InternalsVisibleTo("Wox.Test")]