I have a C# .proj file that using .Net Framework 3.5. Currently the solution that ties the .proj files uses Visual Studio 2008. Our daily build currently uses MSBuild 3.5. I know that you can specify the TargetFramework in MSBbuild 4.
My question is: do I have to convert my project file using Visual Studio 2010? I am assuming the conversion only affects the .sln file.