AssemblyInfo.cs 638 B

12345678910111213141516
  1. using System.Reflection;
  2. using System.Runtime.InteropServices;
  3. using System.Windows;
  4. [assembly: AssemblyTitle("ComputerShopWpf")]
  5. [assembly: AssemblyDescription("WPF application for computer equipment sales")]
  6. [assembly: AssemblyConfiguration("")]
  7. [assembly: AssemblyCompany("")]
  8. [assembly: AssemblyProduct("ComputerShopWpf")]
  9. [assembly: AssemblyCopyright("")]
  10. [assembly: AssemblyTrademark("")]
  11. [assembly: AssemblyCulture("")]
  12. [assembly: ComVisible(false)]
  13. [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
  14. [assembly: AssemblyVersion("1.0.0.0")]
  15. [assembly: AssemblyFileVersion("1.0.0.0")]