From 854620f5b9de7080bf9e42122560f44afbbf2e78 Mon Sep 17 00:00:00 2001 From: bubibubi Date: Sat, 18 Nov 2017 11:12:09 +0100 Subject: [PATCH] Add missing build files --- build/GlobalAssemblyInfo.cs | 22 ++++++++++++++++++++++ build/common.props | 22 ++++++++++++++++++++++ build/dependencies.props | 31 +++++++++++++++++++++++++++++++ build/repo.props | 15 +++++++++++++++ build/repo.targets | 11 +++++++++++ 5 files changed, 101 insertions(+) create mode 100644 build/GlobalAssemblyInfo.cs create mode 100644 build/common.props create mode 100644 build/dependencies.props create mode 100644 build/repo.props create mode 100644 build/repo.targets 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 @@ + + + + + + + + + + +