?? assemblyinfo.cpp
字號:
#include "stdafx.h"
#using <mscorlib.dll>
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
//
// 有關程序集的常規信息是通過下列
// 屬性集控制的。更改這些屬性值可修改與程序集
// 關聯的信息。
//
[assembly:AssemblyTitleAttribute("")];
[assembly:AssemblyDescriptionAttribute("")];
[assembly:AssemblyConfigurationAttribute("")];
[assembly:AssemblyCompanyAttribute("")];
[assembly:AssemblyProductAttribute("")];
[assembly:AssemblyCopyrightAttribute("")];
[assembly:AssemblyTrademarkAttribute("")];
[assembly:AssemblyCultureAttribute("")];
//
// 程序集的版本信息由下列 4 個值組成:
//
// 主版本
// 次版本
// 內部版本號
// 修訂號
//
// 您可以指定所有這些值,也可以使用“修訂號”和“內部版本號”的默認值,方法是按
//如下所示使用 '*':
[assembly:AssemblyVersionAttribute("1.0.*")];
//
// 要對程序集進行簽名,必須指定要使用的密鑰。有關程序集簽名的更多信息,請參考
// Microsoft .NET Framework 文檔。
//
// 使用下面的屬性控制用于簽名的密鑰。
//
// 注意:
// (*) 如果未指定密鑰,則不會對程序集簽名。
// (*) KeyName 是指已經安裝在
// 計算機上的加密服務提供程序(CSP)中的密鑰。KeyFile 是指包含
// 密鑰的文件。
// (*) 如果 KeyFile 和 KeyName 值都已指定,則
// 進行下面的處理:
// (1) 如果在 CSP 中可以找到 KeyName,則使用該密鑰。
// (2) 如果 KeyName 不存在而 KeyFile 存在,則將
// KeyFile 中的密鑰安裝到 CSP 中并且使用該密鑰。
// (*) 要創建 KeyFile,可以使用 sn.exe(強名稱)實用工具。
// 在指定 KeyFile 時,KeyFile 的位置應該是
// 相對于項目目錄的位置。
// (*)“延遲簽名”是一個高級選項 - 有關它的更多信息,請參閱 Microsoft .NET Framework
// 文檔。
//
[assembly:AssemblyDelaySignAttribute(false)];
[assembly:AssemblyKeyFileAttribute("")];
[assembly:AssemblyKeyNameAttribute("")];
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -