~halega/+junk/sqlinstaller

« back to all changes in this revision

Viewing changes to SQLInstaller.Core/Properties/AssemblyInfo.cs

  • Committer: sk
  • Date: 2011-09-10 05:32:36 UTC
  • Revision ID: halega@halega.com-20110910053236-1877r3p0k4a64bgx
Tags: 1.2.2
1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//-----------------------------------------------------------------------
 
2
// <copyright file="AssemblyInfo.cs" company="JHOB Technologies, LLC">
 
3
//     Copyright © JHOB Technologies, LLC. All rights reserved.
 
4
// </copyright>
 
5
// <license>Microsoft Public License</license>
 
6
// <author>Brian Schloz</author>
 
7
//-----------------------------------------------------------------------
 
8
using System;
 
9
using System.Reflection;
 
10
using System.Resources;
 
11
using System.Runtime.CompilerServices;
 
12
using System.Runtime.InteropServices;
 
13
 
 
14
// General Information about an assembly is controlled through the following 
 
15
// set of attributes. Change these attribute values to modify the information
 
16
// associated with an assembly.
 
17
[assembly: AssemblyTitle("SQL Installer.NET Core")]
 
18
[assembly: AssemblyDescription("Core logic for SQL Installer.NET.")]
 
19
[assembly: AssemblyConfiguration("")]
 
20
[assembly: AssemblyCompany("")]
 
21
[assembly: AssemblyProduct("SQL Installer.NET")]
 
22
[assembly: AssemblyCopyright("")]
 
23
[assembly: AssemblyTrademark("")]
 
24
[assembly: AssemblyCulture("")]
 
25
 
 
26
// Setting ComVisible to false makes the types in this assembly not visible 
 
27
// to COM components.  If you need to access a type in this assembly from 
 
28
// COM, set the ComVisible attribute to true on that type.
 
29
[assembly: ComVisible(false)]
 
30
[assembly: CLSCompliant(true)]
 
31
 
 
32
// The following GUID is for the ID of the typelib if this project is exposed to COM
 
33
[assembly: Guid("f95640a5-eeb0-41ae-bfea-b961fb90efcb")]
 
34
 
 
35
// Version information for an assembly consists of the following four values:
 
36
//
 
37
//      Major Version
 
38
//      Minor Version 
 
39
//      Build Number
 
40
//      Revision
 
41
//
 
42
// You can specify all the values or you can default the Revision and Build Numbers 
 
43
// by using the '*' as shown below:
 
44
[assembly: AssemblyVersion("1.2.2.0")]
 
45
[assembly: AssemblyFileVersion("1.2.2.0")]
 
46
[assembly: NeutralResourcesLanguageAttribute("en-US")]
 
 
b'\\ No newline at end of file'