Omnisharp and C# 6

I worked with the guy that wrote Omnisharp and have been using it a lot at work to save having 3/4 instance of VS2015 open.

Problem work just started usign all the new fancy C#6 stuff like string interpolation. This stuff needs to use the new MSBuild, for me at C:/Program Files (x86)/MSBuild/14.0/Bin/

It's easy enough to see that omnisharp has a config value for this.

Setting it in the config.json found in the omnisharp server is easy enough.

Problem is windows emacs will shit the bed trying to parse the spaces. Normally you can just quote it or escape it, meh.

Getting that past omnisharp config parser & command builder and then get the command to run successfully in emacs.

Meh, #+NAME Config setting to use the new MSBuild with spaces in address

"MSBuildPath" : "C:/Progra~2/MSBuild/14.0/Bin/",