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