c# - Generate a xml file during build process -


is there way generate xml file during/after/before build process in vs 2013?

it's own manifest file, @ least should serve same purpose (as click once).

yes can call own app (to create xml or anything) configuring build events (pre/post build):

project—>properties—>configuration properties—>build events


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -