blob: a11740e8f4f75cc126f6922f2d3b8c26b6293f59 (
plain)
1
2
3
4
|
@rem Generates a solution (.sln) and a set of project files (.csproj)
@rem for Microsoft Visual Studio .NET 2002
cd ..
Prebuild.exe /target vs2002 /file prebuild.xml /build NET_1_1 /pause
|