From 1f2ebb7e81e6082ec31f3febbcf0f777263679aa Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 23 Jul 2018 12:03:18 +0300 Subject: Changed versions to per assembly. --- Software/Visual_Studio/Versioning/PPC.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Software/Visual_Studio/Versioning/PPC.cs (limited to 'Software/Visual_Studio/Versioning/PPC.cs') diff --git a/Software/Visual_Studio/Versioning/PPC.cs b/Software/Visual_Studio/Versioning/PPC.cs deleted file mode 100644 index bf45acb20..000000000 --- a/Software/Visual_Studio/Versioning/PPC.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - - -[assembly: AssemblyProduct("Tango PPC")] - -[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")] -- cgit v1.3.1