PowerToys/Wox/Properties/AssemblyInfo.cs

22 lines
717 B
C#
Raw Normal View History

2014-09-19 16:57:48 +08:00
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
[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-10-27 16:50:09 +08:00
ResourceDictionaryLocation.None,
ResourceDictionaryLocation.SourceAssembly
2014-09-19 16:57:48 +08:00
)]
2014-10-27 16:50:09 +08:00
[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyFileVersion("1.0.*")]