mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 03:59:15 +08:00
10 lines
289 B
C#
10 lines
289 B
C#
using System.Reflection;
|
|
using System.Windows;
|
|
using Exceptionless.Configuration;
|
|
|
|
[assembly: AssemblyTitle("Wox")]
|
|
[assembly: ThemeInfo(
|
|
ResourceDictionaryLocation.None,
|
|
ResourceDictionaryLocation.SourceAssembly
|
|
)]
|
|
[assembly: Exceptionless("e0b256fbe9384498ba89aae2a6b7f8ab")] |