diff --git a/.gitignore b/.gitignore index cc3721c..9e927ee 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ Release Debug *.opendb *.db +/.vs +/UpgradeLog.htm diff --git a/WinhttpProxyStatus.aps b/WinhttpProxyStatus.aps new file mode 100644 index 0000000..af6bbca Binary files /dev/null and b/WinhttpProxyStatus.aps differ diff --git a/WinhttpProxyStatus.cpp b/WinhttpProxyStatus.cpp index eb93a42..6d20913 100644 --- a/WinhttpProxyStatus.cpp +++ b/WinhttpProxyStatus.cpp @@ -15,6 +15,7 @@ // 3) Bad Proxy Filter. // +#pragma comment(lib , "ws2_32.lib") #include #include #include diff --git a/WinhttpProxyStatus.rc b/WinhttpProxyStatus.rc new file mode 100644 index 0000000..63c0999 --- /dev/null +++ b/WinhttpProxyStatus.rc @@ -0,0 +1,100 @@ +// 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 + +///////////////////////////////////////////////////////////////////////////// +// Russian (Russia) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT +#pragma code_page(1251) + +#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 + + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,0,0,0 + PRODUCTVERSION 1,0,0,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040004b0" + BEGIN + VALUE "CompanyName", "Osys" + VALUE "FileDescription", "https://github.com/osysltd/WinhttpProxyStatus" + VALUE "FileVersion", "1.0.0.0" + VALUE "InternalName", "WinhttpProxyStatus.exe" + VALUE "LegalCopyright", "Copyright Osys (C) 2020" + VALUE "OriginalFilename", "WinhttpProxyStatus.exe" + VALUE "ProductName", "WinhttpProxyStatus" + VALUE "ProductVersion", "1.0.0.0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x400, 1200 + END +END + +#endif // Russian (Russia) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/WinhttpProxyStatus.vcxproj b/WinhttpProxyStatus.vcxproj index bc4abd5..8e47470 100644 --- a/WinhttpProxyStatus.vcxproj +++ b/WinhttpProxyStatus.vcxproj @@ -15,20 +15,20 @@ {2C0E27FE-E4A5-4C96-AA7D-B03D607A9117} Win32Proj WinhttpProxyStatus - 8.1 + 10.0 WinhttpProxyStatus Application true - v140 + v142 Unicode Application false - v140 + v142 true Unicode Static @@ -93,6 +93,10 @@ + + + + diff --git a/WinhttpProxyStatus.vcxproj.filters b/WinhttpProxyStatus.vcxproj.filters index 3f46f21..c3545d0 100644 --- a/WinhttpProxyStatus.vcxproj.filters +++ b/WinhttpProxyStatus.vcxproj.filters @@ -26,5 +26,13 @@ Header Files + + Header Files + + + + + Resource Files + \ No newline at end of file diff --git a/resource.h b/resource.h new file mode 100644 index 0000000..29d9501 --- /dev/null +++ b/resource.h @@ -0,0 +1,14 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by WinhttpProxyStatus.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