diff --git a/GlosSIConfig/GlosSIConfig.vcxproj b/GlosSIConfig/GlosSIConfig.vcxproj index afb441c..3d5bd22 100644 --- a/GlosSIConfig/GlosSIConfig.vcxproj +++ b/GlosSIConfig/GlosSIConfig.vcxproj @@ -55,8 +55,10 @@ + ResourceCompile + ResourceCompile @@ -75,6 +77,10 @@ true RequireAdministrator + + powershell.exe $(SolutionDir)version_help.ps1 + Upading version based on git;%(Outputs) + @@ -93,6 +99,10 @@ true RequireAdministrator + + powershell.exe $(SolutionDir)version_help.ps1 + Upading version based on git;%(Outputs) + @@ -138,6 +148,8 @@ + + @@ -145,6 +157,9 @@ + + + diff --git a/GlosSIConfig/GlosSIConfig.vcxproj.filters b/GlosSIConfig/GlosSIConfig.vcxproj.filters index 8162392..c2771d7 100644 --- a/GlosSIConfig/GlosSIConfig.vcxproj.filters +++ b/GlosSIConfig/GlosSIConfig.vcxproj.filters @@ -77,10 +77,21 @@ Header Files + + Header Files + + + Header Files + manifest + + + Resource Files + + \ No newline at end of file diff --git a/GlosSIConfig/Resource.rc b/GlosSIConfig/Resource.rc new file mode 100644 index 0000000..162b312 --- /dev/null +++ b/GlosSIConfig/Resource.rc @@ -0,0 +1,104 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource1.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 + "resource1.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 0,0,0,3025000 + PRODUCTVERSION 0,0,0,3025000 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000904b0" + BEGIN + VALUE "CompanyName", "Peter Repukat - FlatspotSoftware" + VALUE "FileDescription", "GlosSI - Config" + VALUE "FileVersion", "0.0.0.3f250bd" + VALUE "InternalName", "GlosSIConfig" + VALUE "LegalCopyright", "Copyright (C) 2021 Peter Repukat - FlatspotSoftware" + VALUE "OriginalFilename", "GlosSIConfig.exe" + VALUE "ProductName", "GlosSi" + VALUE "ProductVersion", "0.0.0.3f250bd" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x9, 1200 + END +END + +#endif // English (United States) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + + + + + diff --git a/GlosSIConfig/manifest.xml b/GlosSIConfig/manifest.xml index dac8fb1..e58f8ee 100644 --- a/GlosSIConfig/manifest.xml +++ b/GlosSIConfig/manifest.xml @@ -14,19 +14,19 @@ - - --> + \ No newline at end of file diff --git a/GlosSIConfig/resource.h b/GlosSIConfig/resource.h new file mode 100644 index 0000000..7ca31da --- /dev/null +++ b/GlosSIConfig/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/GlosSIConfig/resource1.h b/GlosSIConfig/resource1.h new file mode 100644 index 0000000..58fd86c --- /dev/null +++ b/GlosSIConfig/resource1.h @@ -0,0 +1,15 @@ +//{{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/GlosSITarget/GlosSITarget.vcxproj b/GlosSITarget/GlosSITarget.vcxproj index 183515a..dc10d0e 100644 --- a/GlosSITarget/GlosSITarget.vcxproj +++ b/GlosSITarget/GlosSITarget.vcxproj @@ -137,7 +137,7 @@ PerMonitorHighDPIAware - powershell.exe $(ProjectDir)version.ps1 + powershell.exe $(SolutionDir)version_help.ps1 Upading version based on git;%(Outputs) @@ -162,7 +162,7 @@ PerMonitorHighDPIAware - powershell.exe $(ProjectDir)version.ps1 + powershell.exe $(SolutionDir)version_help.ps1 Upading version based on git;%(Outputs) diff --git a/GlosSITarget/version.ps1 b/version_help.ps1 similarity index 100% rename from GlosSITarget/version.ps1 rename to version_help.ps1