Commit 88d4e8bb authored by ArnoldZokas's avatar ArnoldZokas

Added batch file for running 'BuildAll'

parent 3f5b69df
:BEGIN
@ECHO OFF
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug
IF ERRORLEVEL 1 GOTO END
:SILVERLIGHT2
ECHO RONG!
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug_Silverlight2
:END
PAUSE
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment