I have just started with WPF so am probably missing something simple here. I have a window that I am editing in VS 2010. When I change the XAML by hand and then run the application (F5) the window remains as before my edit, however if I do a rebuild and then run the application my changes show up.
Is there any way to get VS to recognise that I have changed my XAML file and recompile it automatically when I press F5?