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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -