mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 19:19:23 +08:00
d7d71d9ff1
1. Add solution level AssemblyInfo file 2. Bump assembly version 3. Fix #324
10 lines
327 B
C#
10 lines
327 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("Wox.Plugin")]
|
|
[assembly: Guid("c22be00d-a6f5-4e45-8ecc-09ebf297c812")]
|
|
[assembly: InternalsVisibleTo("Wox")]
|
|
[assembly: InternalsVisibleTo("Wox.Core")]
|
|
[assembly: InternalsVisibleTo("Wox.Test")]
|