diff --git a/.gitignore b/.gitignore index 549bd21..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 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