From 9a84fc5b470e0dd5d6381aa26cdfb1d9f4e6a409 Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Date: Tue, 17 Mar 2020 06:01:34 +0530 Subject: [PATCH] Minor changes in project files --- .../msi_to_msix_upgrade_lib/msi_to_msix_upgrade_lib.vcxproj | 4 ++-- .../launcher/Wox.Infrastructure/Wox.Infrastructure.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/msi_to_msix_upgrade_lib/msi_to_msix_upgrade_lib.vcxproj b/src/common/msi_to_msix_upgrade_lib/msi_to_msix_upgrade_lib.vcxproj index baa4a66427..767a9d12c0 100644 --- a/src/common/msi_to_msix_upgrade_lib/msi_to_msix_upgrade_lib.vcxproj +++ b/src/common/msi_to_msix_upgrade_lib/msi_to_msix_upgrade_lib.vcxproj @@ -87,7 +87,7 @@ Use - Level4 + Level3 true true true @@ -129,7 +129,7 @@ Use - Level4 + Level3 true _DEBUG;_LIB;%(PreprocessorDefinitions) true diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj index 158a6848a4..0b0a7db25c 100644 --- a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -107,8 +107,8 @@ - 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)"