From d12bb763164e3134663982bd71204e066e7ea461 Mon Sep 17 00:00:00 2001 From: Nebuleux_cp Date: Thu, 8 Mar 2012 15:35:05 +0000 Subject: [PATCH] Update the assemblies informations. --- .../Properties/AssemblyInfo.cs | 8 ++++---- .../Samples.Modules.Button/Properties/AssemblyInfo.cs | 8 ++++---- .../Samples.Modules.Caclulator/Properties/AssemblyInfo.cs | 8 ++++---- .../Properties/AssemblyInfo.cs | 8 ++++---- .../Samples.Modules.Color/Properties/AssemblyInfo.cs | 8 ++++---- .../Samples.Modules.DateTime/Properties/AssemblyInfo.cs | 8 ++++---- .../Samples.Modules.Numeric/Properties/AssemblyInfo.cs | 8 ++++---- .../Properties/AssemblyInfo.cs | 8 ++++---- .../Samples.Modules.Text/Properties/AssemblyInfo.cs | 8 ++++---- .../Samples.Modules.Wizard/Properties/AssemblyInfo.cs | 8 ++++---- .../Samples.Infrastructure/Properties/AssemblyInfo.cs | 8 ++++---- .../Src/Samples/Samples/Properties/AssemblyInfo.cs | 8 ++++---- .../Src/WPFToolkit.Extended/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 8 ++++---- .../Src/WPFToolkit.Extended/Properties/AssemblyInfo.cs | 4 ++-- 15 files changed, 56 insertions(+), 56 deletions(-) diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Properties/AssemblyInfo.cs index b7824c68..ad9a254f 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples.Modules.BusyIndicator" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit BusyIndicator Sample" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "Samples.Modules.BusyIndicator" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit BusyIndicator Sample" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Button/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Button/Properties/AssemblyInfo.cs index d3d18189..34c55ab0 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Button/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Button/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples.Modules.Button" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit Button Sample" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "Samples.Modules.Button" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit Button Sample" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Caclulator/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Caclulator/Properties/AssemblyInfo.cs index 5633c9a0..dda3514d 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Caclulator/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Caclulator/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples.Modules.Caclulator" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit Calculator Sample" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "Samples.Modules.Caclulator" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit Calculator Sample" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Properties/AssemblyInfo.cs index 013aabf8..ba7af054 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples.Modules.ChildWindow" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit ChildWindow Sample" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "Samples.Modules.ChildWindow" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit ChildWindow Sample" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Color/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Color/Properties/AssemblyInfo.cs index e499b6a3..f62d7951 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Color/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Color/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples.Modules.Color" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit Color Sample" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "Samples.Modules.Color" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit Color Sample" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Properties/AssemblyInfo.cs index 7af4eebb..14c562ea 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples.Modules.DateTime" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit DateTime Sample" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "Samples.Modules.DateTime" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit DateTime Sample" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Properties/AssemblyInfo.cs index 5a90e5df..5245ce75 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples.Modules.Numeric" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit Numeric Sample" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "Samples.Modules.Numeric" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit Numeric Sample" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Properties/AssemblyInfo.cs index 8f5f3cea..0c1c33bf 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples.Modules.PropertyGrid" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit PropertyGrid Sample" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "Samples.Modules.PropertyGrid" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit PropertyGrid Sample" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Properties/AssemblyInfo.cs index c4b6a4c7..c5f8e948 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples.Modules.Text" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit Text Sample" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "Samples.Modules.Text" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit Text Sample" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Wizard/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Wizard/Properties/AssemblyInfo.cs index 111a15a4..13a255e8 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Wizard/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Wizard/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples.Modules.Wizard" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit Wizard Sample" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "" )] -[assembly: AssemblyProduct( "Samples.Modules.Wizard" )] -[assembly: AssemblyCopyright( "Copyright © 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit Wizard Sample" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Samples.Infrastructure/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Samples.Infrastructure/Properties/AssemblyInfo.cs index e9b2118d..010c1f4e 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Samples.Infrastructure/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Samples.Infrastructure/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples.Infrastructure" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit Samples" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "Samples.Infrastructure" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit Samples" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Samples/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Samples/Properties/AssemblyInfo.cs index 1abb89fb..010c1f4e 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Samples/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Samples/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "Samples" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit Samples" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "Samples" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit Samples" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/Properties/AssemblyInfo.cs index 0061256b..eff101b9 100644 --- a/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/Properties/AssemblyInfo.cs @@ -29,9 +29,9 @@ using System.Windows.Markup; [assembly: AssemblyTitle( "Extended WPF Toolkit" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] [assembly: AssemblyProduct( "Extended WPF Toolkit" )] -[assembly: AssemblyCopyright( "Copyright © 2010" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution_35/Src/WPFToolkit.Extended.Examples/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution_35/Src/WPFToolkit.Extended.Examples/Properties/AssemblyInfo.cs index 73326049..010c1f4e 100644 --- a/ExtendedWPFToolkitSolution_35/Src/WPFToolkit.Extended.Examples/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution_35/Src/WPFToolkit.Extended.Examples/Properties/AssemblyInfo.cs @@ -23,12 +23,12 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle( "WPFToolkit.Extended.Examples" )] +[assembly: AssemblyTitle( "Extended WPF Toolkit Samples" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "Microsoft" )] -[assembly: AssemblyProduct( "WPFToolkit.Extended.Examples" )] -[assembly: AssemblyCopyright( "Copyright © Microsoft 2010" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] +[assembly: AssemblyProduct( "Extended WPF Toolkit Samples" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] diff --git a/ExtendedWPFToolkitSolution_35/Src/WPFToolkit.Extended/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution_35/Src/WPFToolkit.Extended/Properties/AssemblyInfo.cs index cb453274..39efcdca 100644 --- a/ExtendedWPFToolkitSolution_35/Src/WPFToolkit.Extended/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution_35/Src/WPFToolkit.Extended/Properties/AssemblyInfo.cs @@ -29,9 +29,9 @@ using System.Windows.Markup; [assembly: AssemblyTitle( "Extended WPF Toolkit" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "" )] +[assembly: AssemblyCompany( "Xceed Software Inc." )] [assembly: AssemblyProduct( "Extended WPF Toolkit" )] -[assembly: AssemblyCopyright( "Copyright © 2010" )] +[assembly: AssemblyCopyright( "Copyright © Xceed Software Inc. 2010-2012" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )]