mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 03:37:10 +08:00
9 lines
334 B
C#
9 lines
334 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("Wox.Infrastructure")]
|
|
[assembly: Guid("aee57a31-29e5-4f03-a41f-7917910fe90f")]
|
|
[assembly: InternalsVisibleTo("Wox")]
|
|
[assembly: InternalsVisibleTo("Wox.Core")]
|
|
[assembly: InternalsVisibleTo("Wox.Test")] |