zoukankan      html  css  js  c++  java
  • Wellformed AssemblyInfo.cs

    using System;
    using System.Reflection;
    using System.Runtime.CompilerServices;
    using System.Runtime.InteropServices;
    using System.Security.Permissions;

    #region General information
    [assembly: AssemblyTitle(
    "AlanDean.Framework.Logic.dll")]
    [assembly: AssemblyDescription(
    "Framework Logic Library")]
    [assembly: AssemblyConfiguration(
    "")]
    [assembly: AssemblyCompany(
    "Alan Dean")]
    [assembly: AssemblyProduct(
    "Alan Dean Framework")]
    [assembly: AssemblyCopyright(
    "©2004 All Rights Reserved")]
    [assembly: AssemblyTrademark(
    "")]
    #endregion

    #region Strong name
    [assembly: AssemblyCulture(
    "")]

    [assembly: AssemblyVersion(
    "1.0.0.0")]

    [assembly: AssemblyDelaySign(
    false)]
    [assembly: AssemblyKeyFile(
    "C:\\AlanDean.snk")]
    [assembly: AssemblyKeyName(
    "")]
    #endregion

    #region COM
    [assembly: ComVisible(
    false)]
    #endregion

    #region CLS
    [assembly: CLSCompliant(
    true)]
    #endregion

    #region Security
    [assembly:PermissionSetAttribute(SecurityAction.RequestMinimum, Name
    ="Nothing")]
    #endregion
  • 相关阅读:
    php抽象与接口的区别[转载]
    PHP基础知识(一)
    HTML/CSS方法实现下拉菜单
    SQL语句详细汇总[转]
    (5) 控制器和状态
    (4)模型和数据
    (3)理解代理 proxy
    (2)基于原型的类继承
    (1) basic javascript class
    观察者模式
  • 原文地址:https://www.cnblogs.com/rickel/p/188745.html
Copyright © 2011-2022 走看看