mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +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" />
|
<None Include="DLLs\Interop.WMPLib.dll" />
|
||||||
<Content Include="ChangeLog.txt" />
|
<Content Include="ChangeLog.txt" />
|
||||||
<Content Include="gpl.txt" />
|
<Content Include="gpl.txt" />
|
||||||
<Content Include="Hunspellx64.dll">
|
<None Include="Dlls\Hunspellx64.dll" />
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<None Include="Dlls\Hunspellx86.dll" />
|
||||||
</Content>
|
|
||||||
<Content Include="Hunspellx86.dll">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<EmbeddedResource Include="Controls\VideoPlayerContainer.resx">
|
<EmbeddedResource Include="Controls\VideoPlayerContainer.resx">
|
||||||
<DependentUpon>VideoPlayerContainer.cs</DependentUpon>
|
<DependentUpon>VideoPlayerContainer.cs</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
@ -997,6 +993,11 @@
|
|||||||
<PreBuildEvent>
|
<PreBuildEvent>
|
||||||
</PreBuildEvent>
|
</PreBuildEvent>
|
||||||
</PropertyGroup>
|
</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.
|
<!-- 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.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
|
Loading…
Reference in New Issue
Block a user