~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/Libraries/AvalonEdit/ICSharpCode.AvalonEdit/Properties/AssemblyInfo.cs

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
 
2
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
 
3
 
 
4
#region Using directives
 
5
 
 
6
using System;
 
7
using System.Reflection;
 
8
using System.Resources;
 
9
using System.Runtime.CompilerServices;
 
10
using System.Runtime.InteropServices;
 
11
using System.Windows;
 
12
using System.Windows.Markup;
 
13
 
 
14
#endregion
 
15
 
 
16
// General Information about an assembly is controlled through the following 
 
17
// set of attributes. Change these attribute values to modify the information
 
18
// associated with an assembly.
 
19
[assembly: AssemblyTitle("ICSharpCode.AvalonEdit")]
 
20
[assembly: AssemblyDescription("WPF-based extensible text editor")]
 
21
[assembly: AssemblyConfiguration("")]
 
22
[assembly: AssemblyTrademark("")]
 
23
[assembly: AssemblyCulture("")]
 
24
 
 
25
[assembly: CLSCompliant(true)]
 
26
 
 
27
[assembly:InternalsVisibleTo("ICSharpCode.AvalonEdit.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100F1844BC8CBDC3779B0E5970A30D800668414128135F5D6CD274E726F7C84FBDBF74AD1AD0D9FBA9C0A6CC64C11D0F6A9EDBBE7B32B6F19D8F734E1C130814D40DF54FF9D063CE29BF7AF86B46A69F0E2B910991B52A2AE443648E199A09547E74663CBE1E72E89365034FF53B6A3CE281415CBE7E2DFB5E40E54667F35DC04CA")]
 
28
 
 
29
[assembly: ThemeInfo(
 
30
        ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
 
31
        //(used if a resource is not found in the page,
 
32
        // or application resource dictionaries)
 
33
        ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
 
34
        //(used if a resource is not found in the page,
 
35
        // app, or any theme specific resource dictionaries)
 
36
)]
 
37
 
 
38
[assembly: XmlnsPrefix("http://icsharpcode.net/sharpdevelop/avalonedit", "avalonedit")]
 
39
 
 
40
[assembly: XmlnsDefinition("http://icsharpcode.net/sharpdevelop/avalonedit", "ICSharpCode.AvalonEdit")]
 
41
[assembly: XmlnsDefinition("http://icsharpcode.net/sharpdevelop/avalonedit", "ICSharpCode.AvalonEdit.Editing")]
 
42
[assembly: XmlnsDefinition("http://icsharpcode.net/sharpdevelop/avalonedit", "ICSharpCode.AvalonEdit.Rendering")]
 
43
[assembly: XmlnsDefinition("http://icsharpcode.net/sharpdevelop/avalonedit", "ICSharpCode.AvalonEdit.Highlighting")]