c# - Visual Studios adding folder to release directory -
i trying pull in dependency, xulrunner exact. folder of binaries , executable called xulrunner.exe. code initializes xulrunner use passing in location of xulruner.exe api of dll program uses.
how visual studios copy on entire directory of xulrunner release folder on build can package xulrunner program , use relative address when specifying file path xulrunner.exe.
you can add post-build & pre-build events project in visual studio. go properties of project , there tab called 'build events'.
http://msdn.microsoft.com/en-us/library/42x5kfw4(v=vs.80).aspx
should give necessary information.
Comments
Post a Comment