diff --git a/.gitignore b/.gitignore
index f3e4c365..7bc02158 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*~
+*.aps
*.vcxproj.user
/.vs
/Debug
diff --git a/driver/stub/usbip_stub.inx b/driver/stub/usbip_stub.inx
index f3498627..f96de555 100644
--- a/driver/stub/usbip_stub.inx
+++ b/driver/stub/usbip_stub.inx
@@ -12,7 +12,7 @@ Class=System
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%OpenSource%
CatalogFile=usbip_stub.cat
-DriverVer = 12/25/2020,0.3.1.0
+DriverVer = 01/10/2021,0.3.2.0
[Manufacturer]
%StdMfg%=Standard,NTamd64
diff --git a/driver/vhci/usbip_vhci.vcxproj b/driver/vhci/usbip_vhci.vcxproj
index f1078bd1..96ef80f6 100644
--- a/driver/vhci/usbip_vhci.vcxproj
+++ b/driver/vhci/usbip_vhci.vcxproj
@@ -169,7 +169,7 @@
$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)
- 0.3.1.0
+ 0.3.2.0
gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx
@@ -189,7 +189,7 @@
$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)
- 0.3.1.0
+ 0.3.2.0
gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx
@@ -210,7 +210,7 @@
$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)
- 0.3.1.0
+ 0.3.2.0
sha256
@@ -234,7 +234,7 @@
$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)
- 0.3.1.0
+ 0.3.2.0
sha256
diff --git a/driver/vhci_ude/usbip_vhci_ude.vcxproj b/driver/vhci_ude/usbip_vhci_ude.vcxproj
index 69be3daf..e67e7e18 100644
--- a/driver/vhci_ude/usbip_vhci_ude.vcxproj
+++ b/driver/vhci_ude/usbip_vhci_ude.vcxproj
@@ -180,7 +180,7 @@
gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx
- 0.3.1.0
+ 0.3.2.0
@@ -200,7 +200,7 @@
gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx
- 0.3.1.0
+ 0.3.2.0
@@ -221,7 +221,7 @@
gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx
- 0.3.1.0
+ 0.3.2.0
@@ -241,7 +241,7 @@
gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx
- 0.3.1.0
+ 0.3.2.0
diff --git a/userspace/src/usbip/resource.h b/userspace/src/usbip/resource.h
new file mode 100644
index 00000000..0fbdb8b0
--- /dev/null
+++ b/userspace/src/usbip/resource.h
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by usbip.rc
+
+// ´ÙÀ½Àº »õ °³Ã¼¿¡ »ç¿ëÇÒ ±âº»°ªÀÔ´Ï´Ù.
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 101
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1001
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
diff --git a/userspace/src/usbip/usbip.rc b/userspace/src/usbip/usbip.rc
new file mode 100644
index 00000000..dced7eae
Binary files /dev/null and b/userspace/src/usbip/usbip.rc differ
diff --git a/userspace/src/usbip/usbip.vcxproj b/userspace/src/usbip/usbip.vcxproj
index ec770169..5f47fce2 100644
--- a/userspace/src/usbip/usbip.vcxproj
+++ b/userspace/src/usbip/usbip.vcxproj
@@ -173,6 +173,7 @@
+
@@ -183,6 +184,9 @@
{2c173853-88c0-4334-85bf-0b46cfd5a007}
+
+
+
diff --git a/userspace/src/usbipd/resource.h b/userspace/src/usbipd/resource.h
new file mode 100644
index 00000000..ea2b992e
--- /dev/null
+++ b/userspace/src/usbipd/resource.h
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by usbipd.rc
+
+// ´ÙÀ½Àº »õ °³Ã¼¿¡ »ç¿ëÇÒ ±âº»°ªÀÔ´Ï´Ù.
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 101
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1001
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
diff --git a/userspace/src/usbipd/usbipd.rc b/userspace/src/usbipd/usbipd.rc
new file mode 100644
index 00000000..a37805a9
Binary files /dev/null and b/userspace/src/usbipd/usbipd.rc differ
diff --git a/userspace/src/usbipd/usbipd.vcxproj b/userspace/src/usbipd/usbipd.vcxproj
index 2c3388ad..1dc641c6 100644
--- a/userspace/src/usbipd/usbipd.vcxproj
+++ b/userspace/src/usbipd/usbipd.vcxproj
@@ -164,6 +164,7 @@
+
@@ -172,6 +173,9 @@
{2c173853-88c0-4334-85bf-0b46cfd5a007}
+
+
+