PowerToys/Wox.Infrastructure/Properties/AssemblyInfo.cs

17 lines
633 B
C#
Raw Normal View History

2014-10-27 20:38:47 +08:00
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
2014-10-27 20:38:47 +08:00
[assembly: AssemblyTitle("Wox.Infrastructure")]
[assembly: AssemblyDescription("https://github.com/qianlifeng/Wox")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Wox.Infrastructure")]
[assembly: AssemblyCopyright("The MIT License (MIT)")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("aee57a31-29e5-4f03-a41f-7917910fe90f")]
[assembly: AssemblyVersion("1.0.0.0")]
2015-01-20 22:33:45 +08:00
[assembly: AssemblyFileVersion("1.0.0.0")]