Based on the book “Pro C # 2010 and the .net 4.0 Platform” on page 1148, she claims that the C # compiler does not understand the XAML markup. Instead, we should use MSBUILD.
However, I found that I could directly compile the WPF solution in VS2010 SP1 using
WPF - How to run a WPF solution in VS2010 SP1
So the question is, "when does the C # VS2010 compiler start supporting XAML markup compilation?"
thank
q0987 source
share