| 12345678910111213141516 |
- using System.Reflection;
- using System.Runtime.InteropServices;
- using System.Windows;
- [assembly: AssemblyTitle("ComputerShopWpf")]
- [assembly: AssemblyDescription("WPF application for computer equipment sales")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("")]
- [assembly: AssemblyProduct("ComputerShopWpf")]
- [assembly: AssemblyCopyright("")]
- [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")]
|