diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..afe3a1f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+Bin/
+obj/
+*.suo
+packages/
+*.chm
+*.user
diff --git a/ChromaKeyDemo/ChromaKeyDemo.csproj b/ChromaKeyDemo/ChromaKeyDemo.csproj
index 14ef628..470f7f2 100644
--- a/ChromaKeyDemo/ChromaKeyDemo.csproj
+++ b/ChromaKeyDemo/ChromaKeyDemo.csproj
@@ -27,7 +27,7 @@
true
..\
true
- c1b7280d
+ 65ec4bfb
true
@@ -124,6 +124,7 @@
+
@@ -153,12 +154,12 @@
+
+ ..\packages\LumiaImagingSDK.2.0.142-alpha\lib\wp8\Lumia.Imaging.Managed.dll
+
..\packages\WPtoolkit.4.2013.08.16\lib\wp8\Microsoft.Phone.Controls.Toolkit.dll
-
- ..\packages\NokiaImagingSDK.1.2.115\lib\wp8\Nokia.Graphics.Imaging.Managed.dll
-
@@ -171,11 +172,11 @@
-->
-
+
This project references NuGet package(s) that are missing on this computer. Enable 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/ChromaKeyDemo/Pages/MainPage.xaml.cs b/ChromaKeyDemo/Pages/MainPage.xaml.cs
index 7091aa2..0f3977a 100644
--- a/ChromaKeyDemo/Pages/MainPage.xaml.cs
+++ b/ChromaKeyDemo/Pages/MainPage.xaml.cs
@@ -12,7 +12,7 @@ using ChromaKeyDemo.Resources;
using Microsoft.Devices;
using Microsoft.Phone.Controls;
using Microsoft.Phone.Shell;
-using Nokia.Graphics.Imaging;
+using Lumia.Imaging;
using System;
using System.Collections.Generic;
using System.Windows;
@@ -21,6 +21,8 @@ using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Threading;
using Windows.Phone.Media.Capture;
+using Lumia.Imaging.Transforms;
+using Lumia.Imaging.Compositing;
namespace ChromaKeyDemo.Pages
{
diff --git a/ChromaKeyDemo/packages.config b/ChromaKeyDemo/packages.config
index 9826d4e..3b7a235 100644
--- a/ChromaKeyDemo/packages.config
+++ b/ChromaKeyDemo/packages.config
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file