Arash Khatami

Results 3 comments of Arash Khatami

Makes sense. The way .targets are right now, they assume 'debug' and 'non-debug'. How about changing that to `` and `` so at least it doesn't default to release folder...

I'd suggest using the `Contains()` solution to cover the majority of projects, combined with package specific names to tackle less common config names as you mentioned.

> How about: > > ``` > > Debug > > > Release > > > Release > > > Release > > ``` This still doesn't solve the problem...