diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index c7e0d4b..ff31a6d 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -112,9 +112,9 @@
2.0
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
\ No newline at end of file
diff --git a/SamFirm.csproj b/SamFirm.csproj
index 529b1e8..c747587 100644
--- a/SamFirm.csproj
+++ b/SamFirm.csproj
@@ -47,6 +47,9 @@
lib\Microsoft.WindowsAPICodePack.Shell.dll
+
+ lib\Microsoft.WindowsAPICodePack.dll
+
@@ -81,5 +84,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ xcopy /y $(ProjectDir)samsung\AgentModule.dll $(ProjectDir)$(OutDir)
+xcopy /y $(ProjectDir)samsung\CommonModule.dll $(ProjectDir)$(OutDir)
+xcopy /y $(ProjectDir)samsung\GlobalUtil.dll $(ProjectDir)$(OutDir)
+
+
\ No newline at end of file
diff --git a/lib/Microsoft.WindowsAPICodePack.dll b/lib/Microsoft.WindowsAPICodePack.dll
new file mode 100644
index 0000000..ac86949
Binary files /dev/null and b/lib/Microsoft.WindowsAPICodePack.dll differ
diff --git a/samsung/AgentModule.dll b/samsung/AgentModule.dll
new file mode 100644
index 0000000..be9c113
Binary files /dev/null and b/samsung/AgentModule.dll differ
diff --git a/samsung/CommonModule.dll b/samsung/CommonModule.dll
new file mode 100644
index 0000000..b80a6bf
Binary files /dev/null and b/samsung/CommonModule.dll differ
diff --git a/samsung/GlobalUtil.dll b/samsung/GlobalUtil.dll
new file mode 100644
index 0000000..8b3d4dd
Binary files /dev/null and b/samsung/GlobalUtil.dll differ