Commit 05ca4da7 authored by ArnoldZokas's avatar ArnoldZokas

Created batch files for running Debug,Release and Silverlight2 builds

parent a48354e2
@echo off
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Debug
pause
\ No newline at end of file
@echo off
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Release
pause
\ No newline at end of file
@echo off
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Silverlight2
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