From 9f5eba64fd6b2606ca7d8304aadad5b78a771995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=87otur?= Date: Sun, 21 Nov 2021 23:06:09 +0300 Subject: [PATCH] remove all .DotSettings files from projects --- .../Volo.Abp.AspNetCore.Mvc.csproj.DotSettings | 2 -- .../Volo.Abp.AspNetCore/Volo.Abp.AspNetCore.csproj.DotSettings | 2 -- .../src/Volo.Abp.Auditing/Volo.Abp.Auditing.csproj.DotSettings | 2 -- .../src/Volo.Abp.Caching/Volo.Abp.Caching.csproj.DotSettings | 2 -- framework/src/Volo.Abp.Data/Volo.Abp.Data.csproj.DotSettings | 2 -- .../Volo.Abp.EntityFrameworkCore.csproj.DotSettings | 2 -- .../Volo.Abp.Http.Client.csproj.DotSettings | 2 -- .../src/Volo.Abp.MemoryDb/Volo.Abp.MemoryDb.csproj.DotSettings | 2 -- .../src/Volo.Abp.MongoDB/Volo.Abp.MongoDB.csproj.DotSettings | 2 -- .../Volo.Abp.ObjectMapping.csproj.DotSettings | 2 -- .../src/Volo.Abp.Security/Volo.Abp.Security.csproj.DotSettings | 2 -- .../Volo.Abp.Serialization.csproj.DotSettings | 2 -- .../src/Volo.Abp.Settings/Volo.Abp.Settings.csproj.DotSettings | 2 -- .../Volo.Abp.Threading/Volo.Abp.Threading.csproj.DotSettings | 2 -- framework/src/Volo.Abp.Uow/Volo.Abp.Uow.csproj.DotSettings | 2 -- .../Volo.Abp.Auditing.Tests.csproj.DotSettings | 2 -- .../Volo.Abp.BackgroundJobs.Tests.csproj.DotSettings | 2 -- .../Volo.Abp.Ddd.Tests/Volo.Abp.Ddd.Tests.csproj.DotSettings | 2 -- 18 files changed, 36 deletions(-) delete mode 100644 framework/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.AspNetCore/Volo.Abp.AspNetCore.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.Auditing/Volo.Abp.Auditing.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.Caching/Volo.Abp.Caching.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.Data/Volo.Abp.Data.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.EntityFrameworkCore/Volo.Abp.EntityFrameworkCore.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.MemoryDb/Volo.Abp.MemoryDb.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.MongoDB/Volo.Abp.MongoDB.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.ObjectMapping/Volo.Abp.ObjectMapping.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.Security/Volo.Abp.Security.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.Serialization/Volo.Abp.Serialization.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.Settings/Volo.Abp.Settings.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.Threading/Volo.Abp.Threading.csproj.DotSettings delete mode 100644 framework/src/Volo.Abp.Uow/Volo.Abp.Uow.csproj.DotSettings delete mode 100644 framework/test/Volo.Abp.Auditing.Tests/Volo.Abp.Auditing.Tests.csproj.DotSettings delete mode 100644 framework/test/Volo.Abp.BackgroundJobs.Tests/Volo.Abp.BackgroundJobs.Tests.csproj.DotSettings delete mode 100644 framework/test/Volo.Abp.Ddd.Tests/Volo.Abp.Ddd.Tests.csproj.DotSettings diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj.DotSettings b/framework/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.AspNetCore/Volo.Abp.AspNetCore.csproj.DotSettings b/framework/src/Volo.Abp.AspNetCore/Volo.Abp.AspNetCore.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.AspNetCore/Volo.Abp.AspNetCore.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.Auditing/Volo.Abp.Auditing.csproj.DotSettings b/framework/src/Volo.Abp.Auditing/Volo.Abp.Auditing.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.Auditing/Volo.Abp.Auditing.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.Caching/Volo.Abp.Caching.csproj.DotSettings b/framework/src/Volo.Abp.Caching/Volo.Abp.Caching.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.Caching/Volo.Abp.Caching.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.Data/Volo.Abp.Data.csproj.DotSettings b/framework/src/Volo.Abp.Data/Volo.Abp.Data.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.Data/Volo.Abp.Data.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.EntityFrameworkCore/Volo.Abp.EntityFrameworkCore.csproj.DotSettings b/framework/src/Volo.Abp.EntityFrameworkCore/Volo.Abp.EntityFrameworkCore.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.EntityFrameworkCore/Volo.Abp.EntityFrameworkCore.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj.DotSettings b/framework/src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.Http.Client/Volo.Abp.Http.Client.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.MemoryDb/Volo.Abp.MemoryDb.csproj.DotSettings b/framework/src/Volo.Abp.MemoryDb/Volo.Abp.MemoryDb.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.MemoryDb/Volo.Abp.MemoryDb.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.MongoDB/Volo.Abp.MongoDB.csproj.DotSettings b/framework/src/Volo.Abp.MongoDB/Volo.Abp.MongoDB.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.MongoDB/Volo.Abp.MongoDB.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.ObjectMapping/Volo.Abp.ObjectMapping.csproj.DotSettings b/framework/src/Volo.Abp.ObjectMapping/Volo.Abp.ObjectMapping.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.ObjectMapping/Volo.Abp.ObjectMapping.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.Security/Volo.Abp.Security.csproj.DotSettings b/framework/src/Volo.Abp.Security/Volo.Abp.Security.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.Security/Volo.Abp.Security.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.Serialization/Volo.Abp.Serialization.csproj.DotSettings b/framework/src/Volo.Abp.Serialization/Volo.Abp.Serialization.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.Serialization/Volo.Abp.Serialization.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.Settings/Volo.Abp.Settings.csproj.DotSettings b/framework/src/Volo.Abp.Settings/Volo.Abp.Settings.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.Settings/Volo.Abp.Settings.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.Threading/Volo.Abp.Threading.csproj.DotSettings b/framework/src/Volo.Abp.Threading/Volo.Abp.Threading.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.Threading/Volo.Abp.Threading.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/src/Volo.Abp.Uow/Volo.Abp.Uow.csproj.DotSettings b/framework/src/Volo.Abp.Uow/Volo.Abp.Uow.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/src/Volo.Abp.Uow/Volo.Abp.Uow.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/test/Volo.Abp.Auditing.Tests/Volo.Abp.Auditing.Tests.csproj.DotSettings b/framework/test/Volo.Abp.Auditing.Tests/Volo.Abp.Auditing.Tests.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/test/Volo.Abp.Auditing.Tests/Volo.Abp.Auditing.Tests.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/test/Volo.Abp.BackgroundJobs.Tests/Volo.Abp.BackgroundJobs.Tests.csproj.DotSettings b/framework/test/Volo.Abp.BackgroundJobs.Tests/Volo.Abp.BackgroundJobs.Tests.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/test/Volo.Abp.BackgroundJobs.Tests/Volo.Abp.BackgroundJobs.Tests.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file diff --git a/framework/test/Volo.Abp.Ddd.Tests/Volo.Abp.Ddd.Tests.csproj.DotSettings b/framework/test/Volo.Abp.Ddd.Tests/Volo.Abp.Ddd.Tests.csproj.DotSettings deleted file mode 100644 index 58ad6c8854..0000000000 --- a/framework/test/Volo.Abp.Ddd.Tests/Volo.Abp.Ddd.Tests.csproj.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - CSharp71 \ No newline at end of file