Skip to content

Commit eaf78be

Browse files
Remove duplicated and sometimes empty assembly attributes (looks now similar to AvalonEdit AssemblyInfo.cs)
1 parent 600eb2f commit eaf78be

File tree

8 files changed

+0
-43
lines changed

8 files changed

+0
-43
lines changed

WpfDesign.Design.ExpressionBlendInteractionAddon/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@
2121
using System.Windows;
2222
using System.Windows.Markup;
2323

24-
// Allgemeine Informationen über eine Assembly werden über die folgenden
25-
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
26-
// die einer Assembly zugeordnet sind.
27-
[assembly: AssemblyTitle("WpfDesign.Design.ExpressionBlendInteractionAddon")]
28-
[assembly: AssemblyDescription("")]
29-
[assembly: AssemblyConfiguration("")]
30-
[assembly: AssemblyTrademark("")]
31-
[assembly: AssemblyCulture("")]
32-
3324
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
3425
[assembly: Guid("01f281cf-7616-40e3-abe7-aac008698719")]
3526

WpfDesign.Design.ExpressionBlendInteractionAddon/WpfDesign.Designer.ExpressionBlendInteractionAddon.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<OutputType>Library</OutputType>
44
<TargetFrameworks>net45;net5.0-windows</TargetFrameworks>
55
<UseWPF>true</UseWPF>
6-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
76
<AssemblyName>ICSharpCode.WpfDesign.Designer.ExpressionBlendInteractionAddon</AssemblyName>
87
<RootNamespace>ICSharpCode.WpfDesign.Designer.ExpressionBlendInteractionAddon</RootNamespace>
98
<Version>8.0</Version>

WpfDesign.Designer/Project/Configuration/AssemblyInfo.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030

3131
#endregion
3232

33-
// General Information about an assembly is controlled through the following
34-
// set of attributes. Change these attribute values to modify the information
35-
// associated with an assembly.
36-
[assembly: AssemblyTitle("WpfDesign.Designer")]
37-
[assembly: AssemblyDescription("")]
38-
[assembly: AssemblyConfiguration("")]
39-
[assembly: AssemblyTrademark("")]
40-
[assembly: AssemblyCulture("")]
4133
[assembly: CLSCompliant(true)]
4234

4335
//In order to begin building localizable applications, set

WpfDesign.Designer/Project/WpfDesign.Designer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<OutputType>Library</OutputType>
44
<TargetFrameworks>net45;net5.0-windows</TargetFrameworks>
55
<UseWPF>true</UseWPF>
6-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
76
<AssemblyName>ICSharpCode.WpfDesign.Designer</AssemblyName>
87
<DocumentationFile>..\..\bin\net5.0-windows\ICSharpCode.WpfDesign.Designer.xml</DocumentationFile>
98
<Version>8.0</Version>

WpfDesign.XamlDom/Project/AssemblyInfo.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,4 @@
2121
using System.Runtime.CompilerServices;
2222
using System.Runtime.InteropServices;
2323

24-
// Information about this assembly is defined by the following
25-
// attributes.
26-
//
27-
// change them to the information which is associated with the assembly
28-
// you compile.
29-
30-
[assembly: AssemblyTitle("ICSharpCode.WpfDesign.XamlDom")]
31-
[assembly: AssemblyDescription("")]
32-
[assembly: AssemblyConfiguration("")]
33-
[assembly: AssemblyTrademark("")]
34-
[assembly: AssemblyCulture("")]
3524
[assembly: CLSCompliant(true)]

WpfDesign.XamlDom/Project/WpfDesign.XamlDom.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<DocumentationFile>..\..\bin\net5.0-windows\ICSharpCode.WpfDesign.XamlDom.xml</DocumentationFile>
66
<OutputPath>..\..\bin\</OutputPath>
77
<UseWPF>true</UseWPF>
8-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
98
<AssemblyName>ICSharpCode.WpfDesign.XamlDom</AssemblyName>
109
<Version>8.0</Version>
1110
<AssemblyVersion>8.0.0.0</AssemblyVersion>

WpfDesign/Project/Configuration/AssemblyInfo.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@
2222
using System.Runtime.InteropServices;
2323
using System.Windows.Markup;
2424

25-
// Information about this assembly is defined by the following
26-
// attributes.
27-
//
28-
// change them to the information which is associated with the assembly
29-
// you compile.
30-
31-
[assembly: AssemblyTitle("WpfDesign")]
32-
[assembly: AssemblyDescription("")]
33-
[assembly: AssemblyConfiguration("")]
34-
[assembly: AssemblyTrademark("")]
35-
[assembly: AssemblyCulture("")]
3625
[assembly: CLSCompliant(true)]
3726

3827
[assembly: XmlnsDefinition("http://sharpdevelop.net", "ICSharpCode.WpfDesign.PropertyGrid")]

WpfDesign/Project/WpfDesign.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<DocumentationFile>..\..\bin\net5.0-windows\ICSharpCode.WpfDesign.xml</DocumentationFile>
66
<OutputPath>..\..\bin\</OutputPath>
77
<UseWPF>true</UseWPF>
8-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
98
<AssemblyName>ICSharpCode.WpfDesign</AssemblyName>
109
<RootNamespace>ICSharpCode.WpfDesign</RootNamespace>
1110
<Version>8.0</Version>

0 commit comments

Comments
 (0)