c# - Shared .settings files in Visual Studio -


in projecta add new item -> settings file ... call "shared.settings". edit settings , set access modifier public. in projectb add existing item -> select settings file , "add link"

this seems work great until deploy projecta , need edit settings. copying shared.settings output folder doesn't seem work ... it's not read @ runtime \ load time.

how edit projectb settings deployed projecta now?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -