diff --git a/NppShell.vcxproj b/NppShell.vcxproj
index 510257d..e702515 100644
--- a/NppShell.vcxproj
+++ b/NppShell.vcxproj
@@ -1,5 +1,6 @@
+
Debug
@@ -293,11 +294,14 @@
+
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
+
\ No newline at end of file
diff --git a/framework.h b/framework.h
index de1e6e4..f6a121e 100644
--- a/framework.h
+++ b/framework.h
@@ -12,10 +12,10 @@
#include
// WinRT Header Files
-#include
-#include
-#include
-#include
+#include "winrt/base.h"
+#include "winrt/Windows.ApplicationModel.h"
+#include "winrt/Windows.Foundation.Collections.h"
+#include "winrt/Windows.Management.Deployment.h"
// Windows Implementation Library Header Files
#include "wil\winrt.h"
diff --git a/packages.config b/packages.config
index 2281947..60d52ef 100644
--- a/packages.config
+++ b/packages.config
@@ -1,4 +1,5 @@
+
\ No newline at end of file