Questions tagged [msbuild-projectreference]
17 questions
0
votes
1 answer
Conditionally Copy Dependencies MSBuild
We have our solution set up so that Project A References Project B, Project B references Project C, and Project C has a .NET wrapper that references native DLLs.
A -> B -> C -> Native DLLs via .NET Wrapper
The reason for the convolution is we are…

Clark
- 478
- 6
- 14
0
votes
2 answers
How to employ DPROJ within Delphi code?
I want to use a GUID to uniquely identify my Application and to get at this value from within the code. I see that there is a GUID that would be ideal in the DPROJ:
…

Brian Frost
- 13,334
- 11
- 80
- 154