~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/DisplayBindings/AvalonEdit.AddIn/Configuration/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.Runtime.InteropServices;
 
9
using System.Windows;
 
10
 
 
11
#endregion
 
12
 
 
13
// General Information about an assembly is controlled through the following 
 
14
// set of attributes. Change these attribute values to modify the information
 
15
// associated with an assembly.
 
16
[assembly: AssemblyTitle("AvalonEdit.AddIn")]
 
17
[assembly: AssemblyDescription("")]
 
18
[assembly: AssemblyConfiguration("")]
 
19
[assembly: AssemblyTrademark("")]
 
20
[assembly: AssemblyCulture("")]
 
21
 
 
22
[assembly: ThemeInfo(
 
23
    ResourceDictionaryLocation.SourceAssembly, //where theme specific resource dictionaries are located
 
24
    ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
 
25
)]