AssemblyInfo.cs source code in C# .NET

Source code for the .NET framework in C#

                        

Code:

/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Presentation / AssemblyInfo.cs / 1305376 / AssemblyInfo.cs

                            using System; 
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.CompilerServices; 
using System.Windows;
using System.Windows.Markup; 
using System.Diagnostics.CodeAnalysis; 

[assembly: XmlnsDefinition(NameSpaces.Design, "System.Activities.Presentation")] 
[assembly: XmlnsDefinition(NameSpaces.Design, "System.Activities.Presentation.View")]
[assembly: XmlnsPrefix(NameSpaces.Design, NameSpaces.DesignPrefix)]
[assembly: XmlnsPrefix(NameSpaces.Mc, NameSpaces.McPrefix)]
 
[assembly: InternalsVisibleTo("CIT.System.Activities.Design, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
 
[assembly: InternalsVisibleTo("CIT.System.Activities.Core.Design, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] 

[assembly: InternalsVisibleTo("System.Activities.Core.Presentation, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] 

[assembly : ThemeInfo(ResourceDictionaryLocation.SourceAssembly,ResourceDictionaryLocation.SourceAssembly)]
[assembly: SuppressMessage("Microsoft.MSInternal", "CA904:DeclareTypesInMicrosoftOrSystemNamespace", Scope = "namespace", Target = "XamlGeneratedNamespace", Justification = "Xaml Generated")]
 
static class NameSpaces
{ 
    public const string Mc = "http://schemas.openxmlformats.org/markup-compatibility/2006"; 
    public const string Design = "http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation";
    public const string Activities = "http://schemas.microsoft.com/netfx/2009/xaml/activities"; 
    public const string DesignPrefix = "sap";
    public const string McPrefix = "mc";

    public static bool ShouldIgnore(string ns) 
    {
        return ns == Design; 
    } 
}

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.


                        

Link Menu

Network programming in C#, Network Programming in VB.NET, Network Programming in .NET
This book is available now!
Buy at Amazon US or
Buy at Amazon UK