v11.0\WebApplications\Microsoft.WebApplication.targets was not found when file actually references v10

后端 未结 11 1274
花落未央
花落未央 2020-12-01 01:26

First some background. At the end of 2012 we migrated our vs2008 solution to vs2010 but we still target .NET 3.5. (I know nothing but the latest and greatest here!)

11条回答
  •  渐次进展
    2020-12-01 01:44

    You can add the VisualStudioVersion property like this:

    
      
        Configuration=$(BuildConfiguration);WarningLevel=0;VisualStudioVersion=12.0
      
    
    
    

提交回复
热议问题