I\'ve got a C# project and I need the output path to be a specific directory, say C:\\Program Files\\foo. Everytime I close the properties information or开发者_开发问答 build it gets set back to .....
I have a couple of different solutions, in which some projects may depend on output from projects in other solutions. To manage this, I\'ve been copying dll files from the /bin/ folder in each project
I read this piece of macro(C code) and was confused in decoding it to know what it defines. What does it define?