blob: 40ba525c4499b0aa3b0d28d85c10c3c2139da9bf (
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("3.5.75.18305")]
[assembly: ComVisible(false)]
|