From 3a3cb27b36fc5f7ef22be5c6b8d986c8ce537218 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Fri, 18 Dec 2020 12:37:40 +0100 Subject: [PATCH] Fix passing project folder path to localization script (#8663) --- doc/devdocs/localization.md | 2 +- .../PowerToysBootstrapper/bootstrapper/bootstrapper.vcxproj | 2 +- src/action_runner/action_runner.vcxproj | 2 +- src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj | 2 +- src/modules/fancyzones/lib/FancyZonesLib.vcxproj | 2 +- src/modules/imageresizer/dll/ImageResizerExt.vcxproj | 2 +- .../launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj | 2 +- src/modules/powerrename/dll/PowerRenameExt.vcxproj | 2 +- src/modules/powerrename/ui/PowerRenameUI.vcxproj | 2 +- src/modules/previewpane/powerpreview/powerpreview.vcxproj | 2 +- src/modules/shortcut_guide/shortcut_guide.vcxproj | 2 +- src/runner/runner.vcxproj | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/devdocs/localization.md b/doc/devdocs/localization.md index ef6d305067..2b33e4ae7b 100644 --- a/doc/devdocs/localization.md +++ b/doc/devdocs/localization.md @@ -63,7 +63,7 @@ If you already have a .rc file, copy the string table to a separate txt file and After generating the resx file, rename the existing rc and h files to ProjName.base.rc and resource.base.h. In the rc file remove the string table which is to be localized and in the .h file remove all `#define`s corresponding to localized resources. In the vcxproj of the C++ project, add the following build event: ``` - + ``` diff --git a/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.vcxproj b/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.vcxproj index 702521bfa2..37910551b9 100644 --- a/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.vcxproj +++ b/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.vcxproj @@ -18,7 +18,7 @@ - + 16.0 diff --git a/src/action_runner/action_runner.vcxproj b/src/action_runner/action_runner.vcxproj index af535c479e..623f763b73 100644 --- a/src/action_runner/action_runner.vcxproj +++ b/src/action_runner/action_runner.vcxproj @@ -2,7 +2,7 @@ - + 16.0 diff --git a/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj b/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj index 6e08e9d206..49eadd424c 100644 --- a/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj +++ b/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj @@ -2,7 +2,7 @@ - + 15.0 diff --git a/src/modules/fancyzones/lib/FancyZonesLib.vcxproj b/src/modules/fancyzones/lib/FancyZonesLib.vcxproj index f621cc81ad..bd94a6efa4 100644 --- a/src/modules/fancyzones/lib/FancyZonesLib.vcxproj +++ b/src/modules/fancyzones/lib/FancyZonesLib.vcxproj @@ -2,7 +2,7 @@ - + 16.0 diff --git a/src/modules/imageresizer/dll/ImageResizerExt.vcxproj b/src/modules/imageresizer/dll/ImageResizerExt.vcxproj index 5be7a3cc3d..c5b18627e2 100644 --- a/src/modules/imageresizer/dll/ImageResizerExt.vcxproj +++ b/src/modules/imageresizer/dll/ImageResizerExt.vcxproj @@ -2,7 +2,7 @@ - + {0B43679E-EDFA-4DA0-AD30-F4628B308B1B} diff --git a/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj b/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj index 29e9cf28d6..7ebbefcb96 100644 --- a/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj +++ b/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj @@ -2,7 +2,7 @@ - + 15.0 diff --git a/src/modules/powerrename/dll/PowerRenameExt.vcxproj b/src/modules/powerrename/dll/PowerRenameExt.vcxproj index f6a6b5c19c..1f8d01faa1 100644 --- a/src/modules/powerrename/dll/PowerRenameExt.vcxproj +++ b/src/modules/powerrename/dll/PowerRenameExt.vcxproj @@ -2,7 +2,7 @@ - + 15.0 diff --git a/src/modules/powerrename/ui/PowerRenameUI.vcxproj b/src/modules/powerrename/ui/PowerRenameUI.vcxproj index 8a1eb840ed..f32345c869 100644 --- a/src/modules/powerrename/ui/PowerRenameUI.vcxproj +++ b/src/modules/powerrename/ui/PowerRenameUI.vcxproj @@ -2,7 +2,7 @@ - + {0E072714-D127-460B-AFAD-B4C40B412798} diff --git a/src/modules/previewpane/powerpreview/powerpreview.vcxproj b/src/modules/previewpane/powerpreview/powerpreview.vcxproj index 70cbb019bd..53bed6a061 100644 --- a/src/modules/previewpane/powerpreview/powerpreview.vcxproj +++ b/src/modules/previewpane/powerpreview/powerpreview.vcxproj @@ -2,7 +2,7 @@ - + 15.0 diff --git a/src/modules/shortcut_guide/shortcut_guide.vcxproj b/src/modules/shortcut_guide/shortcut_guide.vcxproj index 9807ee5f70..2b469dfe67 100644 --- a/src/modules/shortcut_guide/shortcut_guide.vcxproj +++ b/src/modules/shortcut_guide/shortcut_guide.vcxproj @@ -12,7 +12,7 @@ - + 15.0 diff --git a/src/runner/runner.vcxproj b/src/runner/runner.vcxproj index 9ec39134fa..0fd4e687ef 100644 --- a/src/runner/runner.vcxproj +++ b/src/runner/runner.vcxproj @@ -2,7 +2,7 @@ - + 15.0