資源簡介
適用初學者,很簡單,為了湊夠20字,為了湊夠20字為了湊夠20字為了湊夠20字

代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
//
//?有關程序集的常規信息是通過下列
//?屬性集控制的。更改這些屬性值可修改與程序集
//?關聯的信息。
//
[assembly:?Assemblytitle(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//
//?程序集的版本信息由下列?4?個值組成:
//
//??????主版本
//??????次版本?
//??????內部版本號
//??????修訂號
//
//?您可以指定所有這些值,也可以使用“修訂號”和“內部版本號”的默認值,方法是按
//?如下所示使用?‘*‘:
[assembly:?AssemblyVersion(“1.0.*“)]
//
//?要對程序集進行簽名,必須指定要使用的密鑰。有關程序集簽名的更多信息,請參考?
//?Microsoft?.NET?framework?文檔。
//
//?使用下面的屬性控制用于簽名的密鑰。
//
//?注意:
//???(*)?如果未指定密鑰,則程序集不會被簽名。
//???(*)?KeyName?是指已經安裝在計算機上的
//??????加密服務提供程序(CSP)中的密鑰。KeyFile?是指包含
//???????密鑰的文件。
//???(*)?如果?KeyFile?和?KeyName?值都已指定,則?
//???????發生下列處理:
//???????(1)?如果在?CSP?中可以找到?KeyName,則使用該密鑰。
//???????(2)?如果?KeyName?不存在而?KeyFile?存在,則?
//???????????KeyFile?中的密鑰安裝到?CSP?中并且使用該密鑰。
//???(*)?要創建?KeyFile,可以使用?sn.exe(強名稱)實用工具。
//???????在指定?KeyFile?時,KeyFile?的位置應該相對于
//???????項目輸出目錄,即
//???????%Project?Directory%\obj\。例如,如果?KeyFile?位于
//???????該項目目錄,應將?AssemblyKeyFile?
//???????屬性指定為?[assembly:?AssemblyKeyFile(“..\\..\\mykey.snk“)]
//???(*)?“延遲簽名”是一個高級選項?-?有關它的更多信息,請參閱?Microsoft?.NET?framework
//???????文檔。
//
[assembly:?AssemblyDelaySign(false)]
[assembly:?AssemblyKeyFile(““)]
[assembly:?AssemblyKeyName(““)]
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1078??2007-07-03?13:49??studentSys\App.ico
?????文件???????1859??2007-07-03?13:49??studentSys\AssemblyInfo.cs
?????文件????????548??2007-07-05?09:59??studentSys\CodeFile1.cs
?????文件??????11193??2007-07-06?14:14??studentSys\Form1.cs
?????文件??????17265??2007-07-06?14:14??studentSys\Form1.resx
?????文件???????7901??2007-07-05?11:44??studentSys\NewScoInfo.cs
?????文件??????13154??2007-07-05?10:04??studentSys\NewScoInfo.resx
?????文件??????11529??2007-07-09?13:11??studentSys\NewStuInfo.cs
?????文件??????16568??2007-07-05?00:11??studentSys\NewStuInfo.resx
?????文件???????6552??2007-07-05?11:37??studentSys\NewSubInfo.cs
?????文件??????10914??2007-07-05?00:28??studentSys\NewSubInfo.resx
?????文件???????1258??2007-07-04?23:08??studentSys\Score.cs
?????文件???????6432??2007-07-04?23:08??studentSys\Score.resx
?????文件??????11111??2007-07-05?10:28??studentSys\studentSys.csproj
?????文件???????1803??2008-07-16?12:41??studentSys\studentSys.csproj.user
?????文件????????905??2007-07-03?13:49??studentSys\studentSys.sln
????..A..H.??????7680??2008-07-16?12:41??studentSys\studentSys.suo
?????文件??????10510??2007-07-05?10:59??studentSys\StuInfo1.cs
?????文件??????16514??2007-07-05?10:57??studentSys\StuInfo1.resx
?????文件??????10174??2007-07-05?11:05??studentSys\StuInfo2.cs
?????文件??????16514??2007-07-05?11:05??studentSys\StuInfo2.resx
?????文件???????5297??2007-07-05?11:16??studentSys\Sub1.cs
?????文件???????9788??2007-07-05?11:10??studentSys\Sub1.resx
?????文件???????5290??2007-07-05?11:40??studentSys\Sub2.cs
?????文件???????9788??2007-07-05?11:38??studentSys\Sub2.resx
?????文件???????8136??2007-07-05?08:43??studentSys\StuInfo_change.cs
?????文件??????16012??2007-07-05?08:43??studentSys\StuInfo_change.resx
?????文件???????8122??2007-07-05?08:45??studentSys\StuInfo_Del.cs
?????文件??????16009??2007-07-05?08:45??studentSys\StuInfo_Del.resx
?????文件???????5597??2007-07-05?08:57??studentSys\Sco_Add.cs
............此處省略50個文件信息
- 上一篇:IN4733A datesheet
- 下一篇:用verilog語言實現的流水燈程序
評論
共有 條評論