12 lines
No EOL
465 B
C#
12 lines
No EOL
465 B
C#
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.
|
|
[assembly: AssemblyCopyright("Copyright © Paul Schneider 2014-2019")]
|
|
[assembly: AssemblyTrademark("Yavsc")]
|
|
[assembly: AssemblyCulture("")]
|
|
[assembly: NeutralResourcesLanguage("fr")]
|
|
|
|
[assembly: AssemblyVersion("1.0.6.1")] |