1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- using System;
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- using System.Windows;
- using System.Windows.Markup;
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: ComVisible(false)]
- [assembly: Guid("31a1fa85-31fe-4bf6-920f-e179be4b1d71")]
- [assembly: AssemblyVersion("1.0.*")]
- [assembly: ThemeInfo(
- ResourceDictionaryLocation.SourceAssembly,
-
-
- ResourceDictionaryLocation.SourceAssembly
-
-
- )]
- #if !SILVERLIGHT
- #endif
|