資源簡介
NULL
博文鏈接:https://fish198398.iteye.com/blog/367265

代碼片段和文件信息
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?的位置應該
//????????相對于“項目輸出目錄”。項目輸出
//????????目錄的位置取決于您是在使用本地項目還是?Web?項目。
//????????對于本地項目,項目輸出目錄定義為
//???????\obj\。例如,如果?KeyFile?位于該
//???????項目目錄中,應將?AssemblyKeyFile?
//???????屬性指定為?[assembly:?AssemblyKeyFile(“..\\..\\mykey.snk“)]
//????????對于?Web?項目,項目輸出目錄定義為
//???????%HOMEPATH%\VSWebCache\\\obj\。
//???(*)?“延遲簽名”是一個高級選項?-?有關它的更多信息,請參閱?Microsoft?.NET?framework
//???????文檔。
//
[assembly:?AssemblyDelaySign(false)]
[assembly:?AssemblyKeyFile(““)]
[assembly:?AssemblyKeyName(““)]
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2115??2009-03-28?13:45??StudentManager\AssemblyInfo.cs
?????文件???????4804??2009-03-29?21:46??StudentManager\Default.aspx
?????文件???????2966??2009-03-29?22:17??StudentManager\Default.aspx.cs
?????文件???????5317??2009-03-29?21:45??StudentManager\Default.aspx.resx
?????文件?????????81??2009-03-28?13:45??StudentManager\Global.asax
?????文件???????1380??2009-03-28?13:45??StudentManager\Global.asax.cs
?????文件???????1733??2002-01-29?22:04??StudentManager\Global.asax.resx
?????文件??????79969??2009-03-31?21:26??StudentManager\StudentManager.csproj
?????文件????????126??2009-03-31?19:23??StudentManager\StudentManager.csproj.webinfo
?????文件????????945??2009-03-28?14:54??StudentManager\StudentManager.sln
????..A..H.?????13312??2009-03-31?22:32??StudentManager\StudentManager.suo
????..A.SH.??????5632??2009-03-28?14:03??StudentManager\Thumbs.db
?????文件???????4419??2009-03-31?23:38??StudentManager\Web.config
????..AD.H.?????????0??2009-04-01?16:23??StudentManager\_vti_txt
????..AD.H.?????????0??2009-04-01?16:23??StudentManager\_vti_sc
?????文件????????109??2009-03-28?13:44??StudentManager\_vti_pvt\access.cnf
?????文件????????324??2009-03-28?13:44??StudentManager\_vti_pvt\deptodoc.btr
?????文件????????324??2009-03-28?13:44??StudentManager\_vti_pvt\doctodep.btr
?????文件???????1291??2009-03-28?13:44??StudentManager\_vti_pvt\service.cnf
?????文件??????????0??2009-03-28?13:44??StudentManager\_vti_pvt\service.lck
?????文件??????????3??2009-03-28?13:44??StudentManager\_vti_pvt\services.cnf
????..AD.H.?????????0??2009-04-01?16:23??StudentManager\_vti_pvt
????..AD.H.?????????0??2009-04-01?16:23??StudentManager\_vti_cnf
?????文件??????58508??2008-06-28?22:33??StudentManager\Upload\4e800709c6f2189e37054.jpg
?????文件??????23045??2007-01-31?15:25??StudentManager\Upload\DengLuBg.gif
????..A.S..??????7680??2009-03-28?13:46??StudentManager\Upload\Thumbs.db
?????文件??????19763??2009-03-29?16:58??StudentManager\Upload\{0EE69C70-6E79-439F-A3A7-F12C4ED5A2AA}0.jpg
????..AD...?????????0??2009-04-01?16:23??StudentManager\Upload
?????文件????????473??2009-03-31?21:31??StudentManager\UpFile\633741318617743620.rar
?????文件????????473??2009-03-31?21:32??StudentManager\UpFile\633741319579306120.rar
............此處省略484個文件信息
評論
共有 條評論