aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Console/ConsoleWindow.xaml
blob: cc2c1fd46fdddedb0680bb65d78da1ee35b0b9ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<
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.5.1647")]
[assembly: ComVisible(false)]
1 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228