blob: d6ded6f1575439c0d51d21231c58fd6d78fa3ea8 (
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("6.0.1.0")]
[assembly: ComVisible(false)]
|