vote up 6 vote down star
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?

flag

1 Answer

vote up 3 vote down

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".

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.