diff --git a/build/GlobalAssemblyInfo.cs b/build/GlobalAssemblyInfo.cs
new file mode 100644
index 0000000..c8afcc1
--- /dev/null
+++ b/build/GlobalAssemblyInfo.cs
@@ -0,0 +1,22 @@
+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 - 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.0.0")]
+[assembly: AssemblyFileVersion("2.0.0.7")]
+[assembly: AssemblyInformationalVersion("2.0.0")]
\ No newline at end of file
diff --git a/build/common.props b/build/common.props
new file mode 100644
index 0000000..2f4ca80
--- /dev/null
+++ b/build/common.props
@@ -0,0 +1,22 @@
+
+
+
+
+ $(MSBuildThisFileDirectory)Key.snk
+ Entity Framework Core;entity-framework-core;EF;Data;O/RM
+ Microsoft Entity Framework Core
+ True
+ git
+ https://github.com/aspnet/EntityFramework.git
+ True
+ $(VersionSuffix)-$(BuildNumber)
+ full
+ $(NoWarn);xUnit1004
+ true
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/build/dependencies.props b/build/dependencies.props
new file mode 100644
index 0000000..cfc339a
--- /dev/null
+++ b/build/dependencies.props
@@ -0,0 +1,31 @@
+
+
+ 2.1.0-*
+ 4.4.0-*
+ 4.4.1-*
+ 2.0.0-*
+ 2.1.1-*
+ 10.0.1
+ 2.0.0-*
+ 2.0.0-*
+ 2.2.0-alpha-002
+ 2.3.1
+ 2.0.0-*
+ 1.1.8
+ 1.0.0
+ 1.4.0-*
+ 3.1.1
+ 15.3.0
+ 2.3.0-beta4-build3742
+ 2.2.0
+
+
+
+ 0.10.9
+ 6.1.3
+ 1.1.2
+ 4.3.1
+ 2.0.0
+ 4.4.0
+
+
diff --git a/build/repo.props b/build/repo.props
new file mode 100644
index 0000000..31b48d6
--- /dev/null
+++ b/build/repo.props
@@ -0,0 +1,15 @@
+
+
+
+ False
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build/repo.targets b/build/repo.targets
new file mode 100644
index 0000000..898c18e
--- /dev/null
+++ b/build/repo.targets
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+