.net - Teamcity/c# build doesn't copy my DLL to the bin folder -


i have c++ wrapper dll added 1 of projects, proect "set startup" project.

to right clicked on project , did "add exisitng item" , in properties have build action = none copy output directory = copy always

the code in project not directly use dll, it's used in project that's part of solution , cannot add references it's not proper .net dll.

my teamcity build doesn't include dll when builds project , don't know why. changed build script copies dll location bin folder doesn't work, when run app run time error "could not find dll" though can see in bin folder.

so cannot copy bin folder, need tell team city include dll when project built, when compile visual studio

so question how can tell team city include dll when complies project?

i'm using vs2010, .net 4


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 -