diff --git a/GlosSIConfig/GlosSIConfig.vcxproj b/GlosSIConfig/GlosSIConfig.vcxproj index 27d75f2..9fa364f 100644 --- a/GlosSIConfig/GlosSIConfig.vcxproj +++ b/GlosSIConfig/GlosSIConfig.vcxproj @@ -153,7 +153,6 @@ - @@ -165,7 +164,7 @@ - + diff --git a/GlosSIConfig/GlosSIConfig.vcxproj.filters b/GlosSIConfig/GlosSIConfig.vcxproj.filters index 1f02ba1..58136fc 100644 --- a/GlosSIConfig/GlosSIConfig.vcxproj.filters +++ b/GlosSIConfig/GlosSIConfig.vcxproj.filters @@ -84,9 +84,6 @@ Header Files - - Header Files - Header Files @@ -102,8 +99,8 @@ - - Resource Files + + Resource Files \ No newline at end of file diff --git a/GlosSIConfig/RCa37628 b/GlosSIConfig/RCa37628 new file mode 100644 index 0000000..1ee8931 Binary files /dev/null and b/GlosSIConfig/RCa37628 differ diff --git a/GlosSIConfig/Resource.rc b/GlosSIConfig/Resource.rc index 7afb4f1..9fd0612 100644 --- a/GlosSIConfig/Resource.rc +++ b/GlosSIConfig/Resource.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script. // -#include "resource1.h" +#include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -27,12 +27,12 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 1 TEXTINCLUDE BEGIN - "resource1.h\0" + "resource.h\0" END 2 TEXTINCLUDE BEGIN - "#include ""winres.h""\r\n" + "#include winres.h\r\n" "\0" END @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,0,7,004000070037 - PRODUCTVERSION 0,0,7,004000070037 + FILEVERSION 0,0,7,1 + PRODUCTVERSION 0,0,7,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "Peter Repukat - FlatspotSoftware" VALUE "FileDescription", "GlosSI - Config" - VALUE "FileVersion", "0.0.7.0-4-gcf7ad37" + VALUE "FileVersion", "0.0.7.1" VALUE "InternalName", "GlosSIConfig" VALUE "LegalCopyright", "Copyright (C) 2021 Peter Repukat - FlatspotSoftware" VALUE "OriginalFilename", "GlosSIConfig.exe" - VALUE "ProductName", "GlosSi" - VALUE "ProductVersion", "0.0.7.0-4-gcf7ad37" + VALUE "ProductName", "GlosSI" + VALUE "ProductVersion", "0.0.7.1" END END BLOCK "VarFileInfo" @@ -91,7 +91,7 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_ICON1 ICON "D:\\Alia5\\Documents\\Visual_Studio_Projects\\GlosSI\\GloSC_Icon.ico" +IDI_ICON1 ICON "..\GloSC_Icon.ico" #endif // English (United States) resources ///////////////////////////////////////////////////////////////////////////// @@ -108,19 +108,3 @@ IDI_ICON1 ICON "D:\\Alia5\\Documents\\Visual_St ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED - - - - - - - - - - - - - - - - diff --git a/GlosSIConfig/resource.h b/GlosSIConfig/resource.h index 7ca31da..191b694 100644 --- a/GlosSIConfig/resource.h +++ b/GlosSIConfig/resource.h @@ -1,12 +1,14 @@ //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by Resource.rc +// +#define IDI_ICON1 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/GlosSIConfig/resource1.h b/GlosSIConfig/resource1.h deleted file mode 100644 index 191b694..0000000 --- a/GlosSIConfig/resource1.h +++ /dev/null @@ -1,16 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by Resource.rc -// -#define IDI_ICON1 101 - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 102 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif