From 7f97c12e61c2a2d53a8bc77c3c65cb2d5734fb35 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Thu, 20 Dec 2018 14:41:59 +0300 Subject: [PATCH] Resharper and Coding Standards... #610 --- modules/account/Volo.Abp.Account.sln.DotSettings | 7 +++++++ .../audit-logging/Volo.Abp.AuditLogging.sln.DotSettings | 7 +++++++ .../Volo.Abp.BackgroundJobs.sln.DotSettings | 7 +++++++ modules/blogging/Volo.Blogging.sln.DotSettings | 7 +++++++ modules/docs/Volo.Docs.sln.DotSettings | 7 +++++++ .../identityserver/Volo.Abp.IdentityServer.sln.DotSettings | 7 +++++++ .../Volo.Abp.PermissionManagement.sln.DotSettings | 7 +++++++ .../Volo.Abp.SettingManagement.sln.DotSettings | 7 +++++++ .../Volo.Abp.TenantManagement.sln.DotSettings | 7 +++++++ modules/users/Volo.Abp.Users.sln.DotSettings | 7 +++++++ .../module/MyCompanyName.MyProjectName.sln.DotSettings | 7 +++++++ templates/mvc/MyCompanyName.MyProjectName.sln.DotSettings | 7 +++++++ .../service/MyCompanyName.MyProjectName.sln.DotSettings | 7 +++++++ 13 files changed, 91 insertions(+) create mode 100644 modules/account/Volo.Abp.Account.sln.DotSettings create mode 100644 modules/audit-logging/Volo.Abp.AuditLogging.sln.DotSettings create mode 100644 modules/background-jobs/Volo.Abp.BackgroundJobs.sln.DotSettings create mode 100644 modules/blogging/Volo.Blogging.sln.DotSettings create mode 100644 modules/docs/Volo.Docs.sln.DotSettings create mode 100644 modules/identityserver/Volo.Abp.IdentityServer.sln.DotSettings create mode 100644 modules/permission-management/Volo.Abp.PermissionManagement.sln.DotSettings create mode 100644 modules/setting-management/Volo.Abp.SettingManagement.sln.DotSettings create mode 100644 modules/tenant-management/Volo.Abp.TenantManagement.sln.DotSettings create mode 100644 modules/users/Volo.Abp.Users.sln.DotSettings create mode 100644 templates/module/MyCompanyName.MyProjectName.sln.DotSettings create mode 100644 templates/mvc/MyCompanyName.MyProjectName.sln.DotSettings create mode 100644 templates/service/MyCompanyName.MyProjectName.sln.DotSettings diff --git a/modules/account/Volo.Abp.Account.sln.DotSettings b/modules/account/Volo.Abp.Account.sln.DotSettings new file mode 100644 index 00000000000..d132bd87f4a --- /dev/null +++ b/modules/account/Volo.Abp.Account.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/modules/audit-logging/Volo.Abp.AuditLogging.sln.DotSettings b/modules/audit-logging/Volo.Abp.AuditLogging.sln.DotSettings new file mode 100644 index 00000000000..9244fc7a65c --- /dev/null +++ b/modules/audit-logging/Volo.Abp.AuditLogging.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/modules/background-jobs/Volo.Abp.BackgroundJobs.sln.DotSettings b/modules/background-jobs/Volo.Abp.BackgroundJobs.sln.DotSettings new file mode 100644 index 00000000000..1561493d47f --- /dev/null +++ b/modules/background-jobs/Volo.Abp.BackgroundJobs.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/modules/blogging/Volo.Blogging.sln.DotSettings b/modules/blogging/Volo.Blogging.sln.DotSettings new file mode 100644 index 00000000000..efc1d95fa5f --- /dev/null +++ b/modules/blogging/Volo.Blogging.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/modules/docs/Volo.Docs.sln.DotSettings b/modules/docs/Volo.Docs.sln.DotSettings new file mode 100644 index 00000000000..df013904bec --- /dev/null +++ b/modules/docs/Volo.Docs.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/modules/identityserver/Volo.Abp.IdentityServer.sln.DotSettings b/modules/identityserver/Volo.Abp.IdentityServer.sln.DotSettings new file mode 100644 index 00000000000..39a2d2cfaa0 --- /dev/null +++ b/modules/identityserver/Volo.Abp.IdentityServer.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/modules/permission-management/Volo.Abp.PermissionManagement.sln.DotSettings b/modules/permission-management/Volo.Abp.PermissionManagement.sln.DotSettings new file mode 100644 index 00000000000..b301a230537 --- /dev/null +++ b/modules/permission-management/Volo.Abp.PermissionManagement.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/modules/setting-management/Volo.Abp.SettingManagement.sln.DotSettings b/modules/setting-management/Volo.Abp.SettingManagement.sln.DotSettings new file mode 100644 index 00000000000..c01a4401813 --- /dev/null +++ b/modules/setting-management/Volo.Abp.SettingManagement.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/modules/tenant-management/Volo.Abp.TenantManagement.sln.DotSettings b/modules/tenant-management/Volo.Abp.TenantManagement.sln.DotSettings new file mode 100644 index 00000000000..47d731a6fdb --- /dev/null +++ b/modules/tenant-management/Volo.Abp.TenantManagement.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/modules/users/Volo.Abp.Users.sln.DotSettings b/modules/users/Volo.Abp.Users.sln.DotSettings new file mode 100644 index 00000000000..05bef5f5116 --- /dev/null +++ b/modules/users/Volo.Abp.Users.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/templates/module/MyCompanyName.MyProjectName.sln.DotSettings b/templates/module/MyCompanyName.MyProjectName.sln.DotSettings new file mode 100644 index 00000000000..836e6ed4da9 --- /dev/null +++ b/templates/module/MyCompanyName.MyProjectName.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/templates/mvc/MyCompanyName.MyProjectName.sln.DotSettings b/templates/mvc/MyCompanyName.MyProjectName.sln.DotSettings new file mode 100644 index 00000000000..b89df7b544c --- /dev/null +++ b/templates/mvc/MyCompanyName.MyProjectName.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file diff --git a/templates/service/MyCompanyName.MyProjectName.sln.DotSettings b/templates/service/MyCompanyName.MyProjectName.sln.DotSettings new file mode 100644 index 00000000000..eaa1dba0279 --- /dev/null +++ b/templates/service/MyCompanyName.MyProjectName.sln.DotSettings @@ -0,0 +1,7 @@ + + True + D:\github\abp\common.DotSettings + ..\..\..\common.DotSettings + True + 1 + \ No newline at end of file