Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to convert hundreds of VS2005 soltions to VS2008?

How to convert hundreds of VS2005 soltions to VS2008?

Scheduled Pinned Locked Moved C / C++ / MFC
csharpvisual-studiohelptutorialquestion
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    coder21k
    wrote on last edited by
    #1

    I am facing a tedious task of converting whole application(which have hundreds of solution files) from visual studio 2005 to visual studio 2008. Please help in minizing the work of opening every solution file in 2008 and converting and saving. Also please help me in chaging the project settings for all these files at once and building all the solutions.

    T J 2 3 Replies Last reply
    0
    • C coder21k

      I am facing a tedious task of converting whole application(which have hundreds of solution files) from visual studio 2005 to visual studio 2008. Please help in minizing the work of opening every solution file in 2008 and converting and saving. Also please help me in chaging the project settings for all these files at once and building all the solutions.

      T Offline
      T Offline
      T2102
      wrote on last edited by
      #2

      Ouch. Please let me know if you learn how to update these automatically via the command line. For the project settings, I have all of my projects using .vsprops files for project settings. You also might be able to modify the .vcproj files, but back them up first just in case.

      K C 2 Replies Last reply
      0
      • T T2102

        Ouch. Please let me know if you learn how to update these automatically via the command line. For the project settings, I have all of my projects using .vsprops files for project settings. You also might be able to modify the .vcproj files, but back them up first just in case.

        K Offline
        K Offline
        KarstenK
        wrote on last edited by
        #3

        make a backup of the 2005 files and than convert a simple project and compare the differences. So sometimes you only have to change a version string. :rolleyes:

        Press F1 for help or google it. Greetings from Germany

        1 Reply Last reply
        0
        • C coder21k

          I am facing a tedious task of converting whole application(which have hundreds of solution files) from visual studio 2005 to visual studio 2008. Please help in minizing the work of opening every solution file in 2008 and converting and saving. Also please help me in chaging the project settings for all these files at once and building all the solutions.

          J Offline
          J Offline
          Joe Woodbury
          wrote on last edited by
          #4

          I don't know of an automated tool. I do know that the VS 2008 converter sometimes makes mistakes, the most notorious of which is failing to bring over the /O2 optimize setting in release builds.

          1 Reply Last reply
          0
          • C coder21k

            I am facing a tedious task of converting whole application(which have hundreds of solution files) from visual studio 2005 to visual studio 2008. Please help in minizing the work of opening every solution file in 2008 and converting and saving. Also please help me in chaging the project settings for all these files at once and building all the solutions.

            2 Offline
            2 Offline
            224917
            wrote on last edited by
            #5

            Seems you can run VS 2008 with command line parameter "/convert". Hope this[^] article helps.

            -Suhredayan

            1 Reply Last reply
            0
            • T T2102

              Ouch. Please let me know if you learn how to update these automatically via the command line. For the project settings, I have all of my projects using .vsprops files for project settings. You also might be able to modify the .vcproj files, but back them up first just in case.

              C Offline
              C Offline
              coder21k
              wrote on last edited by
              #6

              Thanks for the reply. Yeah I know using the command promt to convert the files to vs2008. But again it will open up the wizard to convert. I am expecting a tool/shortcut methos to convert a series of .sln files located in a folder at one shot. Is it possible to do that?

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups