资源简介

Nunit 2.4.8的源码,对开源感兴趣的人可以看看,希望对想更深入了解Nunit的人有帮助。

资源截图

代码片段和文件信息

using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;

//
// 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.
//
[assembly:AssemblytitleAttribute(““)];
[assembly:AssemblyDescriptionAttribute(““)];
[assembly:AssemblyConfigurationAttribute(““)];
[assembly:AssemblyCompanyAttribute(““)];
[assembly:AssemblyProductAttribute(““)];
[assembly:AssemblyCopyrightAttribute(““)];
[assembly:AssemblyTrademarkAttribute(““)];
[assembly:AssemblyCultureAttribute(““)];

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the value or you can default the Revision and Build Numbers 
// by using the ‘*‘ as shown below:

[assembly:AssemblyVersionAttribute(“2.2.0.0“)];

//
// In order to sign your assembly you must specify a key to use. Refer to the 
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing. 
//
// Notes: 
//   (*) If no key is specified the assembly is not signed.
//   (*) KeyName refers to a key that has been installed in the Crypto Service
//       Provider (CSP) on your machine. KeyFile refers to a file which contains
//       a key.
//   (*) If the KeyFile and the KeyName values are both specified the 
//       following processing occurs:
//       (1) If the KeyName can be found in the CSP that key is used.
//       (2) If the KeyName does not exist and the KeyFile does exist the key 
//           in the KeyFile is installed into the CSP and used.
//   (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
//        When specifying the KeyFile the location of the KeyFile should be
//        relative to the project directory.
//   (*) Delay Signing is an advanced option - see the Microsoft .NET framework
//       documentation for more information on this.
//
[assembly:AssemblyDelaySignAttribute(false)];
[assembly:AssemblyKeyFileAttribute(““)];
[assembly:AssemblyKeyNameAttribute(““)];


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       39936  2008-07-21 08:26  doc\files\QuickStart.Spanish.doc
     文件        1394  2008-07-21 08:26  doc\files\Summary.xslt
     文件        6196  2008-07-21 08:26  doc\files\TestResult.xml
     文件        6144  2006-10-22 02:30  doc\files\Thumbs.db
     文件       37376  2008-07-21 08:26  doc\files\QuickStart.doc
     文件        3029  2008-07-21 08:26  doc\files\Results.xsd
     文件        1467  2008-07-21 08:26  doc\img\logo.gif
     文件       26022  2008-07-21 08:26  doc\img\textOutputOptions.jpg
     文件       43859  2008-07-21 08:26  doc\img\generalTab.jpg
     文件       22910  2008-07-21 08:26  doc\img\generalOptions.jpg
     文件       22546  2008-07-21 08:26  doc\img\optionsDialog.jpg
     文件       22355  2008-07-21 08:26  doc\img\addinsDialog.JPG
     文件          73  2008-07-21 08:26  doc\img\bulletOff.gif
     文件       70948  2008-07-21 08:26  doc\img\gui-verify.jpg
     文件       46531  2008-07-21 08:26  doc\img\assembliesTab.jpg
     文件       36503  2008-07-21 08:26  doc\img\testProperties.jpg
     文件       31282  2008-07-21 08:26  doc\img\displayTab.jpg
     文件       64686  2008-07-21 08:26  doc\img\gui-screenshot.jpg
     文件       21985  2008-07-21 08:26  doc\img\treeDisplayOptions.JPG
     文件       17018  2008-07-21 08:26  doc\img\configEditor.jpg
     文件       16439  2008-07-21 08:26  doc\img\resultTab.jpg
     文件       23401  2008-07-21 08:26  doc\img\assemblyReloadOptions.JPG
     文件       59316  2008-07-21 08:26  doc\img\console-mock.jpg
     文件       43967  2008-07-21 08:26  doc\img\miniGui.jpg
     文件       35780  2008-07-21 08:26  doc\img\testsTab.JPG
     文件         863  2008-07-21 08:26  doc\img\langFilter.gif
     文件       22917  2008-07-21 08:26  doc\img\testResultOptions.JPG
     文件          73  2008-07-21 08:26  doc\img\bulletOn.gif
     文件       27356  2008-07-21 08:26  doc\img\testLoadOptions.jpg
     文件       21961  2008-07-21 08:26  doc\img\visualStudioOptions.JPG
     文件       38632  2008-07-21 08:26  doc\img\testOutputOptions.jpg
............此处省略959个文件信息

评论

共有 条评论