View Single Post
  #1  
Old 07-07-2010, 06:50 AM
Statler6's Avatar
Statler6 Statler6 is online now
Registered User
 
Join Date: 02-06-2006
Posts: 13
Upgrade to VS2010

I'm trying to upgrade 200+ VS2008 solutions to VS2010. I've created a VBP project, which has a "Make VS 2010" action for each solution with Build behavior set to Upgrade.
But all I get is:
-----------------------------------------------------------------------
Upgrading
Command: "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com" Q:\Build\450\Components\SDLIB\SRC\SdTransfer\SdTra nsfer.sln /upgrade
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com" Q:\Build\450\Components\SDLIB\SRC\SdTransfer\SdTra nsfer.sln /upgrade
Microsoft (R) Visual Studio Version 9.0.30729.1.
Copyright (C) Microsoft Corp. All rights reserved.
Information:
This project/solution does not require conversion.
-----------------------------------------------------------------------
How can I get VBP to use VS2010 instead of VS2008 for this action?
Reply With Quote