views:

649

answers:

1

Is there an easy way to use the same conditional compilation symbol that I'm using for my c# code, in my xaml files?

+5  A: 

There is some support for conditional compilation in XAML. It's not the same as in C#, code, though. The trick is to use "Requires".

Reed Copsey