msgpack-cli icon indicating copy to clipboard operation
msgpack-cli copied to clipboard

Visual studio2015 can't open project

Open hanjunjun opened this issue 7 years ago • 3 comments

image

Error content: The project's default XML namespace must be the MSBuild XML namespace. If the project was created in MSBuild 2003 format, add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project was created in the old 1.0 or 1.2 format, convert it to MSBuild 2003 format.

What should I do to successfully compile the project?

hanjunjun avatar Jul 15 '18 16:07 hanjunjun

If you can, use visual studio 2017 to open solutions except MsgPack.Windows.sln which contains Silverlight 5 project.

AFAIK, VS 2015 does not support "SDK-based" projects. I don't want to back old and troublesome project.json based projects...

yfakariya avatar Jul 16 '18 11:07 yfakariya

Is there any way to open the project with vs2015?

hanjunjun avatar Jul 16 '18 15:07 hanjunjun

Unfortunately, I don't know how to do it. If you want to study or contribute OSS, you can use Visual Studio Community even if you belong a "big" company (of course, you should read its license terms carefully).

yfakariya avatar Jul 17 '18 22:07 yfakariya