标签: msbuild
我正在VS2017中编写代码,但我想确保此代码已在vs2010 / 2012上成功编译。 我尝试通过以下命令使用msbuild进行编译
msbuild p.sln /property:Configuration=Debug /property:Platform=x64 /property:ToolsVersion=4.0
但是此命令不能模拟vs2010 / 2012编译,因为我没有遇到任何C#7语法错误。
有人知道如何使用msbuild模拟vs2010 / 2012编译
谢谢