Solution files

How do I create 2 or more than 1 solution files for the same project file in the same folder. I actually need one for 1.1 framework and other for 2.0 framework.

Thanks!


Answer this question

Solution files

  • GRAYDEMON

    Visual Studio 2005 projects are in a different format than Visual Studio 2002/2003 projects, so you are not going to be able to do this even if you could create different version solutions in the same folder.

    However, Microsoft have announced that are developing going to enable building .NET 1.0/1.1 in Visual Studio 2005, see:

    http://blogs.msdn.com/msbuild/archive/2005/11/09/490817.aspx

    For now, you may be able to use this solution by Jomo Fisher. However, this was for Beta 2 and may not work for the RTM.



  • tez_uk

    Well, I should have framed this way.

    How do I create 2 or more than 1 solution files for the same cs file in the same folder. I actually need one for 1.1 framework and other for 2.0 framework

    The answer then will be simple...got it!!!


  • mousy22

    What are you trying to achieve

  • yusufiye

    Hi.

    I always create a seperate folder for each of the project and solution file versions when I want to do this. Makes it possible to know what you have compiled, too.

    MyKillerApp
        VS6\
        VS7.1\
        VSx\

     



  • Solution files