I'm writing a piece of code that's just a bunch of JavaScript and JSON files -- it's a grunt plugin, rather than a website -- and I'd like to edit files and manage source control through Visual Studio.
I'm trying to construct a 'vanilla' msbuild project file -- not C#, not VB, etc because those files aren't valid in this kind of file. I can write a very simple MSBuild file with a .msbuildproj
extension, but can't get it to load into VS2013, and can't find an example anywhere.
Anyone know how to put together an empty, language-independent project simply for file management?