Saturday, 15 August 2015

.net - Include files on nested references -



.net - Include files on nested references -

i have library project uses sql scripts, scripts defined content. works fine if executing project references straight library project: scripts copied in output compilation directory of calling project. if add together reference project b project a, , reference executing project project b scripts copied in bin of project b not on executing project, need them. how can manage pass files project executing project?

if project relies on scripts other projects don't (directly, through utilize of a), shouldn't necessary other projects "know" them.

one solution set them embedded resource in project , have read them out of it's own assembly rather off filesystem.

.net

No comments:

Post a Comment