2016-07-20 13:52:38 +02:00
|
|
|
|
using System.Resources;
|
|
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
|
|
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
|
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
|
|
// associated with an assembly.
|
2018-01-26 13:51:09 +01:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2014-2018")]
|
2016-07-20 13:52:38 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
2018-01-26 13:51:09 +01:00
|
|
|
|
[assembly: NeutralResourcesLanguage("fr")]
|
2016-07-20 13:52:38 +02:00
|
|
|
|
|