• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2024-05-02
  • 语言: C#
  • 标签: OutLook  out  

资源简介

Outlook Bar的一个实现。更适合应用程序自动化层(AAL)框架的实现,适合AAL事物的愿景

资源截图

代码片段和文件信息

using System.Reflection;
using 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: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

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

[assembly: AssemblyVersion(“1.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 output directory which is
//       %Project Directory%\obj\. For example if your KeyFile is
//       located in the project directory you would specify the AssemblyKeyFile 
//       attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
//   (*) Delay Signing is an advanced option - see the Microsoft .NET framework
//       documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1078  2003-04-11 18:58  projects.net\OutlookBar\App.ico
     文件       35720  2003-04-13 21:12  projects.net\OutlookBar\article.htm
     文件        2426  2003-04-11 18:58  projects.net\OutlookBar\AssemblyInfo.cs
     目录           0  2003-04-13 20:16  projects.net\OutlookBar\bin\
     目录           0  2003-04-13 18:24  projects.net\OutlookBar\bin\Debug\
     文件         766  2003-04-13 17:11  projects.net\OutlookBar\bin\Debug\img1.ico
     文件        1078  2003-04-13 18:18  projects.net\OutlookBar\bin\Debug\img2.ico
     文件        1078  2003-04-13 18:22  projects.net\OutlookBar\bin\Debug\img3.ico
     文件        1078  2003-04-13 18:24  projects.net\OutlookBar\bin\Debug\img4.ico
     文件       20480  2003-04-13 21:12  projects.net\OutlookBar\bin\Debug\OutlookBar.exe
     目录           0  2003-04-13 21:08  projects.net\OutlookBar\CSOutlookBar\
     文件        2726  2003-04-13 21:11  projects.net\OutlookBar\Form1.cs
     文件        5315  2003-04-13 13:58  projects.net\OutlookBar\Form1.resx
     文件        1078  2003-04-13 18:21  projects.net\OutlookBar\img.ico
     文件        1078  2003-04-13 18:06  projects.net\OutlookBar\img2.ico
     文件        1078  2003-04-13 18:23  projects.net\OutlookBar\img4.ico
     目录           0  2003-04-11 18:58  projects.net\OutlookBar\obj\
     目录           0  2003-04-13 20:56  projects.net\OutlookBar\obj\Debug\
     文件         324  2003-04-13 13:58  projects.net\OutlookBar\obj\Debug\OutlookBar.Form1.resources
     文件       14856  2003-04-13 21:12  projects.net\OutlookBar\obj\Debug\OutlookBar.projdata
     目录           0  2003-04-11 18:58  projects.net\OutlookBar\obj\Debug\temp\
     目录           0  2003-04-11 18:58  projects.net\OutlookBar\obj\Debug\TempPE\
     文件        5811  2003-04-13 21:06  projects.net\OutlookBar\OutlookBar.cs
     文件        5136  2003-04-13 18:24  projects.net\OutlookBar\OutlookBar.csproj
     文件        1774  2003-04-13 21:12  projects.net\OutlookBar\OutlookBar.csproj.user
     文件        1008  2003-04-12 12:05  projects.net\OutlookBar\OutlookBar.sln
     文件        7168  2003-04-13 21:12  projects.net\OutlookBar\OutlookBar.suo

评论

共有 条评论