diff --git a/src/Orchard.Azure/Orchard.Azure.Web/CopyModulesAndThemes.proj b/src/Orchard.Azure/Orchard.Azure.Web/CopyModulesAndThemes.proj deleted file mode 100644 index fe479004f..000000000 --- a/src/Orchard.Azure/Orchard.Azure.Web/CopyModulesAndThemes.proj +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - $(MSBuildProjectDirectory)\..\..\Orchard.Web - $(MSBuildProjectDirectory) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj b/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj index f3619509a..fb5d023cf 100644 --- a/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj +++ b/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj @@ -182,7 +182,14 @@ Designer - + + + Web.config + + + Web.config + + {9916839C-39FC-4CEB-A5AF-89CA7E87119F} @@ -493,9 +500,8 @@ - - - + diff --git a/src/Orchard.Azure/Orchard.Azure.Web/Web.Debug.config b/src/Orchard.Azure/Orchard.Azure.Web/Web.Debug.config new file mode 100644 index 000000000..24f336cd6 --- /dev/null +++ b/src/Orchard.Azure/Orchard.Azure.Web/Web.Debug.config @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/Orchard.Azure/Orchard.Azure.Web/Web.Release.config b/src/Orchard.Azure/Orchard.Azure.Web/Web.Release.config new file mode 100644 index 000000000..a6579812d --- /dev/null +++ b/src/Orchard.Azure/Orchard.Azure.Web/Web.Release.config @@ -0,0 +1,31 @@ + + + + + + + + + + + \ No newline at end of file