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