mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
Revert "Removed links from old hunspell files"
This reverts commit c74c9f80ab
.
This commit is contained in:
parent
50be7c7705
commit
89ac777958
@ -1655,6 +1655,10 @@
|
||||
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
||||
</Target>
|
||||
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
||||
<ItemGroup>
|
||||
<HunspellAssemblies Include="Hunspellx64.dll" />
|
||||
<HunspellAssemblies Include="Hunspellx86.dll" />
|
||||
</ItemGroup>
|
||||
<Target Name="BeforeCompile">
|
||||
<XmlPeek XmlInputPath="$(PackagesConfig)" Query="//package[@id='NHunspell']/@version">
|
||||
<Output TaskParameter="Result" PropertyName="HunspellVersion" />
|
||||
|
Loading…
Reference in New Issue
Block a user