AssemblyInfo.cs 583 B

123456789101112131415
  1. using System.Reflection;
  2. using System.Runtime.InteropServices;
  3. using System.Windows;
  4. [assembly: AssemblyTitle("LauncherUpdater")]
  5. [assembly: AssemblyDescription("")]
  6. [assembly: AssemblyConfiguration("")]
  7. [assembly: AssemblyCompany("")]
  8. [assembly: AssemblyProduct("LauncherUpdater")]
  9. [assembly: AssemblyCopyright("Copyright © 2021")]
  10. [assembly: AssemblyTrademark("")]
  11. [assembly: ComVisible(false)]
  12. [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
  13. [assembly: AssemblyFileVersion("1.0.0.0")]
  14. [assembly: AssemblyVersion("1.0.0.0")]