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