Use NuGet Hunspell for the Test project

This commit is contained in:
_aLfa_ 2014-09-22 21:59:11 +02:00
parent a195737500
commit 43a8ecfa36
3 changed files with 1 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View File

@ -59,12 +59,6 @@
<Name>SubtitleEdit</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Hunspellx86.dll" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Hunspellx64.dll" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Dictionaries\en_US.aff" />
<EmbeddedResource Include="Dictionaries\en_US.dic" />
@ -74,8 +68,7 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>COPY /Y /V "$(SolutionDir)packages\NHunspell.1.2.5359.26126\content\*.dll"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.