Visual Studio needs to make non-functional changes to this project

后端 未结 6 524
梦谈多话
梦谈多话 2021-01-01 13:09

I opened a C# project that was created in VS 2010 SP, with VS 2012. A one-way conversion window appeared where I proceeded with the conversion.

Upon completion I got

6条回答
  •  遥遥无期
    2021-01-01 13:38

    If you look into the .csproj file, you will see this:

    < Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"     
    
     Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
    

    and

    < OldToolsVersion>4.0< /OldToolsVersion>
    

提交回复
热议问题