diff --git a/.gitignore b/.gitignore index 3aa5b9e..24c6d60 100644 --- a/.gitignore +++ b/.gitignore @@ -515,9 +515,6 @@ FCL/FineUIPro.Web/Report/ScoreDataSet.xsc FCL/FineUIPro.Web/Report/ScoreDataSet.xsd FCL/FineUIPro.Web/Report/ScoreDataSet.xss FCL/FineUIPro.Web/Report/ScoreReport.rdlc -FCL/FineUIPro.Web/Web.config -FCL/FineUIPro.Web/Web.Debug.config -FCL/FineUIPro.Web/Web.Release.config FCL/Model/bin/Debug/Model.dll FCL/Model/bin/Debug/Model.pdb FCL/Model/bin/Debug/Newtonsoft.Json.dll diff --git a/FCL/FineUIPro.Web/Web.Debug.config b/FCL/FineUIPro.Web/Web.Debug.config new file mode 100644 index 0000000..9e12e91 --- /dev/null +++ b/FCL/FineUIPro.Web/Web.Debug.config @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/FCL/FineUIPro.Web/Web.Release.config b/FCL/FineUIPro.Web/Web.Release.config new file mode 100644 index 0000000..0808436 --- /dev/null +++ b/FCL/FineUIPro.Web/Web.Release.config @@ -0,0 +1,31 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/FCL/FineUIPro.Web/Web.config b/FCL/FineUIPro.Web/Web.config new file mode 100644 index 0000000..47a5b53 --- /dev/null +++ b/FCL/FineUIPro.Web/Web.config @@ -0,0 +1,142 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file