aboutsummaryrefslogtreecommitdiff
path: root/build/GenerateCompletePackage.bat
diff options
context:
space:
mode:
authorArnoldZokas <arnold.zokas@coderoom.net>2010-11-30 21:32:07 +0000
committerArnoldZokas <arnold.zokas@coderoom.net>2010-11-30 21:32:07 +0000
commit1999a990bed07dd6f3d222f017bafa534b04e1eb (patch)
tree5bd6b8d591f9594b0ead12fcc164d954d9b2d2f7 /build/GenerateCompletePackage.bat
parentd58af394bdc01621aeb049635cbd101a83bb2108 (diff)
downloadprotobuf-1999a990bed07dd6f3d222f017bafa534b04e1eb.tar.gz
protobuf-1999a990bed07dd6f3d222f017bafa534b04e1eb.tar.bz2
protobuf-1999a990bed07dd6f3d222f017bafa534b04e1eb.zip
Implemented distribution package generation
Diffstat (limited to 'build/GenerateCompletePackage.bat')
-rw-r--r--build/GenerateCompletePackage.bat10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/GenerateCompletePackage.bat b/build/GenerateCompletePackage.bat
index 8b4bde18..d97ae9b9 100644
--- a/build/GenerateCompletePackage.bat
+++ b/build/GenerateCompletePackage.bat
@@ -1,17 +1,17 @@
@ECHO OFF
-%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build;PreparePackageComponent /p:BuildConfiguration=Debug
IF ERRORLEVEL 1 GOTO END
-%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug_Silverlight2
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build;PreparePackageComponent /p:BuildConfiguration=Debug_Silverlight2
IF ERRORLEVEL 1 GOTO END
-%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Release
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build;PreparePackageComponent /p:BuildConfiguration=Release
IF ERRORLEVEL 1 GOTO END
-%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Release_Silverlight2
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build;PreparePackageComponent /p:BuildConfiguration=Release_Silverlight2
IF ERRORLEVEL 1 GOTO END
-%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:GeneratePackage /p:PackageScope=AllBinariesAndSource
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:GeneratePackage /p:PackageName=AllBinariesAndSource.zip
:END
PAUSE \ No newline at end of file