mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Updated ILRepack to 2.0.1 (not really sure if packages.config is located correct or it should be in the ".nuget" folder...)
This commit is contained in:
parent
460e527450
commit
2086fa8617
@ -360,6 +360,8 @@ Note: Do check free disk space.</WaveFileMalformed>
|
||||
<TranslatorsName>Translators name</TranslatorsName>
|
||||
<SubtitleListReferenceCode>Subtitle list reference code</SubtitleListReferenceCode>
|
||||
<CountryOfOrigin>Country of origin</CountryOfOrigin>
|
||||
<TimeCodeStatus>Time code status</TimeCodeStatus>
|
||||
<TimeCodeStartOfProgramme>Time code: Start of programme</TimeCodeStartOfProgramme>
|
||||
<RevisionNumber>Revision number</RevisionNumber>
|
||||
<MaxNoOfDisplayableChars>Max# of chars per row</MaxNoOfDisplayableChars>
|
||||
<MaxNumberOfDisplayableRows>Max# of rows</MaxNumberOfDisplayableRows>
|
||||
|
@ -1965,7 +1965,7 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>COPY /Y /V "$(ProjectDir)packages\NHunspell.1.2.5554.16953\content\*.dll" "$(TargetDir)"
|
||||
"$(ProjectDir)packages\ILRepack.1.25.0\tools\ILRepack.exe" /out:"$(TargetDir)$(TargetName).exe" "$(TargetDir)$(TargetName).exe" "$(ProjectDir)packages\NHunspell.1.2.5554.16953\lib\net\NHunspell.dll" "$(ProjectDir)packages\zlib.net.1.0.4.0\lib\zlib.net.dll" "$(ProjectDir)DLLs\Interop.QuartzTypeLib.dll" /targetplatform:v4 /internalize /parallel</PostBuildEvent>
|
||||
"$(ProjectDir)packages\ILRepack.2.0.1\tools\ILRepack.exe" /out:"$(TargetDir)$(TargetName).exe" "$(TargetDir)$(TargetName).exe" "$(ProjectDir)packages\NHunspell.1.2.5554.16953\lib\net\NHunspell.dll" "$(ProjectDir)packages\zlib.net.1.0.4.0\lib\zlib.net.dll" "$(ProjectDir)DLLs\Interop.QuartzTypeLib.dll" /targetplatform:v4 /internalize /parallel</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
|
@ -22,9 +22,6 @@ 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\NuGet.targets = .nuget\NuGet.targets
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="ILRepack" version="1.25.0" />
|
||||
<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" />
|
||||
</packages>
|
Loading…
Reference in New Issue
Block a user