[PR #195] chore: migrate projects to VS 2022 #195

Open
opened 2026-02-25 21:32:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/clechasseur/pathcopycopy/pull/195
Author: @clechasseur
Created: 1/7/2026
Status: 🔄 Open

Base: defaultHead: chore/vc17


📝 Commits (1)

  • a1040e6 chore: start migration to VC 17 (aka VS 2022)

📊 Changes

19 files changed (+221 additions, -157 deletions)

View changed files

3rdParty/Regsvr64.exe (+0 -0)
3rdParty/Regsvr64_64.exe (+0 -0)
📝 PathCopyCopy.sln (+13 -2)
📝 PathCopyCopy/PathCopyCopy.vcxproj (+26 -14)
📝 PathCopyCopy/localization/PathCopyCopyLocalization_en/PathCopyCopyLocalization_en.vcxproj (+2 -2)
📝 PathCopyCopy/localization/PathCopyCopyLocalization_fr/PathCopyCopyLocalization_fr.vcxproj (+2 -2)
📝 PathCopyCopy/prihdr/PluginPipelineElements.h (+8 -8)
📝 PathCopyCopy/prihdr/dllmain.h (+4 -0)
📝 PathCopyCopy/src/PathCopyCopyContextMenuExt.cpp (+18 -20)
📝 PathCopyCopy/src/PluginPipelineDecoder.cpp (+4 -3)
📝 PathCopyCopy/src/PluginPipelineElements.cpp (+14 -10)
📝 PathCopyCopy/src/PluginUtils.cpp (+1 -1)
📝 PathCopyCopy/src/dllmain.cpp (+1 -0)
📝 PathCopyCopyCOMPluginExecutor/PathCopyCopyCOMPluginExecutor.vcxproj (+4 -4)
📝 PathCopyCopyRegexTester/PathCopyCopyRegexTester.vcxproj (+2 -2)
📝 PathCopyCopySettings/UI/Forms/MainForm.cs (+2 -2)
📝 Testing/TestPlugins/TestPlugins.vcxproj (+22 -10)
📝 Testing/TestPlugins/src/TestPlugins.cpp (+13 -0)
📝 Testing/TestPlugins/src/dllmain.cpp (+85 -77)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/clechasseur/pathcopycopy/pull/195 **Author:** [@clechasseur](https://github.com/clechasseur) **Created:** 1/7/2026 **Status:** 🔄 Open **Base:** `default` ← **Head:** `chore/vc17` --- ### 📝 Commits (1) - [`a1040e6`](https://github.com/clechasseur/pathcopycopy/commit/a1040e6ed20a4015aeeeb3a9d0103c3456a23402) chore: start migration to VC 17 (aka VS 2022) ### 📊 Changes **19 files changed** (+221 additions, -157 deletions) <details> <summary>View changed files</summary> ➖ `3rdParty/Regsvr64.exe` (+0 -0) ➖ `3rdParty/Regsvr64_64.exe` (+0 -0) 📝 `PathCopyCopy.sln` (+13 -2) 📝 `PathCopyCopy/PathCopyCopy.vcxproj` (+26 -14) 📝 `PathCopyCopy/localization/PathCopyCopyLocalization_en/PathCopyCopyLocalization_en.vcxproj` (+2 -2) 📝 `PathCopyCopy/localization/PathCopyCopyLocalization_fr/PathCopyCopyLocalization_fr.vcxproj` (+2 -2) 📝 `PathCopyCopy/prihdr/PluginPipelineElements.h` (+8 -8) 📝 `PathCopyCopy/prihdr/dllmain.h` (+4 -0) 📝 `PathCopyCopy/src/PathCopyCopyContextMenuExt.cpp` (+18 -20) 📝 `PathCopyCopy/src/PluginPipelineDecoder.cpp` (+4 -3) 📝 `PathCopyCopy/src/PluginPipelineElements.cpp` (+14 -10) 📝 `PathCopyCopy/src/PluginUtils.cpp` (+1 -1) 📝 `PathCopyCopy/src/dllmain.cpp` (+1 -0) 📝 `PathCopyCopyCOMPluginExecutor/PathCopyCopyCOMPluginExecutor.vcxproj` (+4 -4) 📝 `PathCopyCopyRegexTester/PathCopyCopyRegexTester.vcxproj` (+2 -2) 📝 `PathCopyCopySettings/UI/Forms/MainForm.cs` (+2 -2) 📝 `Testing/TestPlugins/TestPlugins.vcxproj` (+22 -10) 📝 `Testing/TestPlugins/src/TestPlugins.cpp` (+13 -0) 📝 `Testing/TestPlugins/src/dllmain.cpp` (+85 -77) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pathcopycopy#195
No description provided.