From 0347ea3432b8a70302e0265b428aecce969fa4f0 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:35:50 -0500 Subject: [PATCH 01/19] [Runner] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- src/runner/runner.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runner/runner.vcxproj b/src/runner/runner.vcxproj index 16587c73ac97..7261dac39a36 100644 --- a/src/runner/runner.vcxproj +++ b/src/runner/runner.vcxproj @@ -1,7 +1,7 @@ - + 81010002 From feff8041996f309ba7590bd4354b0b8ed477c505 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:35:54 -0500 Subject: [PATCH 02/19] [ActionRunner] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- src/ActionRunner/actionRunner.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ActionRunner/actionRunner.vcxproj b/src/ActionRunner/actionRunner.vcxproj index 553939cc80f3..0f3ba2befda1 100644 --- a/src/ActionRunner/actionRunner.vcxproj +++ b/src/ActionRunner/actionRunner.vcxproj @@ -3,7 +3,7 @@ - + 16.0 From 464d002029767a8975fdb0fc02aa38573c38fd4e Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:35:58 -0500 Subject: [PATCH 03/19] [Update] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- src/Update/PowerToys.Update.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Update/PowerToys.Update.vcxproj b/src/Update/PowerToys.Update.vcxproj index 45ec0b1d6595..d2d70e5e5bab 100644 --- a/src/Update/PowerToys.Update.vcxproj +++ b/src/Update/PowerToys.Update.vcxproj @@ -3,7 +3,7 @@ - + 16.0 From 5bb036675046a4483470fd30253343ab25751695 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:02 -0500 Subject: [PATCH 04/19] [FileLocksmith] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../FileLocksmithContextMenu/FileLocksmithContextMenu.vcxproj | 2 +- .../FileLocksmith/FileLocksmithExt/FileLocksmithExt.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/FileLocksmith/FileLocksmithContextMenu/FileLocksmithContextMenu.vcxproj b/src/modules/FileLocksmith/FileLocksmithContextMenu/FileLocksmithContextMenu.vcxproj index eefb1231968b..0a99e0548f15 100644 --- a/src/modules/FileLocksmith/FileLocksmithContextMenu/FileLocksmithContextMenu.vcxproj +++ b/src/modules/FileLocksmith/FileLocksmithContextMenu/FileLocksmithContextMenu.vcxproj @@ -3,7 +3,7 @@ - + 17.0 diff --git a/src/modules/FileLocksmith/FileLocksmithExt/FileLocksmithExt.vcxproj b/src/modules/FileLocksmith/FileLocksmithExt/FileLocksmithExt.vcxproj index 02d46979382d..0aa8b798313e 100644 --- a/src/modules/FileLocksmith/FileLocksmithExt/FileLocksmithExt.vcxproj +++ b/src/modules/FileLocksmith/FileLocksmithExt/FileLocksmithExt.vcxproj @@ -3,7 +3,7 @@ - + 16.0 From d9725f9d00a8676f8d29856980bf838272bdd4fa Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:06 -0500 Subject: [PATCH 05/19] [FancyZones] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- src/modules/fancyzones/FancyZonesLib/FancyZonesLib.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/fancyzones/FancyZonesLib/FancyZonesLib.vcxproj b/src/modules/fancyzones/FancyZonesLib/FancyZonesLib.vcxproj index 110c0ae69d0b..d808606d7cb3 100644 --- a/src/modules/fancyzones/FancyZonesLib/FancyZonesLib.vcxproj +++ b/src/modules/fancyzones/FancyZonesLib/FancyZonesLib.vcxproj @@ -3,7 +3,7 @@ - + 16.0 From 5e8afb38505dcef28e2b993d82813318ee877eba Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:11 -0500 Subject: [PATCH 06/19] [KeyboardManager] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../KeyboardManagerEditor.vcxproj | 2 +- .../KeyboardManagerEditorLibrary.vcxproj | 2 +- .../dll/KeyboardManager.vcxproj | 22 +++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj b/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj index f59c3603e878..3f7d2992cbc8 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj +++ b/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj @@ -168,7 +168,7 @@ - + diff --git a/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj b/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj index 51ea2103b230..be9449c4ad04 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj +++ b/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj @@ -117,6 +117,6 @@ - + \ No newline at end of file diff --git a/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj b/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj index 794810cd718d..f93c95be8d1e 100644 --- a/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj +++ b/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj @@ -52,15 +52,15 @@ Create - - - {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} - - - {6955446d-23f7-4023-9bb3-8657f904af99} - - - {8affa899-0b73-49ec-8c50-0fadda57b2fc} + + + {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} + + + {6955446d-23f7-4023-9bb3-8657f904af99} + + + {8affa899-0b73-49ec-8c50-0fadda57b2fc} @@ -83,6 +83,6 @@ - + - + From 692349f9baff0867d6d852e547277e0dcfe4bc97 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:15 -0500 Subject: [PATCH 07/19] [ImageResizer] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../ImageResizerContextMenu/ImageResizerContextMenu.vcxproj | 2 +- src/modules/imageresizer/dll/ImageResizerExt.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/imageresizer/ImageResizerContextMenu/ImageResizerContextMenu.vcxproj b/src/modules/imageresizer/ImageResizerContextMenu/ImageResizerContextMenu.vcxproj index 5e63e8f1d8f9..23e173a67e7c 100644 --- a/src/modules/imageresizer/ImageResizerContextMenu/ImageResizerContextMenu.vcxproj +++ b/src/modules/imageresizer/ImageResizerContextMenu/ImageResizerContextMenu.vcxproj @@ -3,7 +3,7 @@ - + Win32Proj diff --git a/src/modules/imageresizer/dll/ImageResizerExt.vcxproj b/src/modules/imageresizer/dll/ImageResizerExt.vcxproj index ede7dea78d19..c27541a7fc46 100644 --- a/src/modules/imageresizer/dll/ImageResizerExt.vcxproj +++ b/src/modules/imageresizer/dll/ImageResizerExt.vcxproj @@ -3,7 +3,7 @@ - + {0B43679E-EDFA-4DA0-AD30-F4628B308B1B} From 30baff093d0b5dc943076ed7a4b6a43e0beda109 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:28 -0500 Subject: [PATCH 08/19] [ShortcutGuide] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj | 2 +- .../ShortcutGuideModuleInterface.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj b/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj index 374dc951ded5..e743fedc6ed5 100644 --- a/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj +++ b/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj @@ -3,7 +3,7 @@ - + true diff --git a/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj b/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj index e24c0db76d78..7d1d03930645 100644 --- a/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj +++ b/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj @@ -3,7 +3,7 @@ - + 15.0 From 1f0758abcd1c9b57f1c4bfba6455d04ccd66acbc Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:31 -0500 Subject: [PATCH 09/19] [ColorPicker] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj b/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj index 9f89d5d2b4d3..ddf10d3eb02e 100644 --- a/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj +++ b/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj @@ -3,7 +3,7 @@ - + 15.0 From 0f653eab2d44c4d2b7331e550cf22f737227fc98 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:35 -0500 Subject: [PATCH 10/19] [Hosts] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../Hosts/HostsModuleInterface/HostsModuleInterface.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Hosts/HostsModuleInterface/HostsModuleInterface.vcxproj b/src/modules/Hosts/HostsModuleInterface/HostsModuleInterface.vcxproj index 0b7f31b3e53c..866323d460fb 100644 --- a/src/modules/Hosts/HostsModuleInterface/HostsModuleInterface.vcxproj +++ b/src/modules/Hosts/HostsModuleInterface/HostsModuleInterface.vcxproj @@ -3,7 +3,7 @@ - + 16.0 From 46f32e6de716875cdbd92172f587abd7f46ff136 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:39 -0500 Subject: [PATCH 11/19] [NewPlus] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../NewPlus.ShellExtension.win10.vcxproj | 2 +- .../NewShellExtensionContextMenu.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/NewPlus/NewShellExtensionContextMenu.win10/NewPlus.ShellExtension.win10.vcxproj b/src/modules/NewPlus/NewShellExtensionContextMenu.win10/NewPlus.ShellExtension.win10.vcxproj index 895430df0b10..53020af19ae8 100644 --- a/src/modules/NewPlus/NewShellExtensionContextMenu.win10/NewPlus.ShellExtension.win10.vcxproj +++ b/src/modules/NewPlus/NewShellExtensionContextMenu.win10/NewPlus.ShellExtension.win10.vcxproj @@ -3,7 +3,7 @@ - + 17.0 diff --git a/src/modules/NewPlus/NewShellExtensionContextMenu/NewShellExtensionContextMenu.vcxproj b/src/modules/NewPlus/NewShellExtensionContextMenu/NewShellExtensionContextMenu.vcxproj index f899012bf2af..7f50add60107 100644 --- a/src/modules/NewPlus/NewShellExtensionContextMenu/NewShellExtensionContextMenu.vcxproj +++ b/src/modules/NewPlus/NewShellExtensionContextMenu/NewShellExtensionContextMenu.vcxproj @@ -3,7 +3,7 @@ - + 17.0 From 85219e0983ad59286e894307cf1f47452f82ec54 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:44 -0500 Subject: [PATCH 12/19] [PreviewPane] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../MarkdownPreviewHandlerCpp/MarkdownPreviewHandlerCpp.vcxproj | 2 +- src/modules/previewpane/powerpreview/powerpreview.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/previewpane/MarkdownPreviewHandlerCpp/MarkdownPreviewHandlerCpp.vcxproj b/src/modules/previewpane/MarkdownPreviewHandlerCpp/MarkdownPreviewHandlerCpp.vcxproj index 82fbf6d2cb0a..89efd3f744ab 100644 --- a/src/modules/previewpane/MarkdownPreviewHandlerCpp/MarkdownPreviewHandlerCpp.vcxproj +++ b/src/modules/previewpane/MarkdownPreviewHandlerCpp/MarkdownPreviewHandlerCpp.vcxproj @@ -3,7 +3,7 @@ - + 16.0 diff --git a/src/modules/previewpane/powerpreview/powerpreview.vcxproj b/src/modules/previewpane/powerpreview/powerpreview.vcxproj index 45a9d83fd4b4..9d39891e6535 100644 --- a/src/modules/previewpane/powerpreview/powerpreview.vcxproj +++ b/src/modules/previewpane/powerpreview/powerpreview.vcxproj @@ -3,7 +3,7 @@ - + 15.0 From 977d74a4cbc003dc0bf53073be71695a8bf0b6d3 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:51 -0500 Subject: [PATCH 13/19] [PowerRename] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../PowerRenameContextMenu/PowerRenameContextMenu.vcxproj | 2 +- src/modules/powerrename/dll/PowerRenameExt.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/powerrename/PowerRenameContextMenu/PowerRenameContextMenu.vcxproj b/src/modules/powerrename/PowerRenameContextMenu/PowerRenameContextMenu.vcxproj index c4cddc1a7b42..2418cadd858e 100644 --- a/src/modules/powerrename/PowerRenameContextMenu/PowerRenameContextMenu.vcxproj +++ b/src/modules/powerrename/PowerRenameContextMenu/PowerRenameContextMenu.vcxproj @@ -3,7 +3,7 @@ - + 16.0 diff --git a/src/modules/powerrename/dll/PowerRenameExt.vcxproj b/src/modules/powerrename/dll/PowerRenameExt.vcxproj index 1f852ef2ef6b..56c22d93ec28 100644 --- a/src/modules/powerrename/dll/PowerRenameExt.vcxproj +++ b/src/modules/powerrename/dll/PowerRenameExt.vcxproj @@ -3,7 +3,7 @@ - + 15.0 From 7037f3e610107e264b3ac014f985ce85b7366ebc Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:55 -0500 Subject: [PATCH 14/19] [PowerOCR] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../PowerOCRModuleInterface/PowerOCRModuleInterface.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/PowerOCR/PowerOCRModuleInterface/PowerOCRModuleInterface.vcxproj b/src/modules/PowerOCR/PowerOCRModuleInterface/PowerOCRModuleInterface.vcxproj index 0230eb2d3a1a..314713d28f25 100644 --- a/src/modules/PowerOCR/PowerOCRModuleInterface/PowerOCRModuleInterface.vcxproj +++ b/src/modules/PowerOCR/PowerOCRModuleInterface/PowerOCRModuleInterface.vcxproj @@ -3,7 +3,7 @@ - + 15.0 From 19185b5fe37193fcf490d22452c968c428972772 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:36:58 -0500 Subject: [PATCH 15/19] [AlwaysOnTop] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj b/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj index 8b24f90bf95c..b30836b76268 100644 --- a/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj +++ b/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj @@ -5,7 +5,7 @@ - + From b560c20e915a90f9500ee84558e464f5ae0b150c Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:37:02 -0500 Subject: [PATCH 16/19] [AdvancedPaste] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../AdvancedPasteModuleInterface.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/AdvancedPaste/AdvancedPasteModuleInterface/AdvancedPasteModuleInterface.vcxproj b/src/modules/AdvancedPaste/AdvancedPasteModuleInterface/AdvancedPasteModuleInterface.vcxproj index 9f7675799ea4..c50a4d0cf231 100644 --- a/src/modules/AdvancedPaste/AdvancedPasteModuleInterface/AdvancedPasteModuleInterface.vcxproj +++ b/src/modules/AdvancedPaste/AdvancedPasteModuleInterface/AdvancedPasteModuleInterface.vcxproj @@ -3,7 +3,7 @@ - + 15.0 From e5d6195d18a8423f5fbcb8a1103bc22e765fe21e Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:37:06 -0500 Subject: [PATCH 17/19] [EnvironmentVariables] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../EnvironmentVariablesModuleInterface.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/EnvironmentVariables/EnvironmentVariablesModuleInterface/EnvironmentVariablesModuleInterface.vcxproj b/src/modules/EnvironmentVariables/EnvironmentVariablesModuleInterface/EnvironmentVariablesModuleInterface.vcxproj index 183084faf231..2da1fc43d959 100644 --- a/src/modules/EnvironmentVariables/EnvironmentVariablesModuleInterface/EnvironmentVariablesModuleInterface.vcxproj +++ b/src/modules/EnvironmentVariables/EnvironmentVariablesModuleInterface/EnvironmentVariablesModuleInterface.vcxproj @@ -3,7 +3,7 @@ - + 17.0 From 0296370ce93f719c0956e5869612601655438c71 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:37:09 -0500 Subject: [PATCH 18/19] [Launcher] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj b/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj index e95314301363..d39ad3afacb2 100644 --- a/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj +++ b/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj @@ -4,7 +4,7 @@ - + 15.0 From 987affd483c3199482dcca62b3ad29777b425adb Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:37:13 -0500 Subject: [PATCH 19/19] [Workspaces] Fix GenerateResourceFiles task to add path quoting Add single quotes around script path and directory parameters to handle paths with spaces in convert-resx-to-rc.ps1 invocation. --- .../Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj | 2 +- .../WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj | 2 +- .../WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj b/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj index f32e679128ba..89ee5c446879 100644 --- a/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj +++ b/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj @@ -4,7 +4,7 @@ - + diff --git a/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj b/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj index 562ec7847109..f7415d893d62 100644 --- a/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj +++ b/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj @@ -4,7 +4,7 @@ - + diff --git a/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj b/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj index b56b3ff86f30..f26a9ca11dbf 100644 --- a/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj +++ b/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj @@ -4,7 +4,7 @@ - +