addressing the request for msbuild support from mantis 723

0.6.0-stable
Sean Dague 2008-03-14 14:54:50 +00:00
parent a5f5be8a0c
commit 923cc9f62f
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,4 @@
bin\Prebuild.exe /target nant
bin\Prebuild.exe /target vs2005
bin\Prebuild.exe /target vs2005
echo C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msbuild opensim.sln > compile.bat

View File

@ -1,2 +1,4 @@
bin\Prebuild.exe /target nant
bin\Prebuild.exe /target vs2008
bin\Prebuild.exe /target vs2008
echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild opensim.sln > compile.bat