📄 assemblyinfo.cs
字号:
#region --- Copyright Information ---
/*
*******************************************************************
| |
| OpenNETCF Smart Device Framework 2.2 |
| |
| |
| Copyright (c) 2000-2008 OpenNETCF Consulting LLC |
| ALL RIGHTS RESERVED |
| |
| The entire contents of this file is protected by U.S. and |
| International Copyright Laws. Unauthorized reproduction, |
| reverse-engineering, and distribution of all or any portion of |
| the code contained in this file is strictly prohibited and may |
| result in severe civil and criminal penalties and will be |
| prosecuted to the maximum extent possible under the law. |
| |
| RESTRICTIONS |
| |
| THIS SOURCE CODE AND ALL RESULTING INTERMEDIATE FILES |
| ARE CONFIDENTIAL AND PROPRIETARY TRADE |
| SECRETS OF OPENNETCF CONSULTING LLC THE REGISTERED DEVELOPER IS |
| LICENSED TO DISTRIBUTE THE PRODUCT AND ALL ACCOMPANYING .NET |
| CONTROLS AS PART OF A COMPILED EXECUTABLE PROGRAM ONLY. |
| |
| THE SOURCE CODE CONTAINED WITHIN THIS FILE AND ALL RELATED |
| FILES OR ANY PORTION OF ITS CONTENTS SHALL AT NO TIME BE |
| COPIED, TRANSFERRED, SOLD, DISTRIBUTED, OR OTHERWISE MADE |
| AVAILABLE TO OTHER INDIVIDUALS WITHOUT EXPRESS WRITTEN CONSENT |
| AND PERMISSION FROM OPENNETCF CONSULTING LLC |
| |
| CONSULT THE END USER LICENSE AGREEMENT FOR INFORMATION ON |
| ADDITIONAL RESTRICTIONS. |
| |
*******************************************************************
*/
#endregion
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("BackgroundWorkerSample")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("OpenNETCF Consulting")]
[assembly: AssemblyProduct("BackgroundWorkerSample")]
[assembly: AssemblyCopyright("Copyright © OpenNETCF Consulting 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("a95eba47-39e3-444f-a89e-35a339818e12")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
// Below attribute is to suppress FxCop warning "CA2232 : Microsoft.Usage : Add STAThreadAttribute to assembly"
// as Device app does not support STA thread.
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2232:MarkWindowsFormsEntryPointsWithStaThread")]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -