This commit is contained in:
Paul Betts 2010-09-19 20:40:10 -07:00
Родитель b17e3c59c4
Коммит 18c2a28452
5 изменённых файлов: 5 добавлений и 18 удалений

Просмотреть файл

@ -2,7 +2,6 @@ using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyDescription("An MVVM framework that integrates the Reactive Extensions")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Reactive XAML Expression Blend")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.2.0.0")]

Просмотреть файл

@ -5,14 +5,8 @@ using System.Runtime.InteropServices;
// 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("KitchenSinkWpf.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("KitchenSinkWpf.Tests")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyTitle("ReactiveXaml.Sample.Tests")]
[assembly: AssemblyProduct("ReactiveXaml Sample")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from

Просмотреть файл

@ -1,8 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyDescription("This is an awesome project!")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Kitchen Sink")]
[assembly: AssemblyProduct("ReactiveXaml Sample")]
[assembly: AssemblyVersion("1.0.0.1")]

Просмотреть файл

@ -10,9 +10,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("ReactiveXaml.Tests")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from

Просмотреть файл

@ -2,7 +2,6 @@ using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyDescription("An MVVM framework that integrates the Reactive Extensions")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Reactive XAML")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.2.0.0")]