summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:09:13 +0000
committerfcolin2007-02-01 10:09:13 +0000
commit7c5cf79dece2d830ec4e7c3e4baf9d87e5cd78be (patch)
treebbd5f00f4eda27b5181ccf6b3f77d39705cf6248
parent26a514f98b49f77e392f54773ab5f86cd387d0dd (diff)
downloadivy-csharp-7c5cf79dece2d830ec4e7c3e4baf9d87e5cd78be.zip
ivy-csharp-7c5cf79dece2d830ec4e7c3e4baf9d87e5cd78be.tar.gz
ivy-csharp-7c5cf79dece2d830ec4e7c3e4baf9d87e5cd78be.tar.bz2
ivy-csharp-7c5cf79dece2d830ec4e7c3e4baf9d87e5cd78be.tar.xz
Utilisateur : Fcolin Date : 7/12/05 Heure : 10:07 Archivé dans $/CSharp/Ivy/IvyProbeConsole Commentaire: (vss 2)
-rw-r--r--CSharp/Ivy/IvyProbeConsole/Properties/AssemblyInfo.cs11
1 files changed, 6 insertions, 5 deletions
diff --git a/CSharp/Ivy/IvyProbeConsole/Properties/AssemblyInfo.cs b/CSharp/Ivy/IvyProbeConsole/Properties/AssemblyInfo.cs
index 45e331d..1a8ff5c 100644
--- a/CSharp/Ivy/IvyProbeConsole/Properties/AssemblyInfo.cs
+++ b/CSharp/Ivy/IvyProbeConsole/Properties/AssemblyInfo.cs
@@ -6,12 +6,12 @@ using System.Runtime.CompilerServices;
// l'ensemble d'attributs suivant. Pour modifier les informations
// associées à un assembly, changez les valeurs de ces attributs.
//
-[assembly: AssemblyTitle("")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyTitle("IvyProbeConsole")]
+[assembly: AssemblyDescription("IvyProbe Console mode")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("")]
+[assembly: AssemblyCompany("DTI/SDER")]
+[assembly: AssemblyProduct("Ivy")]
+[assembly: AssemblyCopyright("DTI/SDER 205")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -56,3 +56,4 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
+[assembly: AssemblyFileVersionAttribute("1.0.0.0")]