PowerToys/Wox/Properties/AssemblyInfo.cs

10 lines
289 B
C#
Raw Normal View History

2014-10-22 22:49:34 +08:00
using System.Reflection;
using System.Windows;
2016-01-07 05:34:42 +08:00
using Exceptionless.Configuration;
2014-10-22 22:49:34 +08:00
[assembly: AssemblyTitle("Wox")]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None,
ResourceDictionaryLocation.SourceAssembly
2014-10-22 22:49:34 +08:00
)]
2016-01-07 05:34:42 +08:00
[assembly: Exceptionless("e0b256fbe9384498ba89aae2a6b7f8ab")]