blob: e44a4ac565236813cc3adc00c2ca1fec43112739 (
plain)
1
2
3
4
5
6
7
8
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: System.Windows.ThemeInfo(System.Windows.ResourceDictionaryLocation.None, System.Windows.ResourceDictionaryLocation.SourceAssembly)]
[assembly: AssemblyTitle("Tango - Machine Studio")]
[assembly: AssemblyVersion("5.9.1.0")]
[assembly: ComVisible(false)]
|