Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have several projects in a Visual Studio solution and I want to access one project's properties from another project.

For example for MyProjectA's "Additional Library Directories" I want to add something like $(var.MyProjectB.OutputPath) and $(var.MyProjectB.TargetFileName) as an additional library into the Linker input dependency

Is this the only possible solution? Using Visual Studio project properties effectively for multiple projects and configurations

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.