From 7c5cf79dece2d830ec4e7c3e4baf9d87e5cd78be Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:09:13 +0000 Subject: Utilisateur : Fcolin Date : 7/12/05 Heure : 10:07 Archivé dans $/CSharp/Ivy/IvyProbeConsole Commentaire: (vss 2) --- CSharp/Ivy/IvyProbeConsole/Properties/AssemblyInfo.cs | 11 ++++++----- 1 file 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")] -- cgit v1.1