Revert "Removed links from old hunspell files"

This reverts commit c74c9f80ab.
This commit is contained in:
Nikolaj Olsson 2016-07-05 07:18:12 +02:00
parent 50be7c7705
commit 89ac777958

View File

@ -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" />