#1
|
||||
|
||||
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? |
|
|