1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- using System.Reflection;
- using System.Runtime.InteropServices;
- using System.Windows;
- using System.Windows.Markup;
- [assembly: AssemblyTitle("FWindSoft.Wpf")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("")]
- [assembly: AssemblyProduct("FWindSoft.Wpf")]
- [assembly: AssemblyCopyright("Copyright © 2017")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: ComVisible(false)]
- [assembly: Guid("28e63cc9-6cfb-47a1-8b40-4cf9e4309d51")]
- [assembly: AssemblyVersion("1.0.0.0")]
- [assembly: AssemblyFileVersion("1.0.0.0")]
- [assembly: XmlnsDefinition("http://schemas.FWind/xaml", "FWindSoft.Wpf.Controls")]
- [assembly: XmlnsDefinition("http://schemas.FWind/xaml", "FWindSoft.Wpf.Commands")]
- [assembly: XmlnsDefinition("http://schemas.FWind/xaml", "FWindSoft.Wpf.Selector")]
- [assembly: XmlnsDefinition("http://schemas.FWind/xaml", "FWindSoft.Wpf")]
- [assembly: ThemeInfo(
- ResourceDictionaryLocation.None,
-
-
- ResourceDictionaryLocation.SourceAssembly
-
-
- )]
|