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:
XhmikosR 2010-12-26 15:18:42 +00:00
parent 33ef192b26
commit 0fcbbcf3f3
3 changed files with 7 additions and 6 deletions

View File

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