Are solution files going to be in xml format in vs2005? I've just looked at the beta and they aren't - project files have changed!
Jason
I have not seen that. The formats have changed, but everything is still XML.
You can use msbuild to build them, as it walks the XML file looking for
dependencies, et al.

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************
Think Outside the Box!
************************************************
> Are solution files going to be in xml format in vs2005? I've just looked at the beta and they aren't - project files have changed!
>
> Jason
No, solution files will not be stored in XML for VS 2005, it's just project
files that use the MSBuild engine (although they were in XML before as
well).
Lukasz

Signature
This posting is provided "AS IS", with no warranties, and confers no rights.
> Are solution files going to be in xml format in vs2005? I've just looked
> at the beta and they aren't - project files have changed!
>
> Jason