using System.ComponentModel.Composition; using Microsoft.Practices.Prism.ViewModel; namespace Editor { [Export] public class ShellViewModel : NotificationObject { // This is where any view model logic for the shell would go. } }