2014-10-22 22:49:34 +08:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
using System.Resources;
|
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
using System.Windows;
|
|
|
|
|
|
2014-12-12 13:02:13 +08:00
|
|
|
|
|
2014-10-22 22:49:34 +08:00
|
|
|
|
[assembly: AssemblyTitle("Wox")]
|
|
|
|
|
[assembly: AssemblyDescription("https://github.com/qianlifeng/Wox")]
|
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
[assembly: AssemblyCompany("")]
|
|
|
|
|
[assembly: AssemblyProduct("Wox")]
|
|
|
|
|
[assembly: AssemblyCopyright("The MIT License (MIT)")]
|
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
|
[assembly: ThemeInfo(
|
2014-12-12 13:02:13 +08:00
|
|
|
|
ResourceDictionaryLocation.None,
|
|
|
|
|
ResourceDictionaryLocation.SourceAssembly
|
2014-10-22 22:49:34 +08:00
|
|
|
|
)]
|
2014-12-12 13:02:13 +08:00
|
|
|
|
[assembly: AssemblyVersion("1.1.0")]
|
2015-02-08 16:27:41 +08:00
|
|
|
|
[assembly: AssemblyFileVersion("1.1.0")]
|
2015-02-09 19:16:13 +08:00
|
|
|
|
[assembly: Exceptionless.Configuration.Exceptionless("e0b256fbe9384498ba89aae2a6b7f8ab")]
|