以前做NOKIA手机与PC通信时所参考的源代码,里面包括两个程序,一个是手机文件夹浏览源码,另一个手机SIS安装程序.

源代码在线查看: assemblyinfo.cs

软件大小: 1201 K
上传用户: xiaochonghan
关键词: NOKIA 手机 SIS 安装程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				//Filename    : AssemblyInfo.CS
				//Part of     : Phone Navigator C# example
				//Description : Assembly info of CSPhoneNavigator.NET example application
				//Version     : 3.2
				//
				//This example is only to be used with PC Connectivity API version 3.2.
				//Compability ("as is") with future versions is not quaranteed.
				//
				//Copyright (c) 2007 Nokia Corporation.
				//
				//This material, including but not limited to documentation and any related
				//computer programs, is protected by intellectual property rights of Nokia
				//Corporation and/or its licensors.
				//All rights are reserved. Reproducing, modifying, translating, or
				//distributing any or all of this material requires the prior written consent
				//of Nokia Corporation. Nokia Corporation retains the right to make changes
				//to this material at any time without notice. A copyright license is hereby
				//granted to download and print a copy of this material for personal use only.
				//No other license to any other intellectual property rights is granted. The
				//material is provided "as is" without warranty of any kind, either express or
				//implied, including without limitation, any warranty of non-infringement,
				//merchantability and fitness for a particular purpose. In no event shall
				//Nokia Corporation be liable for any direct, indirect, special, incidental,
				//or consequential loss or damages, including but not limited to, lost profits
				//or revenue,loss of use, cost of substitute program, or loss of data or
				//equipment arising out of the use or inability to use the material, even if
				//Nokia Corporation has been advised of the likelihood of such damages occurring.
				
				using System;
				using System.Reflection;
				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.
				
				// Review the values of the assembly attributes
				
				[assembly: AssemblyTitle("CSPhoneNavigator.NET")]
				[assembly: AssemblyDescription("Phone Navigator C# example")]
				[assembly: AssemblyCompany("Nokia Corporation")]
				[assembly: AssemblyProduct("PC Connectivity API version 3.2")]
				[assembly: AssemblyCopyright("Copyright (c) 2007 Nokia Corporation.")]
				[assembly: AssemblyTrademark("")]
				[assembly: CLSCompliant(true)]
				
				//The following GUID is for the ID of the typelib if this project is exposed to COM
				[assembly: Guid("15C1552E-D5AD-4df5-985A-829EEB8D041D")]
				
				// Version information for an assembly consists of the following four values:
				//
				//      Major Version
				//      Minor Version 
				//      Build Number
				//      Revision
				//
				// You can specify all the values or you can default the Build and Revision Numbers 
				// by using the '*' as shown below:
				
				[assembly: AssemblyVersion("3.2.*")]
							

相关资源