星火微课系统客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. using System.Reflection;
  2. using System.Runtime.InteropServices;
  3. using System.Windows;
  4. // 有关程序集的一般信息由以下
  5. // 控制。更改这些特性值可修改
  6. // 与程序集关联的信息。
  7. [assembly: AssemblyTitle("XHWK.WKTool")]
  8. [assembly: AssemblyDescription("")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("")]
  11. [assembly: AssemblyProduct("XHWK.WKTool")]
  12. [assembly: AssemblyCopyright("Copyright © 2020")]
  13. [assembly: AssemblyTrademark("")]
  14. [assembly: AssemblyCulture("")]
  15. // 将 ComVisible 设置为 false 会使此程序集中的类型
  16. //对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
  17. //请将此类型的 ComVisible 特性设置为 true。
  18. [assembly: ComVisible(false)]
  19. //若要开始生成可本地化的应用程序,请设置
  20. //.csproj 文件中的 <UICulture>CultureYouAreCodingWith</UICulture>
  21. //例如,如果您在源文件中使用的是美国英语,
  22. //使用的是美国英语,请将 <UICulture> 设置为 en-US。 然后取消
  23. //对以下 NeutralResourceLanguage 特性的注释。 更新
  24. //以下行中的“en-US”以匹配项目文件中的 UICulture 设置。
  25. //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
  26. [assembly: ThemeInfo(
  27. ResourceDictionaryLocation.None, //主题特定资源词典所处位置
  28. //(未在页面中找到资源时使用,
  29. //或应用程序资源字典中找到时使用)
  30. ResourceDictionaryLocation.SourceAssembly //常规资源词典所处位置
  31. //(未在页面中找到资源时使用,
  32. //、应用程序或任何主题专用资源字典中找到时使用)
  33. )]
  34. // 程序集的版本信息由下列四个值组成:
  35. //
  36. // 主版本
  37. // 次版本
  38. // 生成号
  39. // 修订号
  40. //
  41. //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
  42. //通过使用 "*",如下所示:
  43. // [assembly: AssemblyVersion("1.0.*")]
  44. [assembly: AssemblyVersion("1.4.5.0")]
  45. [assembly: AssemblyFileVersion("1.4.5.0")]