Minor changes in project files

This commit is contained in:
Alekhya Reddy
2020-03-17 06:01:34 +05:30
parent 248a689de2
commit 9a84fc5b47
2 changed files with 4 additions and 4 deletions

View File

@@ -107,8 +107,8 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
xcopy /Y $(PkgPinyin4DotNet)\pinyindb\unicode_to_hanyu_pinyin.txt $(TargetDir)pinyindb\
xcopy /Y $(PkgNLog_Schema)\content\NLog.xsd $(TargetDir)
xcopy /Y "$(PkgPinyin4DotNet)\pinyindb\unicode_to_hanyu_pinyin.txt" "$(TargetDir)pinyindb\"
xcopy /Y "$(PkgNLog_Schema)\content\NLog.xsd" "$(TargetDir)"
</PreBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.