diff --git a/.gitignore b/.gitignore
index e2b98361..035cfdf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,6 @@ lib/local/FaceAnalyser/Debug/
lib/local/LandmarkDetector/Debug/
OpenFaceDemo/bin/
OpenFaceDemo/obj/
+Debug/model/
+Debug/
+*.suo
diff --git a/OpenFace.sln b/OpenFace.sln
index f830b7b5..c3e36c08 100644
--- a/OpenFace.sln
+++ b/OpenFace.sln
@@ -33,7 +33,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CamCom", "lib\local\CamCom\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenFaceOffline", "gui\OpenFaceOffline\OpenFaceOffline.csproj", "{A4760F41-2B1F-4144-B7B2-62785AFFE79B}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenFaceDemo", "OpenFaceDemo\OpenFaceDemo.csproj", "{E143A2AA-312E-4DFE-B61D-9A87CCBC8E90}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenFaceDemo", "gui\OpenFaceDemo\OpenFaceDemo.csproj", "{E143A2AA-312E-4DFE-B61D-9A87CCBC8E90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/exe/FaceLandmarkImg/FaceLandmarkImg.vcxproj.user b/exe/FaceLandmarkImg/FaceLandmarkImg.vcxproj.user
new file mode 100644
index 00000000..08d82061
--- /dev/null
+++ b/exe/FaceLandmarkImg/FaceLandmarkImg.vcxproj.user
@@ -0,0 +1,23 @@
+
+
+
+
+
+ WindowsLocalDebugger
+
+
+
+
+ WindowsLocalDebugger
+
+
+
+
+ WindowsLocalDebugger
+
+
+
+
+ WindowsLocalDebugger
+
+
\ No newline at end of file
diff --git a/exe/FaceLandmarkVid/FaceLandmarkVid.vcxproj.user b/exe/FaceLandmarkVid/FaceLandmarkVid.vcxproj.user
new file mode 100644
index 00000000..950288a8
--- /dev/null
+++ b/exe/FaceLandmarkVid/FaceLandmarkVid.vcxproj.user
@@ -0,0 +1,23 @@
+
+
+
+
+
+ WindowsLocalDebugger
+
+
+
+
+ WindowsLocalDebugger
+
+
+
+
+ WindowsLocalDebugger
+
+
+
+
+ WindowsLocalDebugger
+
+
\ No newline at end of file
diff --git a/exe/FeatureExtraction/FeatureExtraction.vcxproj.user b/exe/FeatureExtraction/FeatureExtraction.vcxproj.user
new file mode 100644
index 00000000..08d82061
--- /dev/null
+++ b/exe/FeatureExtraction/FeatureExtraction.vcxproj.user
@@ -0,0 +1,23 @@
+
+
+
+
+
+ WindowsLocalDebugger
+
+
+
+
+ WindowsLocalDebugger
+
+
+
+
+ WindowsLocalDebugger
+
+
+
+
+ WindowsLocalDebugger
+
+
\ No newline at end of file
diff --git a/exe/Recording/Recording.vcxproj.user b/exe/Recording/Recording.vcxproj.user
new file mode 100644
index 00000000..b89184ef
--- /dev/null
+++ b/exe/Recording/Recording.vcxproj.user
@@ -0,0 +1,17 @@
+
+
+
+
+
+ WindowsLocalDebugger
+
+
+ WindowsLocalDebugger
+
+
+ WindowsLocalDebugger
+
+
+ WindowsLocalDebugger
+
+
\ No newline at end of file
diff --git a/OpenFaceDemo/App.config b/gui/OpenFaceDemo/App.config
similarity index 100%
rename from OpenFaceDemo/App.config
rename to gui/OpenFaceDemo/App.config
diff --git a/OpenFaceDemo/App.xaml b/gui/OpenFaceDemo/App.xaml
similarity index 100%
rename from OpenFaceDemo/App.xaml
rename to gui/OpenFaceDemo/App.xaml
diff --git a/OpenFaceDemo/App.xaml.cs b/gui/OpenFaceDemo/App.xaml.cs
similarity index 100%
rename from OpenFaceDemo/App.xaml.cs
rename to gui/OpenFaceDemo/App.xaml.cs
diff --git a/OpenFaceDemo/MainWindow.xaml b/gui/OpenFaceDemo/MainWindow.xaml
similarity index 100%
rename from OpenFaceDemo/MainWindow.xaml
rename to gui/OpenFaceDemo/MainWindow.xaml
diff --git a/OpenFaceDemo/MainWindow.xaml.cs b/gui/OpenFaceDemo/MainWindow.xaml.cs
similarity index 98%
rename from OpenFaceDemo/MainWindow.xaml.cs
rename to gui/OpenFaceDemo/MainWindow.xaml.cs
index c3f5ff48..f3695fdc 100644
--- a/OpenFaceDemo/MainWindow.xaml.cs
+++ b/gui/OpenFaceDemo/MainWindow.xaml.cs
@@ -86,7 +86,7 @@ namespace OpenFaceDemo
if (cam_sec == null)
{
- cam_sec = new CameraSelection();
+ cam_sec = new CameraSelection();
}
else
{
diff --git a/OpenFaceDemo/OpenFaceDemo.csproj b/gui/OpenFaceDemo/OpenFaceDemo.csproj
similarity index 94%
rename from OpenFaceDemo/OpenFaceDemo.csproj
rename to gui/OpenFaceDemo/OpenFaceDemo.csproj
index 11c7dde2..a4519734 100644
--- a/OpenFaceDemo/OpenFaceDemo.csproj
+++ b/gui/OpenFaceDemo/OpenFaceDemo.csproj
@@ -123,16 +123,23 @@
-
+
{a4760f41-2b1f-4144-b7b2-62785affe79b}
OpenFaceOffline
-
+
{78196985-ee54-411f-822b-5a23edf80642}
CppInerop
+
+
+
+
+
+ xcopy /I /E /Y /D "$(ProjectDir)logo1.ico" "$(ProjectDir)$(OutDir)"
+