Have been following the instructions to migrate VS2013 proejct to VS2015 as outlined in the page:
and
https://github.com/Microsoft/cordova-docs/blob/master/known-issues/known-issues-vs2015.md
Getting some build Errors:
Done executing task "MdaVsCli" -- FAILED. (TaskId:11)
1>Done building target "BuildMDA" in project "LabbookMobile.jsproj" -- FAILED.: (TargetId:11)
Full Output: http://pastebin.com/uh6eMQu1
Dose anyone anyone know how I can fix this?
Turned out I had some of the files in the wrong location in the newly created www directory. The xxxx.jsproj, taco.json and config.xml should be in the directory above the www folder.