visual studio - Project reference in one .sln, and assembly reference in another -
scenario
this distillation of problem having...
- we have 2 solution files. both have project reference same project, proja
- proja has reference projx
problem
we projx reference project reference in solutionone, assembly reference in solutiontwo
how can done, since proja.csproj same file referenced both solutions?
i've never done before sounds conditional build. you'd need define new solution configurations - instead of debug/release, you'd call them projref , asmref. solutionone build using projref , solutiontwo build using asmref. then, you'd modify vbproj/csproj , tag reference condition.
take @ article:
Comments
Post a Comment