终端一体化运控平台
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.

AssemblyInfo.cs 854 B

2 年之前
12345678910111213141516
  1. using System.Runtime.InteropServices;
  2. [assembly: System.Windows.ThemeInfo(System.Windows.ResourceDictionaryLocation.None, System.Windows.ResourceDictionaryLocation.SourceAssembly)]
  3. // 在此类的 SDK 样式项目中,现在,在此文件中早前定义的几个程序集属性将在生成期间自动添加,并使用在项目属性中定义的值进行填充。有关包含的属性以及如何定制此过程的详细信息,请参阅
  4. // https://aka.ms/assembly-info-properties
  5. // 将 ComVisible 设置为 false 会使此程序集中的类型对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,请将该类型的 ComVisible
  6. // 属性设置为 true。
  7. [assembly: ComVisible(false)]
  8. // 如果此项目向 COM 公开,则下列 GUID 用于 typelib 的 ID。
  9. [assembly: Guid("ad425ef8-378d-4499-b279-09b566451a3e")]