blob: e1e39d3aa770d26f68bcb57870b30da6aa7e871a (
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 Publish Utility")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: ComVisible(false)]
|