~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/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.CompilerServices;
 
9
using System.Resources;
 
10
using System.Globalization;
 
11
using System.Windows;
 
12
using System.Runtime.InteropServices;
 
13
using ICSharpCode.WpfDesign.Extensions;
 
14
using System.Windows.Markup;
 
15
 
 
16
#endregion
 
17
 
 
18
// General Information about an assembly is controlled through the following 
 
19
// set of attributes. Change these attribute values to modify the information
 
20
// associated with an assembly.
 
21
[assembly: AssemblyTitle("WpfDesign.Designer")]
 
22
[assembly: AssemblyDescription("")]
 
23
[assembly: AssemblyConfiguration("")]
 
24
[assembly: AssemblyTrademark("")]
 
25
[assembly: AssemblyCulture("")]
 
26
[assembly: CLSCompliant(true)]
 
27
 
 
28
//In order to begin building localizable applications, set 
 
29
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
 
30
//inside a <PropertyGroup>.  For example, if you are using US english
 
31
//in your source files, set the <UICulture> to en-US.  Then uncomment
 
32
//the NeutralResourceLanguage attribute below.  Update the "en-US" in
 
33
//the line below to match the UICulture setting in the project file.
 
34
 
 
35
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
 
36
 
 
37
 
 
38
[assembly: ThemeInfo(
 
39
    ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
 
40
    //(used if a resource is not found in the page, 
 
41
    // or application resource dictionaries)
 
42
    ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
 
43
    //(used if a resource is not found in the page, 
 
44
    // app, or any theme specific resource dictionaries)
 
45
)]
 
46
 
 
47
[assembly: XmlnsPrefix("http://sharpdevelop.net", "sd")]
 
48
 
 
49
[assembly: XmlnsDefinition("http://sharpdevelop.net", "ICSharpCode.WpfDesign.Designer")]
 
50
[assembly: XmlnsDefinition("http://sharpdevelop.net", "ICSharpCode.WpfDesign.Designer.Controls")]
 
51
[assembly: XmlnsDefinition("http://sharpdevelop.net", "ICSharpCode.WpfDesign.Designer.PropertyGrid")]
 
52
[assembly: XmlnsDefinition("http://sharpdevelop.net", "ICSharpCode.WpfDesign.Designer.PropertyGrid.Editors")]