Updated ILRepack (moved packages.config to "nuget" folder - hope this is correct) + updated build.bat to point to new ILRepack version

This commit is contained in:
niksedk 2015-08-29 09:10:41 +02:00
parent cf912db084
commit 4391917ca5
3 changed files with 5 additions and 2 deletions

View File

@ -48,7 +48,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO EndWithError
ECHO.
ECHO ILRepack...
"packages\ILRepack.2.0.1\tools\ILRepack.exe" /out:"bin\Release\SubtitleEdit.exe" "bin\Release\SubtitleEdit.exe" "bin\Release\libse.dll" "packages\NHunspell.1.2.5554.16953\lib\net\NHunspell.dll" "packages\zlib.net.1.0.4.0\lib\zlib.net.dll" "DLLs\Interop.QuartzTypeLib.dll" /targetplatform:v4 /internalize /parallel
"packages\ILRepack.2.0.5\tools\ILRepack.exe" /out:"bin\Release\SubtitleEdit.exe" "bin\Release\SubtitleEdit.exe" "bin\Release\libse.dll" "packages\NHunspell.1.2.5554.16953\lib\net\NHunspell.dll" "packages\zlib.net.1.0.4.0\lib\zlib.net.dll" "DLLs\Interop.QuartzTypeLib.dll" /targetplatform:v4 /internalize /parallel
ECHO.
ECHO.
POPD

View File

@ -2,5 +2,5 @@
<packages>
<package id="NHunspell" version="1.2.5554.16953" targetFramework="net40-Client" />
<package id="zlib.net" version="1.0.4.0" targetFramework="net40-Client" />
<package id="ILRepack" version="2.0.1" />
<package id="ILRepack" version="2.0.5" />
</packages>

View File

@ -22,6 +22,9 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpdateLanguageFiles", "UpdateLanguageFiles\UpdateLanguageFiles.csproj", "{36BCA2A7-EE6B-45FD-AF90-D3F76A84DA76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E5F70420-EF49-403E-851F-700953769937}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibSE", "..\libse\LibSE.csproj", "{3E3CB28F-3A7B-430F-9EB3-0D6C1E53B753}"
EndProject