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