You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
641 B
C#
21 lines
641 B
C#
|
8 years ago
|
using System.Reflection;
|
||
|
|
using System.Runtime.CompilerServices;
|
||
|
|
using System.Runtime.InteropServices;
|
||
|
|
|
||
|
|
[assembly: AssemblyTitle("System.Data.Jet.Test")]
|
||
|
|
[assembly: AssemblyDescription("")]
|
||
|
|
[assembly: AssemblyConfiguration("")]
|
||
|
|
[assembly: AssemblyCompany("")]
|
||
|
|
[assembly: AssemblyProduct("System.Data.Jet.Test")]
|
||
|
|
[assembly: AssemblyCopyright("Copyright © 2017")]
|
||
|
|
[assembly: AssemblyTrademark("")]
|
||
|
|
[assembly: AssemblyCulture("")]
|
||
|
|
|
||
|
|
[assembly: ComVisible(false)]
|
||
|
|
|
||
|
|
[assembly: Guid("e77112b7-b6ba-43a8-b21f-dd79a7a47a2f")]
|
||
|
|
|
||
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
||
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|