summaryrefslogtreecommitdiff
path: root/script-editor/Properties/AssemblyInfo.cs
blob: c29719e28719caac87b5187a09f3953b6a2a4a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
using System; 
using System.Reflection; 
using System.Runtime.InteropServices; 

//  Les informations générales relatives à un assembly dépendent de 
//  l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
//  associées à un assembly.

//  Vérifiez les valeurs des attributs de l'assembly

using System.Collections;
using System.Collections.Generic;
using System.Drawing;
using System.Diagnostics;
using System.Windows.Forms;
[ assembly: AssemblyTitle( "VPScriptEditor" ) ]
[ assembly: AssemblyDescription( "" ) ]
[ assembly: AssemblyCompany( "" ) ]
[ assembly: AssemblyProduct( "VPScriptEditor" ) ]
[assembly: AssemblyCopyright("Copyright (C) 2009  Jes, Pixel, Vadd_VII")]
[ assembly: AssemblyTrademark( "" ) ]

[ assembly: ComVisible( false ) ]

// Le GUID suivant est pour l'ID de la typelib si ce projet est exposé à COM
[ assembly: Guid( "77081730-1dcb-4d54-97d6-5f50b92cdba8" ) ]

//  Les informations de version pour un assembly se composent des quatre valeurs suivantes :
// 
//       Version principale
//       Version secondaire 
//       Numéro de build
//       Révision
// 
//  Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut 
//  en utilisant '*', comme indiqué ci-dessous :
//  <Assembly: AssemblyVersion("1.0.*")> 

[assembly: AssemblyVersion("0.8.0.*")]
[ assembly: AssemblyFileVersion( "1.0.0.0" ) ]