From b195ce05d854d5bb252d3ff5350ceea436638369 Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Wed, 29 Aug 2018 17:04:12 +0200 Subject: [PATCH] Update ILRepack --- build.bat | 2 +- src/SubtitleEdit.csproj | 4 ++-- src/packages.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.bat b/build.bat index 60928ca18..ca27616f7 100644 --- a/build.bat +++ b/build.bat @@ -53,7 +53,7 @@ IF /I "%BUILDTYPE%" == "Clean" GOTO END ECHO. ECHO ILRepack... -"packages\ILRepack.2.0.15\tools\ILRepack.exe" /parallel /internalize /targetplatform:v4 /out:"bin\Release\SubtitleEdit.exe" "bin\Release\SubtitleEdit.exe" "bin\Release\libse.dll" "bin\Release\zlib.net.dll" "bin\Release\NHunspell.dll" "DLLs\Interop.QuartzTypeLib.dll" +"packages\ILRepack.2.0.16\tools\ILRepack.exe" /parallel /internalize /targetplatform:v4 /out:"bin\Release\SubtitleEdit.exe" "bin\Release\SubtitleEdit.exe" "bin\Release\libse.dll" "bin\Release\zlib.net.dll" "bin\Release\NHunspell.dll" "DLLs\Interop.QuartzTypeLib.dll" ECHO. ECHO. POPD diff --git a/src/SubtitleEdit.csproj b/src/SubtitleEdit.csproj index 4cc5d89a9..544f36b46 100644 --- a/src/SubtitleEdit.csproj +++ b/src/SubtitleEdit.csproj @@ -1,6 +1,6 @@  - + Properties @@ -1736,7 +1736,7 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + diff --git a/src/packages.config b/src/packages.config index 031c3cde7..3203e6c30 100644 --- a/src/packages.config +++ b/src/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file