mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Use NuGet Hunspell for the Test project
This commit is contained in:
parent
a195737500
commit
43a8ecfa36
Binary file not shown.
Binary file not shown.
@ -59,12 +59,6 @@
|
|||||||
<Name>SubtitleEdit</Name>
|
<Name>SubtitleEdit</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<EmbeddedResource Include="Hunspellx86.dll" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<EmbeddedResource Include="Hunspellx64.dll" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Dictionaries\en_US.aff" />
|
<EmbeddedResource Include="Dictionaries\en_US.aff" />
|
||||||
<EmbeddedResource Include="Dictionaries\en_US.dic" />
|
<EmbeddedResource Include="Dictionaries\en_US.dic" />
|
||||||
@ -74,8 +68,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>COPY /Y /V "$(SolutionDir)packages\NHunspell.1.2.5359.26126\content\*.dll"</PostBuildEvent>
|
||||||
</PostBuildEvent>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- 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.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
Loading…
Reference in New Issue
Block a user