diff --git a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Updater.exe b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Updater.exe index 310afe24..ac0dd6d0 100644 Binary files a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Updater.exe and b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Updater.exe differ diff --git a/WebsitePanel/build-debug.bat b/WebsitePanel/build-debug.bat index 8291a305..cc6e25f7 100644 --- a/WebsitePanel/build-debug.bat +++ b/WebsitePanel/build-debug.bat @@ -1 +1 @@ -%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe build.xml /target:Build /property:BuildConfiguration=Debug /v:n /fileLogger \ No newline at end of file +%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe build.xml /target:Build /property:BuildConfiguration=Debug /v:n /fileLogger /m \ No newline at end of file diff --git a/WebsitePanel/build-release.bat b/WebsitePanel/build-release.bat index e76ab1fd..4c1a2418 100644 --- a/WebsitePanel/build-release.bat +++ b/WebsitePanel/build-release.bat @@ -1 +1 @@ -%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe build.xml /target:Build /property:BuildConfiguration=Release /v:n /fileLogger \ No newline at end of file +%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe build.xml /target:Build /property:BuildConfiguration=Release /v:n /fileLogger /m \ No newline at end of file diff --git a/WebsitePanel/build.xml b/WebsitePanel/build.xml index 00782de3..6260025a 100644 --- a/WebsitePanel/build.xml +++ b/WebsitePanel/build.xml @@ -41,7 +41,8 @@ - + +