mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
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")] |