blob: 87676acc71c165b31ad4e73386d5f273b0c71df1 (
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 2010
cd ..
Prebuild.exe /target vs2010 /file prebuild.xml /pause
|