aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Versioning/Core.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-23 12:03:18 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-23 12:03:18 +0300
commit1f2ebb7e81e6082ec31f3febbcf0f777263679aa (patch)
tree97fae56feb42f796e0fa08bc67c28bb319ef97f1 /Software/Visual_Studio/Versioning/Core.cs
parentdc774f2956a749a9054aad17b04a202d5373548d (diff)
downloadTango-1f2ebb7e81e6082ec31f3febbcf0f777263679aa.tar.gz
Tango-1f2ebb7e81e6082ec31f3febbcf0f777263679aa.zip
Changed versions to per assembly.
Diffstat (limited to 'Software/Visual_Studio/Versioning/Core.cs')
-rw-r--r--Software/Visual_Studio/Versioning/Core.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Software/Visual_Studio/Versioning/Core.cs b/Software/Visual_Studio/Versioning/Core.cs
deleted file mode 100644
index 8f9866efa..000000000
--- a/Software/Visual_Studio/Versioning/Core.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-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")]
-
-[assembly: AssemblyVersion("1.0.0.9")]
-[assembly: AssemblyFileVersion("1.0.0.9")]