blob: eb51a820cbd185bb3d3a60d398ec158ae57a2a8d (
plain)
1
2
3
4
|
@rem Generates a solution (.sln) and a set of project files (.csproj, .vbproj, etc.)
@rem for Microsoft Visual Studio .NET 2008
cd ..
Prebuild.exe /target vs2008 /file prebuild.xml /pause
|