I\'ve built a WPF app, which completely works now. However, to clean it up a bit I wish to move my MainWindow.xaml to the view folder I\'ve created. After I\'ve
However that's a good point to remember: you have to change all the absolute paths (in XAML) to your resources, prepending them by a / in order to indicate that these paths are relative to the root directory.