diff --git a/Source/Sample Project/App.xaml b/Source/Sample Project/App.xaml
index e4e63cf..11ae36c 100644
--- a/Source/Sample Project/App.xaml
+++ b/Source/Sample Project/App.xaml
@@ -1,14 +1,14 @@
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ StartupUri="Main.xaml">
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/Source/Sample Project/Sample Project.csproj b/Source/Sample Project/Sample Project.csproj
index 491f845..d268001 100644
--- a/Source/Sample Project/Sample Project.csproj
+++ b/Source/Sample Project/Sample Project.csproj
@@ -99,6 +99,7 @@
MSBuild:Compile
Designer
+
FancyToolTip.xaml
diff --git a/Source/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml b/Source/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml
index 146c78d..acc53fe 100644
--- a/Source/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml
+++ b/Source/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml
@@ -7,15 +7,14 @@
Width="300">
-
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/Source/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml b/Source/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml
index 1b18323..9645b30 100644
--- a/Source/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml
+++ b/Source/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml
@@ -3,6 +3,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:tb="http://www.hardcodet.net/taskbar"
+ xmlns:commands="clr-namespace:Samples.Commands"
Height="300"
Width="300">
@@ -32,6 +33,8 @@
Text="Enter Text..." />