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")]

  • 相关阅读:
    配置 Linux 服务器 SSH 安全访问的四个小技巧
    线性代数
    转载的其它人博客
    c#下dll引入错误的问题
    游戏中简单代码
    明年的任务
    c# 异步通信网络中存在的问题
    解决导入五万条数据缓慢问题
    c#中关于结构体和字节数组转化
    写给现在的自己
  • 原文地址:https://www.cnblogs.com/zymsdn/p/3269841.html
Copyright © 2011-2022 走看看