~ubuntu-branches/ubuntu/vivid/mygui/vivid

« back to all changes in this revision

Viewing changes to Wrappers/TestApp_Sharp/Properties/AssemblyInfo.cs

  • Committer: Package Import Robot
  • Author(s): Scott Howard, Bret Curtis, Scott Howard
  • Date: 2014-09-18 17:57:48 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140918175748-dd8va78mvpw1jbes
Tags: 3.2.1-1
[ Bret Curtis ]
* Updated license for majority of files from LGPL to Expat (MIT)

[ Scott Howard ]
* New upstream release
* Updated patch to add build option for system GLEW libraries
* All patches accepted upstream except shared_libraries.patch
* Bumped SONAME due to dropped symbols, updated *.symbols and package
  names
* Updated license of debian/* to Expat with permission of all authors
* Don't install Doxygen autogenerated md5 and map files (thanks
  lintian)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
using System.Reflection;
 
2
using System.Runtime.CompilerServices;
 
3
using System.Runtime.InteropServices;
 
4
 
 
5
// General Information about an assembly is controlled through the following 
 
6
// set of attributes. Change these attribute values to modify the information
 
7
// associated with an assembly.
 
8
[assembly: AssemblyTitle("TestApp.Sharp")]
 
9
[assembly: AssemblyDescription("")]
 
10
[assembly: AssemblyConfiguration("")]
 
11
[assembly: AssemblyCompany("")]
 
12
[assembly: AssemblyProduct("TestApp.Sharp")]
 
13
[assembly: AssemblyCopyright("Copyright ©  2009")]
 
14
[assembly: AssemblyTrademark("")]
 
15
[assembly: AssemblyCulture("")]
 
16
 
 
17
// Setting ComVisible to false makes the types in this assembly not visible 
 
18
// to COM components.  If you need to access a type in this assembly from 
 
19
// COM, set the ComVisible attribute to true on that type.
 
20
[assembly: ComVisible(false)]
 
21
 
 
22
// The following GUID is for the ID of the typelib if this project is exposed to COM
 
23
[assembly: Guid("5870c4dc-c75f-4dca-a7f9-b1e8b1cdc4e8")]
 
24
 
 
25
// Version information for an assembly consists of the following four values:
 
26
//
 
27
//      Major Version
 
28
//      Minor Version 
 
29
//      Build Number
 
30
//      Revision
 
31
//
 
32
[assembly: AssemblyVersion("1.0.0.0")]
 
33
[assembly: AssemblyFileVersion("1.0.0.0")]