I'm new with caliburn and building a simple app, but i want to change where i put my views
my project look like:
Project/
Model/
...
View/
TestView.xaml
ViewModel/
TestViewModel.cs
App.xaml
AppBootstrapper.cs
but with this i get a cannot find view for Project.ViewModel.TextViewModel
. obviously if I put the view into the same directory, the application works perfectly but i want to cahnge the location where i can configure that?