Read MS Visual Studio Project files

Karl M. Syring syring at email.com
Thu Nov 22 06:33:20 EST 2001


"Werner Schiendl" <ws-news at gmx.at> schrieb
> Hello,
>
> I'd need a tool to read MS Visual Studio Project files (.dsp).
>
> I want to be able to get the 'Folders' and 'Files' from it as well as the
> existing configuration options.
> I think such a thing does exist already, but I don't seem able to find 'em
> on google.

Not exactly what you want, but
http://jrfonseca.tripod.com/gnu-win32/software/msds/ has an awk-script
(dsp2mak.awk) that converts .dsp's to GNU makefiles. This may give you a
start.

Karl M. Syring





More information about the Python-list mailing list