Open Mike4Online opened 7 months ago
I have not tested it, but I did add support for editing .vcxproj
files along with a basic schema for some of the properties and items used in C++ projects, though it currently lacks docs and type annotations.
Is this a question or are you experiencing problems opening .vcxproj
files?
I haven't yet attempted to try this new editor, as I wasn't sure it supports .vcxproj files. So I suppose I was asking, as well as commenting on the documentation (and recent blog post) being unclear on this point.
According to the Microsoft DevBlog post regarding this extension, it supports editing
.csproj
files. Is there any plan to extend this to other languages?I assume
.vcxproj
files are MSBuild files (I run MSBuild.exe in order to build my VC++ projects).