diff --git a/GazeTracker.sln b/GazeTracker.sln
index 90fa446..07419da 100644
--- a/GazeTracker.sln
+++ b/GazeTracker.sln
@@ -23,12 +23,12 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Debug|x86.ActiveCfg = Debug|x86
{290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Debug|x86.Build.0 = Debug|x86
- {290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Release|x86.ActiveCfg = Debug|x86
- {290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Release|x86.Build.0 = Debug|x86
+ {290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Release|x86.ActiveCfg = Release|x86
+ {290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Release|x86.Build.0 = Release|x86
{7497759C-0D88-4C0D-A507-D7E427E2BC39}.Debug|x86.ActiveCfg = Debug|x86
{7497759C-0D88-4C0D-A507-D7E427E2BC39}.Debug|x86.Build.0 = Debug|x86
- {7497759C-0D88-4C0D-A507-D7E427E2BC39}.Release|x86.ActiveCfg = Debug|x86
- {7497759C-0D88-4C0D-A507-D7E427E2BC39}.Release|x86.Build.0 = Debug|x86
+ {7497759C-0D88-4C0D-A507-D7E427E2BC39}.Release|x86.ActiveCfg = Release|x86
+ {7497759C-0D88-4C0D-A507-D7E427E2BC39}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/GazeTracker/App.config b/GazeTracker/App.config
deleted file mode 100644
index 4bfa005..0000000
--- a/GazeTracker/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/GazeTracker/GazeTracker.csproj b/GazeTracker/GazeTracker.csproj
index 111fb96..61f4d5c 100644
--- a/GazeTracker/GazeTracker.csproj
+++ b/GazeTracker/GazeTracker.csproj
@@ -36,7 +36,7 @@
bin\x86\Release\
TRACE
true
- pdbonly
+ none
x86
7.3
prompt
@@ -130,9 +130,6 @@
Settings.Designer.cs
-
-
-
{7497759c-0d88-4c0d-a507-d7e427e2bc39}
@@ -141,7 +138,9 @@
- xcopy /s /y /i "$(SolutionDir)Libs\x86\*.*" "$(TargetDir)"
-xcopy /s /y /i "$(SolutionDir)Libs\model\*.*" "$(TargetDir)"
+ del /q "$(TargetDir)\*.xml"
+
+
+ xcopy /s /y /i "$(SolutionDir)Libs\*.*" "$(TargetDir)"
\ No newline at end of file
diff --git a/GazeTrackerCore/GazeTrackerCore.csproj b/GazeTrackerCore/GazeTrackerCore.csproj
index 3b68436..396aaa2 100644
--- a/GazeTrackerCore/GazeTrackerCore.csproj
+++ b/GazeTrackerCore/GazeTrackerCore.csproj
@@ -31,7 +31,7 @@
bin\x86\Release\
TRACE
true
- pdbonly
+ none
x86
latest
prompt
diff --git a/Libs/x86/CppInerop.dll b/Libs/CppInerop.dll
similarity index 100%
rename from Libs/x86/CppInerop.dll
rename to Libs/CppInerop.dll
diff --git a/Libs/x86/libgcc_s_sjlj-1.dll b/Libs/libgcc_s_sjlj-1.dll
similarity index 100%
rename from Libs/x86/libgcc_s_sjlj-1.dll
rename to Libs/libgcc_s_sjlj-1.dll
diff --git a/Libs/x86/libgfortran-3.dll b/Libs/libgfortran-3.dll
similarity index 100%
rename from Libs/x86/libgfortran-3.dll
rename to Libs/libgfortran-3.dll
diff --git a/Libs/x86/libopenblas.dll b/Libs/libopenblas.dll
similarity index 100%
rename from Libs/x86/libopenblas.dll
rename to Libs/libopenblas.dll
diff --git a/Libs/x86/libquadmath-0.dll b/Libs/libquadmath-0.dll
similarity index 100%
rename from Libs/x86/libquadmath-0.dll
rename to Libs/libquadmath-0.dll
diff --git a/Libs/x64/opencv_ffmpeg410.dll b/Libs/opencv_ffmpeg410.dll
similarity index 100%
rename from Libs/x64/opencv_ffmpeg410.dll
rename to Libs/opencv_ffmpeg410.dll
diff --git a/Libs/x64/opencv_ffmpeg410_64.dll b/Libs/opencv_ffmpeg410_64.dll
similarity index 100%
rename from Libs/x64/opencv_ffmpeg410_64.dll
rename to Libs/opencv_ffmpeg410_64.dll
diff --git a/Libs/x86/opencv_world410.dll b/Libs/opencv_world410.dll
similarity index 100%
rename from Libs/x86/opencv_world410.dll
rename to Libs/opencv_world410.dll
diff --git a/Libs/x64/CppInerop.dll b/Libs/x64/CppInerop.dll
deleted file mode 100644
index 35964c2..0000000
Binary files a/Libs/x64/CppInerop.dll and /dev/null differ
diff --git a/Libs/x64/flang.dll b/Libs/x64/flang.dll
deleted file mode 100644
index 31456a9..0000000
Binary files a/Libs/x64/flang.dll and /dev/null differ
diff --git a/Libs/x64/flangrti.dll b/Libs/x64/flangrti.dll
deleted file mode 100644
index 5f2103f..0000000
Binary files a/Libs/x64/flangrti.dll and /dev/null differ
diff --git a/Libs/x64/libomp.dll b/Libs/x64/libomp.dll
deleted file mode 100644
index 38a1658..0000000
Binary files a/Libs/x64/libomp.dll and /dev/null differ
diff --git a/Libs/x64/libsodium.dll b/Libs/x64/libsodium.dll
deleted file mode 100644
index 1b6672c..0000000
Binary files a/Libs/x64/libsodium.dll and /dev/null differ
diff --git a/Libs/x64/libzmq.dll b/Libs/x64/libzmq.dll
deleted file mode 100644
index d0e9823..0000000
Binary files a/Libs/x64/libzmq.dll and /dev/null differ
diff --git a/Libs/x64/openblas.dll b/Libs/x64/openblas.dll
deleted file mode 100644
index 09a28aa..0000000
Binary files a/Libs/x64/openblas.dll and /dev/null differ
diff --git a/Libs/x64/opencv_world410.dll b/Libs/x64/opencv_world410.dll
deleted file mode 100644
index 8c631c3..0000000
Binary files a/Libs/x64/opencv_world410.dll and /dev/null differ
diff --git a/Libs/x86/opencv_ffmpeg410.dll b/Libs/x86/opencv_ffmpeg410.dll
deleted file mode 100644
index 7a1e3e6..0000000
Binary files a/Libs/x86/opencv_ffmpeg410.dll and /dev/null differ
diff --git a/Libs/x86/opencv_ffmpeg410_64.dll b/Libs/x86/opencv_ffmpeg410_64.dll
deleted file mode 100644
index af03fa2..0000000
Binary files a/Libs/x86/opencv_ffmpeg410_64.dll and /dev/null differ