2014-10-22 22:49:34 +08:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
using System.Windows;
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyTitle("Wox")]
|
|
|
|
|
[assembly: ThemeInfo(
|
2014-12-12 13:02:13 +08:00
|
|
|
|
ResourceDictionaryLocation.None,
|
|
|
|
|
ResourceDictionaryLocation.SourceAssembly
|
2016-05-21 04:16:25 +08:00
|
|
|
|
)]
|