aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-10-04 15:11:52 -0500
committerrogerk <devnull@localhost>2011-10-04 15:11:52 -0500
commit6f5bf8d48bda3f415796428f16b33be662a08329 (patch)
tree22f97d56aa5e0cd6c71fecf2ebf3feb7b7fc251e /build
parent2622011a5dbd8dc20b9a49e10290047058fddc87 (diff)
downloadprotobuf-6f5bf8d48bda3f415796428f16b33be662a08329.tar.gz
protobuf-6f5bf8d48bda3f415796428f16b33be662a08329.tar.bz2
protobuf-6f5bf8d48bda3f415796428f16b33be662a08329.zip
Removed dependency on Rhino.Mocks
Added CleanAll batch file Added the now rhino-free service test to silverlight
Diffstat (limited to 'build')
-rw-r--r--build/CleanAll.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/CleanAll.bat b/build/CleanAll.bat
new file mode 100644
index 00000000..64df6f3f
--- /dev/null
+++ b/build/CleanAll.bat
@@ -0,0 +1,5 @@
+@echo off
+CMD.exe /Q /C "CD %~dp0 && %WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe build.csproj /toolsversion:4.0 "/t:Clean" "/p:BuildConfiguration=Release;TargetVersion=2"
+CMD.exe /Q /C "CD %~dp0 && %WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe build.csproj /toolsversion:4.0 "/t:Clean" "/p:BuildConfiguration=Debug;TargetVersion=2"
+CMD.exe /Q /C "CD %~dp0 && %WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe build.csproj /toolsversion:4.0 "/t:Clean" "/p:BuildConfiguration=Release_Silverlight;TargetVersion=2"
+CMD.exe /Q /C "CD %~dp0 && %WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe build.csproj /toolsversion:4.0 "/t:Clean" "/p:BuildConfiguration=Debug_Silverlight;TargetVersion=2"