visual studio - Monotouch - add files to your bundle with a build action -


i add dll files application bundle build action. possible? if give me example how can it?

thanks in advance!

you can add library projects main app's solution, when build app libraries rebuilt necessary.

alternatively, use post-build action in library project copy library dlls folder (a library folder, or project folder app) app reference them.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -