I would like to create an common Option Set to set basic settings for the many projects we have, and I would like to direct each project's dcus to separate folder.
I would like to set the "Unit output directory" to something like Build\dcu\$(Platform)\$(Config)\$(ProjectName)
Now there is no such variable as $(ProjectName). Is there somethine else?
I had the same problem.
Try \$(Platform)\$(Config)\$(MSBuildProjectName)
That does the job for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With