aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Tango.NET/Versioning
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-10-31 12:54:44 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-10-31 12:54:44 +0200
commitebdae96290085483d2b5aeaf56c0bdeaaffd95ea (patch)
tree010fdf909fdad9152ad2befe9f1a42fa721f9f0d /Software/Tango.NET/Versioning
parent4fbe47ccac2bdcae52aafa07d6a80176e9606bd9 (diff)
downloadTango-ebdae96290085483d2b5aeaf56c0bdeaaffd95ea.tar.gz
Tango-ebdae96290085483d2b5aeaf56c0bdeaaffd95ea.zip
Change Tango.NET to Visual Studio
Diffstat (limited to 'Software/Tango.NET/Versioning')
-rw-r--r--Software/Tango.NET/Versioning/GlobalVersionInfo.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Software/Tango.NET/Versioning/GlobalVersionInfo.cs b/Software/Tango.NET/Versioning/GlobalVersionInfo.cs
deleted file mode 100644
index a1208cae9..000000000
--- a/Software/Tango.NET/Versioning/GlobalVersionInfo.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-
-[assembly: AssemblyProduct("Tango")]
-
-[assembly: AssemblyCompany("Twine")]
-[assembly: AssemblyCopyright("Copyright © Twine LTD 2017")]
-[assembly: AssemblyTrademark("Twine LTD")]
-
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]