Possible Duplicate:
how to convert a VS 2010 soultion back to 2008
I have a .NET 3.5 project in VS 2010. Is there a way to convert the VS 2010 .csproj file format to a VS 2008 .csproj file format without making a new project using VS 2008 and re-adding everything? A tool or utility? Visual Studio, as far as I know, only provides an upgrade path.
I'm distributing the app source to users of VS 2008.