diff --git a/wUpdateVersion/resource.h b/wUpdateVersion/resource.h
index c3cdbab..0a76676 100644
--- a/wUpdateVersion/resource.h
+++ b/wUpdateVersion/resource.h
@@ -1,12 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by wUpdateVersion.rc
+//
+#define IDI_ICON 101
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 101
+#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
diff --git a/wUpdateVersion/wUpdateVersion.ico b/wUpdateVersion/wUpdateVersion.ico
new file mode 100644
index 0000000..209ae1e
Binary files /dev/null and b/wUpdateVersion/wUpdateVersion.ico differ
diff --git a/wUpdateVersion/wUpdateVersion.rc b/wUpdateVersion/wUpdateVersion.rc
index 6752ddf..60573fa 100644
--- a/wUpdateVersion/wUpdateVersion.rc
+++ b/wUpdateVersion/wUpdateVersion.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#pragma code_page(65001)
@@ -14,11 +14,13 @@
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-// Russian (Russia) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -26,26 +28,25 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
// TEXTINCLUDE
//
-1 TEXTINCLUDE
+1 TEXTINCLUDE
BEGIN
- "resource.h\0"
+"resource.h\0"
END
-2 TEXTINCLUDE
+2 TEXTINCLUDE
BEGIN
- "#include ""winres.h""\r\n"
- "\0"
+"#include ""winres.h""\r\n"
+"\0"
END
-3 TEXTINCLUDE
+3 TEXTINCLUDE
BEGIN
- "\r\n"
- "\0"
+"\r\n"
+"\0"
END
#endif // APSTUDIO_INVOKED
-
/////////////////////////////////////////////////////////////////////////////
//
// Version
@@ -84,7 +85,17 @@ BEGIN
END
END
-#endif // Russian (Russia) resources
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_ICON ICON "wUpdateVersion.ico"
+
+#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/wUpdateVersion/wUpdateVersion.vcxproj b/wUpdateVersion/wUpdateVersion.vcxproj
index a841a7f..df8170f 100644
--- a/wUpdateVersion/wUpdateVersion.vcxproj
+++ b/wUpdateVersion/wUpdateVersion.vcxproj
@@ -136,6 +136,9 @@
+
+
+
diff --git a/wUpdateVersion/wUpdateVersion.vcxproj.filters b/wUpdateVersion/wUpdateVersion.vcxproj.filters
index 80f12d4..3091b6b 100644
--- a/wUpdateVersion/wUpdateVersion.vcxproj.filters
+++ b/wUpdateVersion/wUpdateVersion.vcxproj.filters
@@ -32,4 +32,9 @@
Resource Files
+
+
+ Resource Files
+
+
\ No newline at end of file