Compilation 1.1 and 2.0 framework compatible assemblies using MSBUILD
I have large number of Solution and Project files developed in 2003. The project files use large common code base.
I need to move to 2005 eventually, will there be any way to maintain the same code base ,solution files, project files which can be modified to build assemblies targettting .NET 1.1 and 2.0 framework.
By using MSBUILD , Please let me know ow to manage solution and project files that need to work in both VS2003 and VS2005 . Is there a way of doing this using MSBUILD ?
Thanks in Advance.
V

