Mercurial > silverbladetech
comparison Chronosv2/SolutionInfo.cs @ 10:443821e55f06
Initial cleaned up add from Codeplex files
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:25:44 +0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
9:904a9faadf8b | 10:443821e55f06 |
---|---|
1 using System; | |
2 using System.Reflection; | |
3 using System.Runtime.InteropServices; | |
4 | |
5 [assembly: AssemblyCompany("Carlos Guzmán Álvarez")] | |
6 [assembly: AssemblyProduct("chronos")] | |
7 [assembly: AssemblyCopyright("Copyright © 2010, Carlos Guzmán Álvarez")] | |
8 [assembly: AssemblyTrademark("")] | |
9 [assembly: AssemblyCulture("")] | |
10 | |
11 [assembly: AssemblyVersionAttribute("2.0.*")] | |
12 [assembly: AssemblyFileVersion("2.0.0.0")] | |
13 | |
14 [assembly: ComVisible(false)] | |
15 [assembly: CLSCompliant(true)] |