1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
7 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
8 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Windows.dll")]
9 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Windows.dll")]
10 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
11 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
12 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
13 [assembly:System.Reflection.AssemblyTitleAttribute("System.Windows.dll")]
14 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
15 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
16 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.ObjectModel.ObservableCollection<>))]
17 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.ObjectModel.ReadOnlyObservableCollection<>))]
18 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.INotifyCollectionChanged))]
19 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))]
20 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))]
21 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
22 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataErrorsChangedEventArgs))]
23 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INotifyDataErrorInfo))]
24 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Input.ICommand))]
25