aboutsummaryrefslogblamecommitdiff
path: root/build/BuildAll.bat
blob: 6e6e152862927e20f145a0c13bc3049784e7a632 (plain) (tree)
1
2
3
4
5
6
7
8



                                                                                                        



                                                                                                                     
@ECHO OFF
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /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

:END
PAUSE