diff --git a/EntityFrameworkCore.Jet.sln b/EntityFrameworkCore.Jet.sln
index b6f1562..17f47ee 100644
--- a/EntityFrameworkCore.Jet.sln
+++ b/EntityFrameworkCore.Jet.sln
@@ -47,12 +47,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build help", "build help",
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{DC0C1C50-ED7E-4BC0-B45C-E3115ECCCF76}"
ProjectSection(SolutionItems) = preProject
- build\common.props = build\common.props
- build\dependencies.props = build\dependencies.props
+ build\Dependencies.props = build\Dependencies.props
build\GlobalAssemblyInfo.cs = build\GlobalAssemblyInfo.cs
build\Key.snk = build\Key.snk
- build\repo.props = build\repo.props
- build\repo.targets = build\repo.targets
build\Development.props = build\Development.props
build\Development.props.sample = build\Development.props.sample
EndProjectSection
diff --git a/build/common.props b/build/common.props
deleted file mode 100644
index 2f4ca80..0000000
--- a/build/common.props
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- $(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/repo.props b/build/repo.props
deleted file mode 100644
index 31b48d6..0000000
--- a/build/repo.props
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- False
-
-
-
-
-
-
-
-
-
-
-
diff --git a/build/repo.targets b/build/repo.targets
deleted file mode 100644
index 898c18e..0000000
--- a/build/repo.targets
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/EFCore.Jet/EFCore.Jet.csproj b/src/EFCore.Jet/EFCore.Jet.csproj
index f3d17a3..d80e8cd 100644
--- a/src/EFCore.Jet/EFCore.Jet.csproj
+++ b/src/EFCore.Jet/EFCore.Jet.csproj
@@ -19,9 +19,6 @@
..\..\build\Key.snk
-
-
-
Properties\GlobalAssemblyInfo.cs
@@ -99,10 +96,6 @@
-
-
-
-
diff --git a/src/System.Data.Jet/System.Data.Jet.csproj.DotSettings b/src/System.Data.Jet/System.Data.Jet.csproj.DotSettings
deleted file mode 100644
index 75bd028..0000000
--- a/src/System.Data.Jet/System.Data.Jet.csproj.DotSettings
+++ /dev/null
@@ -1,3 +0,0 @@
-
- No
- False
\ No newline at end of file