mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
d7d71d9ff1
1. Add solution level AssemblyInfo file 2. Bump assembly version 3. Fix #324
9 lines
282 B
C#
9 lines
282 B
C#
using System.Reflection;
|
|
using System.Windows;
|
|
|
|
[assembly: AssemblyTitle("Wox")]
|
|
[assembly: ThemeInfo(
|
|
ResourceDictionaryLocation.None,
|
|
ResourceDictionaryLocation.SourceAssembly
|
|
)]
|
|
[assembly: Exceptionless.Configuration.Exceptionless("e0b256fbe9384498ba89aae2a6b7f8ab")] |