Skip to content

Commit

Permalink
added build scripts for Example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 28, 2011
1 parent fba690d commit eba3c2f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/build.bat
@@ -0,0 +1,4 @@
SET MSBUILD=C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe

%MSBUILD% build.msbuild

9 changes: 9 additions & 0 deletions build/build.msbuild
@@ -0,0 +1,9 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="Build">
<MSBuild Projects="../src/RedisStackOverflow/RedisStackOverflow.sln" Properties="Configuration=Release"/>
<MSBuild Projects="../src/RestFiles/RestFiles.sln" Properties="Configuration=Release"/>
<MSBuild Projects="../src/ServiceStack.Hello/ServiceStack.Hello.sln" Properties="Configuration=Release"/>
<MSBuild Projects="../src/ServiceStack.Northwind/ServiceStack.Northwind.sln" Properties="Configuration=Release"/>
<MSBuild Projects="../src/ServiceStack.MovieRest/ServiceStack.MovieRest.sln" Properties="Configuration=Release; Architecture=x86"/>
</Target>
</Project>

0 comments on commit eba3c2f

Please sign in to comment.