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
2009-07-31 16:38:11