-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersionInfo.cs
More file actions
21 lines (19 loc) · 830 Bytes
/
VersionInfo.cs
File metadata and controls
21 lines (19 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// ---------------------------------------------------------------
// <autor>Pablo González</autor>
// <web>www.odra.com.ar</web>
// <blog>blog.odra.com.ar</blog>
// <email>pablo.gonzalez@odra.com.ar</email>
// <copyrigth>http://www.odra.com.ar/MIT.txt</copyrigth>
// ---------------------------------------------------------------
using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyVersion("2.1.505.2002")]
[assembly: AssemblyFileVersion("2.1.505.2002")]
[assembly: AssemblyCompanyAttribute("ODRA Soluciones Informáticas")]
[assembly: AssemblyCopyrightAttribute("Copyright © ODRA Soluciones Informáticas 2012")]
[assembly: ComVisible(true)]
[assembly: CLSCompliant(true)]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]