From ffde4b8307c317d3033c6b0b4b57d855bd530ada Mon Sep 17 00:00:00 2001 From: Glen Little Date: Wed, 15 Jan 2025 22:56:56 -0700 Subject: [PATCH] Update project files and configurations Updated `Site.csproj` to include new content files and modify dependencies. Added and removed various `Web.config` related files. Removed `Web.Babak 1.config`. Added `Web.Debug.config`. Modified `Web.Local Files 3.config` to include `appSettings` and remove example code. Updated `Web.Release.config` and `Web.Standalone.config` to correct XML encoding, fix typos, and adjust content. --- Site/Site.csproj | 28 ++++++++++------------- Site/Web.Babak 1.config | 42 ----------------------------------- Site/Web.Debug.config | 30 +++++++++++++++++++++++++ Site/Web.Local Files 3.config | 14 ++---------- Site/Web.Release.config | 26 +++++++++------------- Site/Web.Standalone.config | 27 +++++++++------------- 6 files changed, 64 insertions(+), 103 deletions(-) delete mode 100644 Site/Web.Babak 1.config create mode 100644 Site/Web.Debug.config diff --git a/Site/Site.csproj b/Site/Site.csproj index f72bb130..c6b96a3b 100644 --- a/Site/Site.csproj +++ b/Site/Site.csproj @@ -1212,26 +1212,29 @@ ImportBallots.cshtml - + + Designer + + + Web.config - + + Web.config + + Web.config - Designer Web.config - + Web.config - + Web.config - - Designer - - + Web.config @@ -1305,13 +1308,6 @@ Setup.cshtml - - Designer - - - Web.config - Designer - diff --git a/Site/Web.Babak 1.config b/Site/Web.Babak 1.config deleted file mode 100644 index de177be7..00000000 --- a/Site/Web.Babak 1.config +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Site/Web.Debug.config b/Site/Web.Debug.config new file mode 100644 index 00000000..fae9cfef --- /dev/null +++ b/Site/Web.Debug.config @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Site/Web.Local Files 3.config b/Site/Web.Local Files 3.config index 26c8b4bf..87e244bc 100644 --- a/Site/Web.Local Files 3.config +++ b/Site/Web.Local Files 3.config @@ -3,18 +3,8 @@ - - + + diff --git a/Site/Web.Release.config b/Site/Web.Release.config index e8829b40..19058ed3 100644 --- a/Site/Web.Release.config +++ b/Site/Web.Release.config @@ -1,29 +1,23 @@ - + - + - - - - - + - - - - - - - - - - + \ No newline at end of file