AssemblyInfo.cs 2.37 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;

7 8
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
潘栩锋's avatar
潘栩锋 committed
9
// 与程序集关联的信息。
10
[assembly: AssemblyTitle("枫莱尔--追边测厚仪客户端")]
潘栩锋's avatar
潘栩锋 committed
11 12 13 14
[assembly: AssemblyDescription("追边测厚仪.客户端.界面")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("枫莱尔自动化技术有限公司")]
[assembly: AssemblyProduct("枫莱尔--追边测厚仪客户端")]
15
[assembly: AssemblyCopyright("Copyright ©  2020")]
潘栩锋's avatar
潘栩锋 committed
16 17 18
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

19 20 21
// 将 ComVisible 设置为 false 会使此程序集中的类型
//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
//请将此类型的 ComVisible 特性设置为 true。
潘栩锋's avatar
潘栩锋 committed
22 23
[assembly: ComVisible(false)]

24 25 26 27 28
//若要开始生成可本地化的应用程序,请设置
//.csproj 文件中的 <UICulture>CultureYouAreCodingWith</UICulture>
//例如,如果您在源文件中使用的是美国英语,
//使用的是美国英语,请将 <UICulture> 设置为 en-US。  然后取消
//对以下 NeutralResourceLanguage 特性的注释。  更新
潘栩锋's avatar
潘栩锋 committed
29 30 31 32 33 34 35
//以下行中的“en-US”以匹配项目文件中的 UICulture 设置。

//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]


[assembly: ThemeInfo(
    ResourceDictionaryLocation.None, //主题特定资源词典所处位置
36 37
                                     //(未在页面中找到资源时使用,
                                     //或应用程序资源字典中找到时使用)
潘栩锋's avatar
潘栩锋 committed
38
    ResourceDictionaryLocation.SourceAssembly //常规资源词典所处位置
39 40
                                              //(未在页面中找到资源时使用,
                                              //、应用程序或任何主题专用资源字典中找到时使用)
潘栩锋's avatar
潘栩锋 committed
41 42 43
)]


44
// 程序集的版本信息由下列四个值组成: 
潘栩锋's avatar
潘栩锋 committed
45 46
//
//      主版本
47 48
//      次版本
//      生成号
潘栩锋's avatar
潘栩锋 committed
49 50
//      修订号
//
51 52
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
潘栩锋's avatar
潘栩锋 committed
53
// [assembly: AssemblyVersion("1.0.*")]
潘栩锋's avatar
潘栩锋 committed
54 55
[assembly: AssemblyVersion("6.20.0.0")]
[assembly: AssemblyFileVersion("6.20.0.0")]
潘栩锋's avatar
潘栩锋 committed
56
[assembly: Guid("D12087A7-EEC4-4D9F-9269-8F20324F4B04")]