diff --git a/.gitignore b/.gitignore index 0281434..dac1f93 100644 --- a/.gitignore +++ b/.gitignore @@ -406,9 +406,6 @@ EProject/FineUIPro.Web/OfficeControl/ntkosigntool.cab EProject/FineUIPro.Web/OfficeControl/OfficeControl.cab EProject/FineUIPro.Web/OfficeControl/OfficeControl.ocx EProject/FineUIPro.Web/OfficeControl/signtoolcontrol.js -EProject/FineUIPro.Web/Web.config -EProject/FineUIPro.Web/Web.Debug.config -EProject/FineUIPro.Web/Web.Release.config EProject/Model/bin/Debug/Model.dll EProject/Model/bin/Debug/Model.pdb EProject/Model/bin/Debug/Newtonsoft.Json.dll @@ -1038,9 +1035,6 @@ EProject/WebApi/obj/Release/WebApi.csproj.FileListAbsolute.txt EProject/WebApi/obj/Release/WebApi.csprojAssemblyReference.cache EProject/WebApi/obj/Release/WebApi.dll EProject/WebApi/obj/Release/WebApi.pdb -EProject/WebApi/Web.config -EProject/WebApi/Web.Debug.config -EProject/WebApi/Web.Release.config /EProject/.vs/EProject /EProject/BLL/.vs /EProject/BLL/obj diff --git a/DataBase/eprojectDB_2024.05.14.bak b/DataBase/eprojectDB_2024.05.14.bak new file mode 100644 index 0000000..2e83ba3 Binary files /dev/null and b/DataBase/eprojectDB_2024.05.14.bak differ diff --git a/DataBase/eprojectDB_2024.05.14.rar b/DataBase/eprojectDB_2024.05.14.rar new file mode 100644 index 0000000..12ca8b7 Binary files /dev/null and b/DataBase/eprojectDB_2024.05.14.rar differ diff --git a/EProject/FineUIPro.Web/Web.Debug.config b/EProject/FineUIPro.Web/Web.Debug.config new file mode 100644 index 0000000..9e12e91 --- /dev/null +++ b/EProject/FineUIPro.Web/Web.Debug.config @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/EProject/FineUIPro.Web/Web.Release.config b/EProject/FineUIPro.Web/Web.Release.config new file mode 100644 index 0000000..0808436 --- /dev/null +++ b/EProject/FineUIPro.Web/Web.Release.config @@ -0,0 +1,31 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/EProject/FineUIPro.Web/Web.config b/EProject/FineUIPro.Web/Web.config new file mode 100644 index 0000000..a1f840e --- /dev/null +++ b/EProject/FineUIPro.Web/Web.config @@ -0,0 +1,142 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EProject/WebApi/Web.Debug.config b/EProject/WebApi/Web.Debug.config new file mode 100644 index 0000000..4bfe62f --- /dev/null +++ b/EProject/WebApi/Web.Debug.config @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/EProject/WebApi/Web.Release.config b/EProject/WebApi/Web.Release.config new file mode 100644 index 0000000..dd89ed8 --- /dev/null +++ b/EProject/WebApi/Web.Release.config @@ -0,0 +1,31 @@ + + + + + + + + + + + diff --git a/EProject/WebApi/Web.config b/EProject/WebApi/Web.config new file mode 100644 index 0000000..390fc64 --- /dev/null +++ b/EProject/WebApi/Web.config @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file