qamaruddin
qamaruddin
@rossmann-engineering I may be able to raise a pull request. No promise though.
Not much different project wise. Once I added the package it did modify the vbproj file to add additional xml setting. But the file did not get generated at all....
@lijunle After adding a post build event to call the vsxmd exe manually, I see that its looking for a generated xml file that dont exist. 1> ConsoleApp4 -> C:\Users\qamar\source\repos\ConsoleApp4\ConsoleApp4\bin\Debug\ConsoleApp4.exe...
Yes, I have xml generation turned on. 
The genearted xml does exist's in the debug folder. but as stated earlier here, when i ran the vsxmd as part of post build event it was looking for xml...
` Debug AnyCPU {3F664738-5517-448B-92DD-65BD3B99270F} Exe ConsoleApp4.Module1 ConsoleApp4 ConsoleApp4 512 Console v4.6.1 true true AnyCPU true full true true bin\Debug\ ConsoleApp4.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 AnyCPU pdbonly false true true bin\Release\ ConsoleApp4.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 On...
Yes. It’s get generated in bin/debug
without output tag the build won't work for Vb projects.