Conditional references in csproj files causes error when condition is false #2583
Labels
Area-External-CPS
Owned by CPS and not this repo. Likely be closed in lieu of issue filed against VS platform.
Milestone
I am trying to have a solution with two projects and reference on in the other one only in Debug builds but referencing under conditions causes compile error on Release although it compiles just fine on Debug. It is very easy to reproduce:
Here is the content of the content of the csproj files. I am using VS 15.2 (26430.14)
DebugTools.csproj
MainLibrary.csproj
The text was updated successfully, but these errors were encountered: