Fixed missing update of Chinese language resource file...

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@360 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2011-03-05 07:47:46 +00:00
parent 69498a84ad
commit 25665a3365
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -1055,6 +1055,7 @@
<PropertyGroup>
<PostBuildEvent>COPY /Y /V "$(ProjectDir)Dlls\Hunspellx86.dll" "$(TargetDir)"
COPY /Y /V "$(ProjectDir)Dlls\Hunspellx64.dll" "$(TargetDir)"
COPY /Y /V "$(ProjectDir)Dlls\Interop.QuartzTypeLib.dll" "$(TargetDir)"
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.