資源簡介
基于oracle的圖書管理系統 代碼清晰易懂 不失為一個好資源

代碼片段和文件信息
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(““)]
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????926??2009-06-02?21:02??BookManagement\BookManagement.sln
????..A..H.?????30720??2009-11-27?23:11??BookManagement\BookManagement.suo
?????文件???????8618??2009-06-02?21:22??BookManagement\UpgradeLog.xm
?????文件??????10752??2009-06-02?21:41??BookManagement\readme.doc
?????文件???????2208??2009-11-27?23:05??BookManagement\DB\libinf.sql
?????文件???????1078??2008-04-25?13:58??BookManagement\BookManagement\App.ico
?????文件???????6394??2009-06-02?21:37??BookManagement\BookManagement\frmUpdatePwd.cs
?????文件???????6578??2009-06-02?20:56??BookManagement\BookManagement\BookManagement.csproj
?????文件???????2255??2009-06-02?21:39??BookManagement\BookManagement\BookManagement.csproj.user
?????文件??????53248??2004-10-08?21:22??BookManagement\BookManagement\CUCalendar.dll
?????文件??????20723??2009-06-02?21:31??BookManagement\BookManagement\frmApplication.cs
?????文件???????9704??2009-06-02?21:36??BookManagement\BookManagement\frmAddBook.cs
?????文件???????5814??2009-06-02?21:36??BookManagement\BookManagement\frmAddBook.resx
?????文件??????30681??2009-06-02?21:31??BookManagement\BookManagement\frmApplication.resx
?????文件???????5729??2009-06-02?21:36??BookManagement\BookManagement\frmDelete.cs
?????文件???????5814??2009-06-02?21:36??BookManagement\BookManagement\frmDelete.resx
?????文件??????16643??2009-06-02?21:37??BookManagement\BookManagement\frmSetupUser.cs
?????文件???????5814??2009-06-02?21:37??BookManagement\BookManagement\frmSetupUser.resx
?????文件??????10472??2009-06-02?21:37??BookManagement\BookManagement\frmUpdate.cs
?????文件??????18225??2008-05-08?22:25??BookManagement\BookManagement\frmSearch.resx
?????文件???????5814??2009-06-02?21:37??BookManagement\BookManagement\frmUpdate.resx
?????文件???????5814??2009-06-02?21:37??BookManagement\BookManagement\frmUpdatePwd.resx
?????文件??????12013??2009-06-02?20:56??BookManagement\BookManagement\frmlogin.cs
?????文件?????342218??2009-06-02?20:56??BookManagement\BookManagement\frmlogin.resx
?????文件???????4532??2009-06-02?21:17??BookManagement\BookManagement\frmAbout.cs
?????文件???????5814??2009-06-02?21:17??BookManagement\BookManagement\frmAbout.resx
?????文件???????1857??2009-06-02?21:29??BookManagement\BookManagement\AssemblyInfo.cs
?????文件???????8869??2009-11-27?22:44??BookManagement\BookManagement\OperaterOracDB.cs
?????文件?????315392??2009-11-27?22:33??BookManagement\BookManagement\bin\Debug\BookManagement.exe
?????文件?????136704??2009-11-27?22:33??BookManagement\BookManagement\bin\Debug\BookManagement.pdb
............此處省略47個文件信息
評論
共有 條評論