~alexlauni/do/notify-osd

« back to all changes in this revision

Viewing changes to Do.Interface.Wink/src/AssemblyInfo.cs

  • Committer: Jason Smith
  • Date: 2009-03-21 02:51:56 UTC
  • mfrom: (1104.1.4 real)
  • Revision ID: jassmith@gmail.com-20090321025156-y15c802y8hfmnka2
Merge wink branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//  
 
2
//  Copyright (C) 2009 GNOME Do
 
3
// 
 
4
//  This program is free software: you can redistribute it and/or modify
 
5
//  it under the terms of the GNU General Public License as published by
 
6
//  the Free Software Foundation, either version 3 of the License, or
 
7
//  (at your option) any later version.
 
8
// 
 
9
//  This program is distributed in the hope that it will be useful,
 
10
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
//  GNU General Public License for more details.
 
13
// 
 
14
//  You should have received a copy of the GNU General Public License
 
15
//  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
// 
 
17
using System.Reflection;
 
18
using System.Runtime.CompilerServices;
 
19
 
 
20
// Information about this assembly is defined by the following attributes. 
 
21
// Change them to the values specific to your project.
 
22
 
 
23
[assembly: AssemblyTitle("Do.Interface.Wnck")]
 
24
[assembly: AssemblyDescription("")]
 
25
[assembly: AssemblyConfiguration("")]
 
26
[assembly: AssemblyCompany("")]
 
27
[assembly: AssemblyProduct("")]
 
28
[assembly: AssemblyCopyright("")]
 
29
[assembly: AssemblyTrademark("")]
 
30
[assembly: AssemblyCulture("")]
 
31
 
 
32
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
 
33
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
 
34
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
 
35
 
 
36
[assembly: AssemblyVersion("1.0.*")]
 
37
 
 
38
// The following attributes are used to specify the signing key for the assembly, 
 
39
// if desired. See the Mono documentation for more information about signing.
 
40
 
 
41
[assembly: AssemblyDelaySign(false)]
 
42
[assembly: AssemblyKeyFile("")]