From 2b44bac7bae38459e1fa97739923601654e71e67 Mon Sep 17 00:00:00 2001 From: Laurents Meyer Date: Sat, 28 Nov 2020 23:28:04 +0100 Subject: [PATCH] Cleanup solution. --- src/EFCore.Jet.Data/EFCore.Jet.Data.csproj | 4 -- src/EFCore.Jet/EFCore.Jet.csproj | 9 ---- src/EFCore.Jet/app.config | 27 ---------- test/EFCore.Jet.IntegrationTests/App.config | 50 ------------------- .../EFCore.Jet.IntegrationTests.csproj | 7 +-- 5 files changed, 2 insertions(+), 95 deletions(-) delete mode 100644 src/EFCore.Jet/app.config delete mode 100644 test/EFCore.Jet.IntegrationTests/App.config diff --git a/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj b/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj index b51a3f7..22f03d7 100644 --- a/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj +++ b/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj @@ -9,10 +9,6 @@ $(PackageTags);System.Data.Jet - - - - diff --git a/src/EFCore.Jet/EFCore.Jet.csproj b/src/EFCore.Jet/EFCore.Jet.csproj index 6ac7a01..2de06e3 100644 --- a/src/EFCore.Jet/EFCore.Jet.csproj +++ b/src/EFCore.Jet/EFCore.Jet.csproj @@ -12,15 +12,6 @@ - - - - - - - - - diff --git a/src/EFCore.Jet/app.config b/src/EFCore.Jet/app.config deleted file mode 100644 index ddc1cb3..0000000 --- a/src/EFCore.Jet/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/EFCore.Jet.IntegrationTests/App.config b/test/EFCore.Jet.IntegrationTests/App.config deleted file mode 100644 index 5b4f32c..0000000 --- a/test/EFCore.Jet.IntegrationTests/App.config +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/EFCore.Jet.IntegrationTests/EFCore.Jet.IntegrationTests.csproj b/test/EFCore.Jet.IntegrationTests/EFCore.Jet.IntegrationTests.csproj index 945bcf7..08ceb5d 100644 --- a/test/EFCore.Jet.IntegrationTests/EFCore.Jet.IntegrationTests.csproj +++ b/test/EFCore.Jet.IntegrationTests/EFCore.Jet.IntegrationTests.csproj @@ -73,11 +73,6 @@ - - - Designer - - @@ -94,7 +89,9 @@ + + \ No newline at end of file