blob: 929a480a1639703641f434b4bd43d9afc719084a (
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 vs2003 /file prebuild.xml /build NET_1_1 /pause
|