diff --git a/GlosSIConfig/GlosSIConfig.vcxproj b/GlosSIConfig/GlosSIConfig.vcxproj index f79136d..e9c291b 100644 --- a/GlosSIConfig/GlosSIConfig.vcxproj +++ b/GlosSIConfig/GlosSIConfig.vcxproj @@ -20,11 +20,11 @@ Application - v142 + v143 Application - v142 + v143 @@ -64,9 +64,9 @@ stdcpp17 - /Zc:__cplusplus %(AdditionalOptions) - C:\Program Files %28x86%29\Windows Kits\10\References\10.0.22000.0\Windows.Foundation.FoundationContract\4.0.0.0;C:\Program Files %28x86%29\Windows Kits\10\References\10.0.22000.0\Windows.Foundation.UniversalApiContract\10.0.0.0;C:\Program Files %28x86%29\Windows Kits\10\UnionMetadata\10.0.22000.0;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\vcpackages;%(AdditionalUsingDirectories) - true + %(AdditionalUsingDirectories) + /Zc:__cplusplus /Zc:twoPhase- %(AdditionalOptions) + false NOMINMAX;%(PreprocessorDefinitions) ..\deps\WinReg;%(AdditionalIncludeDirectories) @@ -74,20 +74,21 @@ true $(ProjectDir)manifest.xml %(AdditionalManifestFiles) - - true - + powershell.exe $(SolutionDir)version_help.ps1 Upading version based on git;%(Outputs) + + true + stdcpp17 - /Zc:__cplusplus %(AdditionalOptions) - C:\Program Files %28x86%29\Windows Kits\10\References\10.0.22000.0\Windows.Foundation.FoundationContract\4.0.0.0;C:\Program Files %28x86%29\Windows Kits\10\References\10.0.22000.0\Windows.Foundation.UniversalApiContract\10.0.0.0;C:\Program Files %28x86%29\Windows Kits\10\UnionMetadata\10.0.22000.0;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\vcpackages;%(AdditionalUsingDirectories) - true + %(AdditionalUsingDirectories) + /Zc:__cplusplus /Zc:zwoPhase- %(AdditionalOptions) + false NOMINMAX;%(PreprocessorDefinitions) ..\deps\WinReg;%(AdditionalIncludeDirectories) @@ -96,8 +97,8 @@ $(ProjectDir)manifest.xml %(AdditionalManifestFiles) - true AsInvoker + true powershell.exe $(SolutionDir)version_help.ps1 diff --git a/GlosSIConfig/GlosSIConfig.vcxproj.DotSettings b/GlosSIConfig/GlosSIConfig.vcxproj.DotSettings new file mode 100644 index 0000000..21022da --- /dev/null +++ b/GlosSIConfig/GlosSIConfig.vcxproj.DotSettings @@ -0,0 +1,2 @@ + + Cpp17 \ No newline at end of file diff --git a/GlosSIConfig/Resource.rc b/GlosSIConfig/Resource.rc index 28bd651..de4e124 100644 --- a/GlosSIConfig/Resource.rc +++ b/GlosSIConfig/Resource.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,0,3,108000010980 - PRODUCTVERSION 0,0,3,108000010980 + FILEVERSION 0,0,3,1011000000300 + PRODUCTVERSION 0,0,3,1011000000300 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.3.1-8-g0b1e98a" + VALUE "FileVersion", "0.0.3.1-11-gbbbf3fc" VALUE "InternalName", "GlosSIConfig" VALUE "LegalCopyright", "Copyright (C) 2021 Peter Repukat - FlatspotSoftware" VALUE "OriginalFilename", "GlosSIConfig.exe" VALUE "ProductName", "GlosSi" - VALUE "ProductVersion", "0.0.3.1-8-g0b1e98a" + VALUE "ProductVersion", "0.0.3.1-11-gbbbf3fc" END END BLOCK "VarFileInfo" @@ -806,6 +806,30 @@ END + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/GlosSIConfig/UIModel.cpp b/GlosSIConfig/UIModel.cpp index 8d14e02..18945ee 100644 --- a/GlosSIConfig/UIModel.cpp +++ b/GlosSIConfig/UIModel.cpp @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSIConfig/UIModel.h b/GlosSIConfig/UIModel.h index de51daa..42f8a12 100644 --- a/GlosSIConfig/UIModel.h +++ b/GlosSIConfig/UIModel.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSIConfig/VDFParser.h b/GlosSIConfig/VDFParser.h index 22ebead..0df48be 100644 --- a/GlosSIConfig/VDFParser.h +++ b/GlosSIConfig/VDFParser.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSIConfig/WinEventFilter.h b/GlosSIConfig/WinEventFilter.h index ccd39c2..b82407f 100644 --- a/GlosSIConfig/WinEventFilter.h +++ b/GlosSIConfig/WinEventFilter.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSIConfig/main.cpp b/GlosSIConfig/main.cpp index 3daada3..4558781 100644 --- a/GlosSIConfig/main.cpp +++ b/GlosSIConfig/main.cpp @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -106,8 +106,10 @@ void myMessageHandler(QtMsgType type, const QMessageLogContext&, const QString& std::cout << txt.toStdString() << "\n"; } + int main(int argc, char* argv[]) { + #if defined(Q_OS_WIN) QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); HRESULT hr = ::CoInitializeEx(NULL, COINIT_MULTITHREADED); diff --git a/GlosSIConfig/qml/AddSelectTypeDialog.qml b/GlosSIConfig/qml/AddSelectTypeDialog.qml index 3dd6beb..8ecc10e 100644 --- a/GlosSIConfig/qml/AddSelectTypeDialog.qml +++ b/GlosSIConfig/qml/AddSelectTypeDialog.qml @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSIConfig/qml/FluentTextInput.qml b/GlosSIConfig/qml/FluentTextInput.qml index e0fbeb6..21efd88 100644 --- a/GlosSIConfig/qml/FluentTextInput.qml +++ b/GlosSIConfig/qml/FluentTextInput.qml @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSIConfig/qml/InfoDialog.qml b/GlosSIConfig/qml/InfoDialog.qml index 3dc74e2..b3b72c7 100644 --- a/GlosSIConfig/qml/InfoDialog.qml +++ b/GlosSIConfig/qml/InfoDialog.qml @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSIConfig/qml/RPane.qml b/GlosSIConfig/qml/RPane.qml index c376df3..3414d5b 100644 --- a/GlosSIConfig/qml/RPane.qml +++ b/GlosSIConfig/qml/RPane.qml @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSIConfig/qml/ShortcutCards.qml b/GlosSIConfig/qml/ShortcutCards.qml index ca0c1c0..6ffbe2d 100644 --- a/GlosSIConfig/qml/ShortcutCards.qml +++ b/GlosSIConfig/qml/ShortcutCards.qml @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSIConfig/qml/ShortcutProps.qml b/GlosSIConfig/qml/ShortcutProps.qml index 9644ef4..f9ff94d 100644 --- a/GlosSIConfig/qml/ShortcutProps.qml +++ b/GlosSIConfig/qml/ShortcutProps.qml @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSIConfig/qml/UWPSelectDialog.qml b/GlosSIConfig/qml/UWPSelectDialog.qml index 5ccafa0..af3d22c 100644 --- a/GlosSIConfig/qml/UWPSelectDialog.qml +++ b/GlosSIConfig/qml/UWPSelectDialog.qml @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSIConfig/qml/main.qml b/GlosSIConfig/qml/main.qml index 6346df8..3d91f07 100644 --- a/GlosSIConfig/qml/main.qml +++ b/GlosSIConfig/qml/main.qml @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/AppLauncher.cpp b/GlosSITarget/AppLauncher.cpp index b86e4f4..d62db50 100644 --- a/GlosSITarget/AppLauncher.cpp +++ b/GlosSITarget/AppLauncher.cpp @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/AppLauncher.h b/GlosSITarget/AppLauncher.h index 7fcc568..8e1298a 100644 --- a/GlosSITarget/AppLauncher.h +++ b/GlosSITarget/AppLauncher.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/GlosSITarget.vcxproj b/GlosSITarget/GlosSITarget.vcxproj index 34c190d..b113102 100644 --- a/GlosSITarget/GlosSITarget.vcxproj +++ b/GlosSITarget/GlosSITarget.vcxproj @@ -29,26 +29,26 @@ Application true - v142 + v143 Unicode Application false - v142 + v143 true Unicode Application true - v142 + v143 Unicode Application false - v142 + v143 true Unicode diff --git a/GlosSITarget/HidHide.cpp b/GlosSITarget/HidHide.cpp index 7bc2217..481640d 100644 --- a/GlosSITarget/HidHide.cpp +++ b/GlosSITarget/HidHide.cpp @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/HidHide.h b/GlosSITarget/HidHide.h index f3a09d5..598e703 100644 --- a/GlosSITarget/HidHide.h +++ b/GlosSITarget/HidHide.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/InputRedirector.cpp b/GlosSITarget/InputRedirector.cpp index 9e382e8..a877c76 100644 --- a/GlosSITarget/InputRedirector.cpp +++ b/GlosSITarget/InputRedirector.cpp @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/InputRedirector.h b/GlosSITarget/InputRedirector.h index 953b089..3ad3a7e 100644 --- a/GlosSITarget/InputRedirector.h +++ b/GlosSITarget/InputRedirector.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/Overlay.cpp b/GlosSITarget/Overlay.cpp index fbc9b55..d1815cd 100644 --- a/GlosSITarget/Overlay.cpp +++ b/GlosSITarget/Overlay.cpp @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/Overlay.h b/GlosSITarget/Overlay.h index cf838ce..7419621 100644 --- a/GlosSITarget/Overlay.h +++ b/GlosSITarget/Overlay.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/Resource.rc b/GlosSITarget/Resource.rc index 8d9044e..fadb42a 100644 --- a/GlosSITarget/Resource.rc +++ b/GlosSITarget/Resource.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,0,3,108000010980 - PRODUCTVERSION 0,0,3,108000010980 + FILEVERSION 0,0,3,1010000700803 + PRODUCTVERSION 0,0,3,1010000700803 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "Peter Repukat - FlatspotSoftware" VALUE "FileDescription", "GlosSI - SteamTarget" - VALUE "FileVersion", "0.0.3.1-8-g0b1e98a" + VALUE "FileVersion", "0.0.3.1-10-g070d8c3" VALUE "InternalName", "GlosSITarget" VALUE "LegalCopyright", "Copyright (C) 2021 Peter Repukat - FlatspotSoftware" VALUE "OriginalFilename", "GlosSITarget.exe" VALUE "ProductName", "GlosSI" - VALUE "ProductVersion", "0.0.3.1-8-g0b1e98a" + VALUE "ProductVersion", "0.0.3.1-10-g070d8c3" END END BLOCK "VarFileInfo" @@ -631,6 +631,22 @@ END + + + + + + + + + + + + + + + + diff --git a/GlosSITarget/Settings.h b/GlosSITarget/Settings.h index 72aba06..1e72cf7 100644 --- a/GlosSITarget/Settings.h +++ b/GlosSITarget/Settings.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/SteamOverlayDetector.cpp b/GlosSITarget/SteamOverlayDetector.cpp index f25acce..c72dca2 100644 --- a/GlosSITarget/SteamOverlayDetector.cpp +++ b/GlosSITarget/SteamOverlayDetector.cpp @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/SteamOverlayDetector.h b/GlosSITarget/SteamOverlayDetector.h index 74b305a..34dbba0 100644 --- a/GlosSITarget/SteamOverlayDetector.h +++ b/GlosSITarget/SteamOverlayDetector.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/SteamTarget.cpp b/GlosSITarget/SteamTarget.cpp index ba11465..5dada5e 100644 --- a/GlosSITarget/SteamTarget.cpp +++ b/GlosSITarget/SteamTarget.cpp @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/SteamTarget.h b/GlosSITarget/SteamTarget.h index cb2097c..4823467 100644 --- a/GlosSITarget/SteamTarget.h +++ b/GlosSITarget/SteamTarget.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/TargetWindow.cpp b/GlosSITarget/TargetWindow.cpp index de5df67..2964e81 100644 --- a/GlosSITarget/TargetWindow.cpp +++ b/GlosSITarget/TargetWindow.cpp @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/TargetWindow.h b/GlosSITarget/TargetWindow.h index e5bb3db..3ff0903 100644 --- a/GlosSITarget/TargetWindow.h +++ b/GlosSITarget/TargetWindow.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/main.cpp b/GlosSITarget/main.cpp index f0639c3..a5a28f7 100644 --- a/GlosSITarget/main.cpp +++ b/GlosSITarget/main.cpp @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/GlosSITarget/steam_sf_keymap.h b/GlosSITarget/steam_sf_keymap.h index da267d8..d499cee 100644 --- a/GlosSITarget/steam_sf_keymap.h +++ b/GlosSITarget/steam_sf_keymap.h @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Readme.md b/Readme.md index a48f200..e6cbcab 100644 --- a/Readme.md +++ b/Readme.md @@ -74,7 +74,7 @@ For Building instructions refer to [BUILDING.md](./docs/BUILDING.md) ## License ```license -Copyright 2017-2021 Peter Repukat - FlatspotSoftware +Copyright 2017-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/UWPOverlayEnablerDLL/UWPOverlayEnablerDLL.vcxproj b/UWPOverlayEnablerDLL/UWPOverlayEnablerDLL.vcxproj index 887bb14..9d0ad5a 100644 --- a/UWPOverlayEnablerDLL/UWPOverlayEnablerDLL.vcxproj +++ b/UWPOverlayEnablerDLL/UWPOverlayEnablerDLL.vcxproj @@ -29,26 +29,26 @@ DynamicLibrary true - v142 + v143 Unicode DynamicLibrary false - v142 + v143 true Unicode DynamicLibrary true - v142 + v143 Unicode DynamicLibrary false - v142 + v143 true Unicode diff --git a/UWPOverlayEnablerDLL/dllmain.cpp b/UWPOverlayEnablerDLL/dllmain.cpp index 787b5cb..fe4dd04 100644 --- a/UWPOverlayEnablerDLL/dllmain.cpp +++ b/UWPOverlayEnablerDLL/dllmain.cpp @@ -1,5 +1,5 @@ /* -Copyright 2021 Peter Repukat - FlatspotSoftware +Copyright 2021-2022 Peter Repukat - FlatspotSoftware Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ViGEm_BuildConfig.patch b/ViGEm_BuildConfig.patch index 4e30400..e7feb85 100644 --- a/ViGEm_BuildConfig.patch +++ b/ViGEm_BuildConfig.patch @@ -321,7 +321,7 @@ index 7c186414e62a6334fbcd518d506f55db57491dfe..bd1079c978860c87114ccbae634c025a - - + -+ ++ + + + Debug_DLL @@ -371,52 +371,52 @@ index 7c186414e62a6334fbcd518d506f55db57491dfe..bd1079c978860c87114ccbae634c025a + + StaticLibrary + true -+ v142 ++ v143 + Unicode + + + DynamicLibrary + true -+ v142 ++ v143 + Unicode + + + StaticLibrary + false -+ v142 ++ v143 + true + Unicode + + + DynamicLibrary + false -+ v142 ++ v143 + true + Unicode + + + StaticLibrary + true -+ v142 ++ v143 + Unicode + + + DynamicLibrary + true -+ v142 ++ v143 + Unicode + + + StaticLibrary + false -+ v142 ++ v143 + true + Unicode + + + DynamicLibrary + false -+ v142 ++ v143 + true + Unicode + diff --git a/docs/BUILDING.md b/docs/BUILDING.md index a6d92a6..ad1f3fc 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -7,8 +7,8 @@ Requirements: -- Visual Studio 2019 (Community edition is fine) -- Qt 6.2.0 (GlosSIConfig only) +- Visual Studio 2022 (Community edition is fine) +- Qt 6.2.X (GlosSIConfig only) - Qt Visual Studio addin (GlosSIConfig only) ```bat