mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
move Hunspell dlls in the src\DLLs directory
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@199 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
33ef192b26
commit
0fcbbcf3f3
@ -807,12 +807,8 @@
|
||||
<None Include="DLLs\Interop.WMPLib.dll" />
|
||||
<Content Include="ChangeLog.txt" />
|
||||
<Content Include="gpl.txt" />
|
||||
<Content Include="Hunspellx64.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Hunspellx86.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="Dlls\Hunspellx64.dll" />
|
||||
<None Include="Dlls\Hunspellx86.dll" />
|
||||
<EmbeddedResource Include="Controls\VideoPlayerContainer.resx">
|
||||
<DependentUpon>VideoPlayerContainer.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
@ -997,6 +993,11 @@
|
||||
<PreBuildEvent>
|
||||
</PreBuildEvent>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>COPY /Y /V "$(ProjectDir)Dlls\Hunspellx86.dll" "$(TargetDir)"
|
||||
COPY /Y /V "$(ProjectDir)Dlls\Hunspellx64.dll" "$(TargetDir)"
|
||||
</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.
|
||||
<Target Name="BeforeBuild">
|
||||
|
Loading…
Reference in New Issue
Block a user