aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Versioning/MachineStudio.cs
blob: 1b1f0b15b6df951088c966c36af1f5b8767699c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; 


[assembly: AssemblyProduct("Tango Machine Studio")] 

[assembly: AssemblyCompany("Twine")]
[assembly: AssemblyCopyright("Copyright © Twine LTD 2017")]
[assembly: AssemblyTrademark("Twine LTD")]

[assembly: AssemblyVersion("1.0.0.4")]
[assembly: AssemblyFileVersion("1.0.0.4")]