1234567891011121314151617181920212223 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // Ce code a été généré par un outil.
- // Version du runtime :4.0.30319.42000
- //
- // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
- // le code est régénéré.
- // </auto-generated>
- //------------------------------------------------------------------------------
-
- using System;
- using System.Reflection;
-
- [assembly: System.Reflection.AssemblyCompanyAttribute("Logger.Services")]
- [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
- [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
- [assembly: System.Reflection.AssemblyProductAttribute("Logger.Services")]
- [assembly: System.Reflection.AssemblyTitleAttribute("Logger.Services")]
- [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
- // Généré par la classe MSBuild WriteCodeFragment.
|