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.
22 lines
685 B
C#
22 lines
685 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
#if DEBUG
|
|
[assembly: AssemblyConfiguration("Debug")]
|
|
#else
|
|
[assembly: AssemblyConfiguration("Release")]
|
|
#endif
|
|
|
|
[assembly: AssemblyCompany("Bubi")]
|
|
[assembly: AssemblyProduct("EntityFrameworkCore.Jet")]
|
|
[assembly: AssemblyCopyright("Copyright © 2017-2019 - Bubi")]
|
|
[assembly: AssemblyTrademark("Before use any of the trademarks, check if they are registered")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: Guid("e77112b7-b6ba-43a8-b21f-dd79a7a47a2f")]
|
|
|
|
[assembly: AssemblyVersion("2.2.0")]
|
|
[assembly: AssemblyFileVersion("2.2.0.0")]
|
|
[assembly: AssemblyInformationalVersion("2.2.0-preview5")] |