diff options
Diffstat (limited to 'getopt')
-rw-r--r-- | getopt/Properties/AssemblyInfo.cs | 33 | ||||
-rw-r--r-- | getopt/getopt.csproj | 1 |
2 files changed, 34 insertions, 0 deletions
diff --git a/getopt/Properties/AssemblyInfo.cs b/getopt/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..de904f2 --- /dev/null +++ b/getopt/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection;
+using System.Runtime.CompilerServices;
+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.
+[assembly: AssemblyTitle("getopt.Properties")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("getopt.Properties")]
+[assembly: AssemblyCopyright("Copyright © 2012")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// L'affectation de la valeur false à ComVisible rend les types invisibles dans cet assembly
+// aux composants COM. Si vous devez accéder à un type dans cet assembly à partir de
+// COM, affectez la valeur true à l'attribut ComVisible sur ce type.
+[assembly: ComVisible(false)]
+
+// Le GUID suivant est pour l'ID de la typelib si ce projet est exposé à COM
+[assembly: Guid("71946a95-5892-4999-a5f8-0e384ed629ca")]
+
+// Les informations de version pour un assembly se composent des quatre valeurs suivantes :
+//
+// Version principale
+// Version secondaire
+// Numéro de build
+// Révision
+//
+[assembly: AssemblyVersion("4.1.1.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/getopt/getopt.csproj b/getopt/getopt.csproj index a60a442..c96f5bb 100644 --- a/getopt/getopt.csproj +++ b/getopt/getopt.csproj @@ -102,6 +102,7 @@ <Compile Include="GetOpt.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
|