aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Versioning/GlobalVersionInfo.cs
blob: 3197405a9123b40ddb234e79d405e72f747f2d32 (plain)
1
2
3
4
5
6
7
8
9
10
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; 


[assembly: AssemblyProduct("Tango Core")] 

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