diff --git a/ZFSin/Resource.rc b/ZFSin/Resource.rc
new file mode 100644
index 00000000..60223257
--- /dev/null
+++ b/ZFSin/Resource.rc
@@ -0,0 +1,110 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""winres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (United States) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// English (India) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENN)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_INDIA
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,0,0,1
+ PRODUCTVERSION 1,0,0,1
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x34303234L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "400904b0"
+ BEGIN
+ VALUE "CompanyName", "DataCore Software Corporation"
+ VALUE "FileDescription", "ZFSin.sys"
+ VALUE "FileVersion", "1.0.0.1"
+ VALUE "InternalName", "ZFSin.sys"
+ VALUE "LegalCopyright", "Copyright © 2021 DataCore Software Corporation"
+ VALUE "OriginalFilename", "ZFSin.sys"
+ VALUE "ProductName", "ZFSin.sys"
+ VALUE "ProductVersion", "1.0.0.1"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x4009, 1200
+ END
+END
+
+#endif // English (India) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/ZFSin/ZFSin.vcxproj b/ZFSin/ZFSin.vcxproj
index f9459ee7..129be0d3 100644
--- a/ZFSin/ZFSin.vcxproj
+++ b/ZFSin/ZFSin.vcxproj
@@ -529,6 +529,7 @@
+
@@ -697,6 +698,9 @@
+
+
+
diff --git a/ZFSin/ZFSin.vcxproj.filters b/ZFSin/ZFSin.vcxproj.filters
index da829a9c..02149f0d 100644
--- a/ZFSin/ZFSin.vcxproj.filters
+++ b/ZFSin/ZFSin.vcxproj.filters
@@ -1298,9 +1298,20 @@
Header Files
+
+ Header Files
+
+
+ Header Files
+
+
+
+ Resource Files
+
+
\ No newline at end of file
diff --git a/ZFSin/resource.h b/ZFSin/resource.h
new file mode 100644
index 00000000..7ca31da7
--- /dev/null
+++ b/ZFSin/resource.h
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by Resource.rc
+
+// Next default values for new objects
+//
+#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/ZFSin/zfs/cmd/kstat/Resource.rc b/ZFSin/zfs/cmd/kstat/Resource.rc
new file mode 100644
index 00000000..89569f92
--- /dev/null
+++ b/ZFSin/zfs/cmd/kstat/Resource.rc
@@ -0,0 +1,109 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""winres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (United States) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// English (India) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENN)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_INDIA
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,0,0,1
+ PRODUCTVERSION 1,0,0,1
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "400904b0"
+ BEGIN
+ VALUE "CompanyName", "DataCore Software Corporation"
+ VALUE "FileDescription", "kstat.exe"
+ VALUE "FileVersion", "1.0.0.1"
+ VALUE "LegalCopyright", "Copyright © 2021 DataCore Software Corporation"
+ VALUE "OriginalFilename", "kstat.exe"
+ VALUE "ProductName", "kstat.exe"
+ VALUE "ProductVersion", "1.0.0.1"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x4009, 1200
+ END
+END
+
+#endif // English (India) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/ZFSin/zfs/cmd/kstat/kstat.vcxproj b/ZFSin/zfs/cmd/kstat/kstat.vcxproj
index 8ee7a40f..90afe5b5 100644
--- a/ZFSin/zfs/cmd/kstat/kstat.vcxproj
+++ b/ZFSin/zfs/cmd/kstat/kstat.vcxproj
@@ -23,6 +23,7 @@
+
@@ -31,6 +32,7 @@
+
15.0
diff --git a/ZFSin/zfs/cmd/kstat/kstat.vcxproj.filters b/ZFSin/zfs/cmd/kstat/kstat.vcxproj.filters
index b04c5db2..4f994eb5 100644
--- a/ZFSin/zfs/cmd/kstat/kstat.vcxproj.filters
+++ b/ZFSin/zfs/cmd/kstat/kstat.vcxproj.filters
@@ -23,10 +23,16 @@
Header Files
+
+ Header Files
+
Resource Files
+
+ Resource Files
+
\ No newline at end of file
diff --git a/ZFSin/zfs/cmd/kstat/resource.h b/ZFSin/zfs/cmd/kstat/resource.h
new file mode 100644
index 00000000..7ca31da7
--- /dev/null
+++ b/ZFSin/zfs/cmd/kstat/resource.h
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by Resource.rc
+
+// Next default values for new objects
+//
+#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/ZFSin/zfs/cmd/zdb/zdb/Resource.rc b/ZFSin/zfs/cmd/zdb/zdb/Resource.rc
new file mode 100644
index 00000000..325c3346
--- /dev/null
+++ b/ZFSin/zfs/cmd/zdb/zdb/Resource.rc
@@ -0,0 +1,109 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""winres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (United States) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// English (India) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENN)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_INDIA
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,0,0,1
+ PRODUCTVERSION 1,0,0,1
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "400904b0"
+ BEGIN
+ VALUE "CompanyName", "DataCore Software Corporation"
+ VALUE "FileDescription", "zdb.exe"
+ VALUE "FileVersion", "1.0.0.1"
+ VALUE "LegalCopyright", "Copyright © 2021 DataCore Software Corporation"
+ VALUE "OriginalFilename", "zdb.exe"
+ VALUE "ProductName", "zdb.exe"
+ VALUE "ProductVersion", "1.0.0.1"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x4009, 1200
+ END
+END
+
+#endif // English (India) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/ZFSin/zfs/cmd/zdb/zdb/resource.h b/ZFSin/zfs/cmd/zdb/zdb/resource.h
new file mode 100644
index 00000000..7ca31da7
--- /dev/null
+++ b/ZFSin/zfs/cmd/zdb/zdb/resource.h
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by Resource.rc
+
+// Next default values for new objects
+//
+#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/ZFSin/zfs/cmd/zdb/zdb/zdb.vcxproj b/ZFSin/zfs/cmd/zdb/zdb/zdb.vcxproj
index df789315..258b0725 100644
--- a/ZFSin/zfs/cmd/zdb/zdb/zdb.vcxproj
+++ b/ZFSin/zfs/cmd/zdb/zdb/zdb.vcxproj
@@ -41,6 +41,10 @@
+
+
+
+
15.0
diff --git a/ZFSin/zfs/cmd/zdb/zdb/zdb.vcxproj.filters b/ZFSin/zfs/cmd/zdb/zdb/zdb.vcxproj.filters
index 384328f1..9108c87c 100644
--- a/ZFSin/zfs/cmd/zdb/zdb/zdb.vcxproj.filters
+++ b/ZFSin/zfs/cmd/zdb/zdb/zdb.vcxproj.filters
@@ -26,5 +26,13 @@
Resource Files
+
+ Resource Files
+
+
+
+
+ Header Files
+
\ No newline at end of file
diff --git a/ZFSin/zfs/cmd/zfs/zfs/Resource.rc b/ZFSin/zfs/cmd/zfs/zfs/Resource.rc
new file mode 100644
index 00000000..2a36e890
--- /dev/null
+++ b/ZFSin/zfs/cmd/zfs/zfs/Resource.rc
@@ -0,0 +1,109 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""winres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (United States) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// English (India) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENN)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_INDIA
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,0,0,1
+ PRODUCTVERSION 1,0,0,1
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "400904b0"
+ BEGIN
+ VALUE "CompanyName", "DataCore Software Corporation"
+ VALUE "FileDescription", "zfs.exe"
+ VALUE "FileVersion", "1.0.0.1"
+ VALUE "LegalCopyright", "Copyright © 2021 DataCore Software Corporation"
+ VALUE "OriginalFilename", "zfs.exe"
+ VALUE "ProductName", "zfs.exe"
+ VALUE "ProductVersion", "1.0.0.1"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x4009, 1200
+ END
+END
+
+#endif // English (India) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/ZFSin/zfs/cmd/zfs/zfs/resource.h b/ZFSin/zfs/cmd/zfs/zfs/resource.h
new file mode 100644
index 00000000..7ca31da7
--- /dev/null
+++ b/ZFSin/zfs/cmd/zfs/zfs/resource.h
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by Resource.rc
+
+// Next default values for new objects
+//
+#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/ZFSin/zfs/cmd/zfs/zfs/zfs.vcxproj b/ZFSin/zfs/cmd/zfs/zfs/zfs.vcxproj
index 9a4f5695..89ee959d 100644
--- a/ZFSin/zfs/cmd/zfs/zfs/zfs.vcxproj
+++ b/ZFSin/zfs/cmd/zfs/zfs/zfs.vcxproj
@@ -25,6 +25,7 @@
+
@@ -48,6 +49,7 @@
+
{D923B8A4-5161-4E28-9E69-D3193114DAC4}
diff --git a/ZFSin/zfs/cmd/zfs/zfs/zfs.vcxproj.filters b/ZFSin/zfs/cmd/zfs/zfs/zfs.vcxproj.filters
index 4a349ad2..78cc3b7e 100644
--- a/ZFSin/zfs/cmd/zfs/zfs/zfs.vcxproj.filters
+++ b/ZFSin/zfs/cmd/zfs/zfs/zfs.vcxproj.filters
@@ -29,10 +29,16 @@
Header Files
+
+ Header Files
+
Resource Files
+
+ Resource Files
+
\ No newline at end of file
diff --git a/ZFSin/zfs/cmd/zpool/zpool/Resource.rc b/ZFSin/zfs/cmd/zpool/zpool/Resource.rc
new file mode 100644
index 00000000..e3f32e9b
--- /dev/null
+++ b/ZFSin/zfs/cmd/zpool/zpool/Resource.rc
@@ -0,0 +1,109 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""winres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (United States) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// English (India) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENN)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_INDIA
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,0,0,1
+ PRODUCTVERSION 1,0,0,1
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "400904b0"
+ BEGIN
+ VALUE "CompanyName", "DataCore Software Corporation"
+ VALUE "FileDescription", "zpool.exe"
+ VALUE "FileVersion", "1.0.0.1"
+ VALUE "LegalCopyright", "Copyright © 2021 DataCore Software Corporation"
+ VALUE "OriginalFilename", "zpool.exe"
+ VALUE "ProductName", "zpool.exe"
+ VALUE "ProductVersion", "1.0.0.1"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x4009, 1200
+ END
+END
+
+#endif // English (India) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/ZFSin/zfs/cmd/zpool/zpool/resource.h b/ZFSin/zfs/cmd/zpool/zpool/resource.h
new file mode 100644
index 00000000..7ca31da7
--- /dev/null
+++ b/ZFSin/zfs/cmd/zpool/zpool/resource.h
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by Resource.rc
+
+// Next default values for new objects
+//
+#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/ZFSin/zfs/cmd/zpool/zpool/zpool.vcxproj b/ZFSin/zfs/cmd/zpool/zpool/zpool.vcxproj
index 183f7536..8b8a5ed4 100644
--- a/ZFSin/zfs/cmd/zpool/zpool/zpool.vcxproj
+++ b/ZFSin/zfs/cmd/zpool/zpool/zpool.vcxproj
@@ -26,6 +26,7 @@
+
@@ -49,6 +50,7 @@
+
{D588961B-6501-4259-AC02-EAD1B465EF89}
diff --git a/ZFSin/zfs/cmd/zpool/zpool/zpool.vcxproj.filters b/ZFSin/zfs/cmd/zpool/zpool/zpool.vcxproj.filters
index 597ab30b..43aabf1a 100644
--- a/ZFSin/zfs/cmd/zpool/zpool/zpool.vcxproj.filters
+++ b/ZFSin/zfs/cmd/zpool/zpool/zpool.vcxproj.filters
@@ -32,10 +32,16 @@
Header Files
+
+ Header Files
+
Resource Files
+
+ Resource Files
+
\ No newline at end of file
diff --git a/ZFSin/zfs/cmd/zstreamdump/zstreamdump/Resource.rc b/ZFSin/zfs/cmd/zstreamdump/zstreamdump/Resource.rc
new file mode 100644
index 00000000..f21c3dc2
--- /dev/null
+++ b/ZFSin/zfs/cmd/zstreamdump/zstreamdump/Resource.rc
@@ -0,0 +1,109 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""winres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (United States) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// English (India) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENN)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_INDIA
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,0,0,1
+ PRODUCTVERSION 1,0,0,1
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "400904b0"
+ BEGIN
+ VALUE "CompanyName", "DataCore Software Corporation"
+ VALUE "FileDescription", "zstreamdump.exe"
+ VALUE "FileVersion", "1.0.0.1"
+ VALUE "LegalCopyright", "Copyright © 2021 DataCore Software Corporation"
+ VALUE "OriginalFilename", "zstreamdump.exe"
+ VALUE "ProductName", "zstreamdump.exe"
+ VALUE "ProductVersion", "1.0.0.1"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x4009, 1200
+ END
+END
+
+#endif // English (India) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/ZFSin/zfs/cmd/zstreamdump/zstreamdump/resource.h b/ZFSin/zfs/cmd/zstreamdump/zstreamdump/resource.h
new file mode 100644
index 00000000..7ca31da7
--- /dev/null
+++ b/ZFSin/zfs/cmd/zstreamdump/zstreamdump/resource.h
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by Resource.rc
+
+// Next default values for new objects
+//
+#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/ZFSin/zfs/cmd/zstreamdump/zstreamdump/zstreamdump.vcxproj b/ZFSin/zfs/cmd/zstreamdump/zstreamdump/zstreamdump.vcxproj
index 0260e48c..030e4273 100644
--- a/ZFSin/zfs/cmd/zstreamdump/zstreamdump/zstreamdump.vcxproj
+++ b/ZFSin/zfs/cmd/zstreamdump/zstreamdump/zstreamdump.vcxproj
@@ -43,6 +43,10 @@
+
+
+
+
15.0
diff --git a/ZFSin/zfs/cmd/zstreamdump/zstreamdump/zstreamdump.vcxproj.filters b/ZFSin/zfs/cmd/zstreamdump/zstreamdump/zstreamdump.vcxproj.filters
index 293e6360..c32fcf06 100644
--- a/ZFSin/zfs/cmd/zstreamdump/zstreamdump/zstreamdump.vcxproj.filters
+++ b/ZFSin/zfs/cmd/zstreamdump/zstreamdump/zstreamdump.vcxproj.filters
@@ -23,5 +23,13 @@
Resource Files
+
+ Resource Files
+
+
+
+
+ Header Files
+
\ No newline at end of file
diff --git a/zfsinstaller/Resource.rc b/zfsinstaller/Resource.rc
new file mode 100644
index 00000000..7562247a
--- /dev/null
+++ b/zfsinstaller/Resource.rc
@@ -0,0 +1,109 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""winres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (United States) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// English (India) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENN)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_INDIA
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,0,0,1
+ PRODUCTVERSION 1,0,0,1
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "400904b0"
+ BEGIN
+ VALUE "CompanyName", "DataCore Software Corporation"
+ VALUE "FileDescription", "zfsinstaller.exe"
+ VALUE "FileVersion", "1.0.0.1"
+ VALUE "LegalCopyright", "Copyright © 2021 DataCore Software Corporation"
+ VALUE "OriginalFilename", "zfsinstaller.exe"
+ VALUE "ProductName", "zfsinstaller.exe"
+ VALUE "ProductVersion", "1.0.0.1"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x4009, 1200
+ END
+END
+
+#endif // English (India) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/zfsinstaller/resource.h b/zfsinstaller/resource.h
new file mode 100644
index 00000000..7ca31da7
--- /dev/null
+++ b/zfsinstaller/resource.h
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by Resource.rc
+
+// Next default values for new objects
+//
+#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/zfsinstaller/zfsinstaller.vcxproj b/zfsinstaller/zfsinstaller.vcxproj
index 62b08328..ad859768 100644
--- a/zfsinstaller/zfsinstaller.vcxproj
+++ b/zfsinstaller/zfsinstaller.vcxproj
@@ -162,10 +162,12 @@
+
+
diff --git a/zfsinstaller/zfsinstaller.vcxproj.filters b/zfsinstaller/zfsinstaller.vcxproj.filters
index d8767445..7724622b 100644
--- a/zfsinstaller/zfsinstaller.vcxproj.filters
+++ b/zfsinstaller/zfsinstaller.vcxproj.filters
@@ -23,10 +23,16 @@
Header Files
+
+ Header Files
+
Resource Files
+
+ Resource Files
+
\ No newline at end of file