Reputation: 3133
I created a project using Visual Studio 2010 and trying to create the build in TFS 2013. I am getting the following error. Target Framework is 4.0. Why my build server is looking for Visual Studio 12.0 folder? How to change this settings? I appreciate any suggestions.
error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\WebApplications\Microsoft.WebApplication.targets" was not found
Upvotes: 0
Views: 6000
Reputation: 170
Copy the directory "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0" from development machine to the build machine.
Upvotes: 1
Reputation: 23434
You need to do one of the following:
I would recommend upgrading your visual studio anyway as you are already 2 versions behind with CTP's already available for DEV14,..
Upvotes: 0