diff --git a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Updater.exe b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Updater.exe index c9342721..cf5936bc 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/Lib/CodePlex.WebServices.Client.dll b/WebsitePanel/Lib/CodePlex.WebServices.Client.dll new file mode 100644 index 00000000..34f099dd Binary files /dev/null and b/WebsitePanel/Lib/CodePlex.WebServices.Client.dll differ diff --git a/WebsitePanel/build-debug.bat b/WebsitePanel/build-debug.bat index cc6e25f7..4e38c74d 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 /m \ No newline at end of file +%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe build.xml /target:Build /p:BuildConfiguration=Debug /p:Version="1.2.2" /p:FileVersion="1.2.2.1" /p:VersionLabel="1.2.2.1" /v:n /fileLogger /m \ No newline at end of file diff --git a/WebsitePanel/build-release.bat b/WebsitePanel/build-release.bat index 4c1a2418..61344540 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 /m \ No newline at end of file +%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe build.xml /target:Build /p:BuildConfiguration=Release /p:Version="1.2.2" /p:FileVersion="1.2.2.1" /p:VersionLabel="1.2.2.1" /v:n /fileLogger /m \ No newline at end of file diff --git a/WebsitePanel/build.xml b/WebsitePanel/build.xml index fef83512..f4d2466a 100644 --- a/WebsitePanel/build.xml +++ b/WebsitePanel/build.xml @@ -1,11 +1,12 @@  + 2012-08-13 - Release + .. $(RootFolder)\WebsitePanel @@ -46,6 +47,11 @@ + + + + + @@ -472,8 +478,115 @@ - + + + + + + + + + + + + + + + + + + + + RuntimeBinary + + + + + + + + RuntimeBinary + + + + + + + + RuntimeBinary + + + + + + + + RuntimeBinary + + + + + + + + RuntimeBinary + + + + + + + + RuntimeBinary + + + + + + + + RuntimeBinary + + + + + + + + RuntimeBinary + + + + + + + + RuntimeBinary + + + + + + + + RuntimeBinary + + + + + + + + RuntimeBinary + + + + + + + + diff --git a/WebsitePanel/deploy-debug.bat b/WebsitePanel/deploy-debug.bat index 35fd6db8..fb7ac0fa 100644 --- a/WebsitePanel/deploy-debug.bat +++ b/WebsitePanel/deploy-debug.bat @@ -1 +1 @@ -%windir%\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe build.xml /target:Deploy /property:BuildConfiguration=Debug /v:n /fileLogger /m +%windir%\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe build.xml /target:Deploy /p:BuildConfiguration=Debug /p:Version="1.2.2" /p:FileVersion="1.2.2.1" /p:VersionLabel="1.2.2.1" /v:n /fileLogger /m diff --git a/WebsitePanel/deploy-release.bat b/WebsitePanel/deploy-release.bat index 26d713ca..6ad1a89e 100644 --- a/WebsitePanel/deploy-release.bat +++ b/WebsitePanel/deploy-release.bat @@ -1 +1 @@ -%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe build.xml /target:Deploy /property:BuildConfiguration=Release /v:n /fileLogger /m +%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe build.xml /target:Deploy /p:BuildConfiguration=Release /p:Version="1.2.2" /p:FileVersion="1.2.2.1" /p:VersionLabel="1.2.2.1" /v:n /fileLogger /m