How to get target directory of other project under same solution fo post build action of project (VS C#)

159 Views Asked by At

I have solution which has 2 projects Project1.csproj, Project2.csproj. I have a need to get output directory of Project2 in post build actions of Project1. I can get target directory (TargetDir) for Project1. How can I get output directory of Project2 for post build actions of Project1 ?

0

There are 0 best solutions below