diff --git a/NuGet/start/content/net45/Bootstrapper.cs.pp b/NuGet/start/content/net45/Bootstrapper.cs.pp
index 341987f..4a9633b 100644
--- a/NuGet/start/content/net45/Bootstrapper.cs.pp
+++ b/NuGet/start/content/net45/Bootstrapper.cs.pp
@@ -1,4 +1,5 @@
using Stylet;
+using StyletIoC;
using $rootnamespace$.Pages;
using System;
using System.Collections.Generic;
diff --git a/NuGet/start/content/net45/Pages/ShellView.xaml.pp b/NuGet/start/content/net45/Pages/ShellView.xaml.pp
index 06af06a..61cb58f 100644
--- a/NuGet/start/content/net45/Pages/ShellView.xaml.pp
+++ b/NuGet/start/content/net45/Pages/ShellView.xaml.pp
@@ -8,12 +8,16 @@
mc:Ignorable="d"
d:DataContext="{d:DesignInstance local:ShellView}"
Title="Stylet Start Project"
- Width="200" Height="200">
-
-
+ Width="350" Height="200">
+
+
Hello Stylet!
-
+
+ Now delete MainWindow.xaml.
+
+