zoukankan      html  css  js  c++  java
  • dll映射xmlns

    // (c) Copyright Microsoft Corporation.
    // This source is subject to the Microsoft Public License (Ms-PL).
    // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.
    // All other rights reserved.

    using System;
    using System.Reflection;
    using System.Resources;
    using System.Runtime.CompilerServices;
    using System.Runtime.InteropServices;
    using System.Windows.Markup;

    [assembly: AssemblyTitle("System.Windows.Controls.Toolkit")]
    [assembly: AssemblyDescription("Silverlight Toolkit Common Controls.Toolkit")]
    [assembly: AssemblyConfiguration("")]
    [assembly: AssemblyCompany("Microsoft Corporation")]
    [assembly: AssemblyProduct("Microsoft® Silverlight™ Toolkit")]
    [assembly: AssemblyCopyright("© Microsoft Corporation 2010")]
    [assembly: AssemblyTrademark("")]
    [assembly: AssemblyCulture("")]
    [assembly: NeutralResourcesLanguage("en-US")]
    [assembly: ComVisible(false)]
    [assembly: AssemblyVersion("5.0.5.0")]
    [assembly: AssemblyFileVersion("5.0.60818.0")]
    [assembly: CLSCompliant(true)]
    [assembly: XmlnsPrefix("http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit", "toolkit")]
    [assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit", "System.Windows.Controls")]

  • 相关阅读:
    [转]jQuery知识总结
    sqlserver2008 函数1
    使用触发器生成流水号
    日期格式
    数据库正在使用,删除不了的问题
    continue 语句
    逻辑语句和函数
    ASP.NET中的随机密码生成
    相对路径
    “基类包括字段,但其类型与控件的类型不兼容”的解决方法
  • 原文地址:https://www.cnblogs.com/zymsdn/p/3269841.html
Copyright © 2011-2022 走看看