diff --git a/src/app/WinPinMenu.vcxproj b/src/app/WinPinMenu.vcxproj index 7d7a313..3350d44 100644 --- a/src/app/WinPinMenu.vcxproj +++ b/src/app/WinPinMenu.vcxproj @@ -238,9 +238,11 @@ WIN32;_WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions) stdcpp17 ../wtlx + true Windows + UseLinkTimeCodeGeneration 0x0409 @@ -269,9 +271,11 @@ _WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions) stdcpp17 ../wtlx + true Windows + UseLinkTimeCodeGeneration 0x0409 @@ -300,9 +304,11 @@ _WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions) stdcpp17 ../wtlx + true Windows + UseLinkTimeCodeGeneration 0x0409 diff --git a/src/app/buildnumber.txt b/src/app/buildnumber.txt index 31ff414..2e66562 100644 --- a/src/app/buildnumber.txt +++ b/src/app/buildnumber.txt @@ -1 +1 @@ -48 \ No newline at end of file +49 \ No newline at end of file diff --git a/src/app/productmeta.h b/src/app/productmeta.h index a05f05e..c02e744 100644 --- a/src/app/productmeta.h +++ b/src/app/productmeta.h @@ -4,7 +4,7 @@ #define PRODUCT_VERSION_MAJOR 0 #define PRODUCT_VERSION_MINOR 1 #define PRODUCT_VERSION_PATCH 1 -#define PRODUCT_VERSION_TWEAK 48 +#define PRODUCT_VERSION_TWEAK 49 #define PRODUCT_NAME _T("WinPinMenu\0") #define PRODUCT_TITLE _T("Pinnable Taskbar Menu\0") #define PRODUCT_DESCRIPTION _T("diVISION Pinnable Taskbar Menu For Windows\0") @@ -20,5 +20,5 @@ #define FILE_NAME _T("WinPinMenu\0") #define FILE_DESCRIPTION _T("diVISION Pinnable Taskbar Menu For Windows\0") -#define FILE_VERSION 0,1,1,48 -#define FILE_VERSION_S _T("0.1.1.48\0") +#define FILE_VERSION 0,1,1,49 +#define FILE_VERSION_S _T("0.1.1.49\0") diff --git a/src/app/res/app.manifest b/src/app/res/app.manifest index 711209e..e204b92 100644 --- a/src/app/res/app.manifest +++ b/src/app/res/app.manifest @@ -1,6 +1,6 @@ - + diVISION Pinnable Taskbar Menu For Windows diff --git a/src/wtlx/wtlx.vcxproj b/src/wtlx/wtlx.vcxproj index 5cf2b30..71bd46d 100644 --- a/src/wtlx/wtlx.vcxproj +++ b/src/wtlx/wtlx.vcxproj @@ -241,9 +241,18 @@ - - - + + + + + + + + + + + + diff --git a/src/wtlx/wtlx.vcxproj.filters b/src/wtlx/wtlx.vcxproj.filters index 915a09a..6c04d59 100644 --- a/src/wtlx/wtlx.vcxproj.filters +++ b/src/wtlx/wtlx.vcxproj.filters @@ -25,11 +25,6 @@ Header Files - - - Header Files - - Source Files