From 78f5795e256685a85f4760a0b0f48718dcfc4696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 27 Mar 2023 17:30:32 +0200 Subject: [PATCH] Update Gettext.Tools to 0.21.1 --- WinSparkle.Targets | 3 +-- WinSparkle.vcxproj | 2 ++ packages.config | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/WinSparkle.Targets b/WinSparkle.Targets index ab90e668..29021bb7 100644 --- a/WinSparkle.Targets +++ b/WinSparkle.Targets @@ -3,8 +3,7 @@ ToolsVersion="4.0"> - "$(SolutionDir)\packages\Gettext.Tools.0.20.2\tools\bin\" - $(GettextBinDir)msgfmt.exe -c + $(GettextToolsDir)msgfmt.exe -c diff --git a/WinSparkle.vcxproj b/WinSparkle.vcxproj index dacfe564..1d35db5b 100644 --- a/WinSparkle.vcxproj +++ b/WinSparkle.vcxproj @@ -2,6 +2,7 @@ + Debug @@ -457,5 +458,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + \ No newline at end of file diff --git a/packages.config b/packages.config index 8e77ffc3..725defb4 100644 --- a/packages.config +++ b/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file