30 lines
1.0 KiB
C#
Raw Normal View History

2017-03-30 01:58:57 +02:00
using System.Reflection;
2016-11-07 14:06:56 -08:00
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
2017-03-30 01:58:57 +02:00
// General Information about an assembly is controlled through the following
2016-11-07 14:06:56 -08:00
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("RNI18n")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("RNI18n")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Version information for an assembly consists of the following four values:
//
// Major Version
2017-03-30 01:58:57 +02:00
// Minor Version
2016-11-07 14:06:56 -08:00
// Build Number
// Revision
//
2017-03-30 01:58:57 +02:00
// You can specify all the values or you can default the Build and Revision Numbers
2016-11-07 14:06:56 -08:00
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2017-03-30 01:58:57 +02:00
[assembly: ComVisible(false)]