From c2b3e6b0e823109170b288b140e2d4290d9fbb1a Mon Sep 17 00:00:00 2001 From: lightbulblighter <59720715+lightbulblighter@users.noreply.github.com> Date: Tue, 7 Jun 2022 02:54:42 -0700 Subject: [PATCH] add resource file --- PolygonDLL/PolygonDLL.rc | 100 ++++++++++++++++++++++++++ PolygonDLL/PolygonDLL.vcxproj | 4 ++ PolygonDLL/PolygonDLL.vcxproj.filters | 8 +++ PolygonDLL/resource.h | 14 ++++ 4 files changed, 126 insertions(+) create mode 100644 PolygonDLL/PolygonDLL.rc create mode 100644 PolygonDLL/resource.h diff --git a/PolygonDLL/PolygonDLL.rc b/PolygonDLL/PolygonDLL.rc new file mode 100644 index 0000000..a7dc710 --- /dev/null +++ b/PolygonDLL/PolygonDLL.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 + +///////////////////////////////////////////////////////////////////////////// +// 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 + + +///////////////////////////////////////////////////////////////////////////// +// +// 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 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "Project Polygon and Tadah" + VALUE "FileDescription", "Client Functionality Library" + VALUE "FileVersion", "1.0.0.0" + VALUE "InternalName", "Polygon.dll" + VALUE "LegalCopyright", "Copyright (C) Project Polygon and Tadah 2022" + VALUE "OriginalFilename", "Polygon.dll" + VALUE "ProductName", "Client Functionality Library" + VALUE "ProductVersion", "1.0.0.0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + +#endif // English (United States) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/PolygonDLL/PolygonDLL.vcxproj b/PolygonDLL/PolygonDLL.vcxproj index f871e08..bc74265 100644 --- a/PolygonDLL/PolygonDLL.vcxproj +++ b/PolygonDLL/PolygonDLL.vcxproj @@ -135,6 +135,7 @@ + @@ -152,6 +153,9 @@ + + + diff --git a/PolygonDLL/PolygonDLL.vcxproj.filters b/PolygonDLL/PolygonDLL.vcxproj.filters index 9f9cbe7..a48ffae 100644 --- a/PolygonDLL/PolygonDLL.vcxproj.filters +++ b/PolygonDLL/PolygonDLL.vcxproj.filters @@ -57,6 +57,9 @@ Header Files + + Header Files + @@ -93,4 +96,9 @@ Source Files\Hooks + + + Resource Files + + \ No newline at end of file diff --git a/PolygonDLL/resource.h b/PolygonDLL/resource.h new file mode 100644 index 0000000..0655d50 --- /dev/null +++ b/PolygonDLL/resource.h @@ -0,0 +1,14 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by PolygonDLL.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