123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- using System.Reflection;
- using System.Resources;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- using System.Windows;
- [assembly: AssemblyTitle("TestTool.RemoteTriggerAPP")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("")]
- [assembly: AssemblyProduct("TestTool.RemoteTriggerAPP")]
- [assembly: AssemblyCopyright("Copyright © 2019")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: ComVisible(false)]
- [assembly: ThemeInfo(
- ResourceDictionaryLocation.None, //主題特定資源字典的位置
- //(在頁面中找不到時使用,
- // 或應用程式資源字典中找不到資源時)
- ResourceDictionaryLocation.SourceAssembly //泛型資源字典的位置
- //(在頁面中找不到時使用,
- // 或是應用程式或任何主題特定資源字典中找不到資源時)
- )]
- [assembly: AssemblyVersion("0.1.0.0")]
- [assembly: AssemblyFileVersion("0.1.0.0")]
- [assembly: AssemblyInformationalVersion("9f82982")]
|