blob: 0ed9a1eae2c68f0617fec7ca64bb8f7cb1e43e74 (
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("2.1.11.18207")]
[assembly: ComVisible(false)]
|