From adf09d85af8dd68ffdf45f44003275397d099723 Mon Sep 17 00:00:00 2001 From: Satoshi Tanda Date: Thu, 5 Mar 2020 07:48:30 -0800 Subject: [PATCH] Minor project file adjustment --- Sources/MiniVisor.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/MiniVisor.vcxproj b/Sources/MiniVisor.vcxproj index 1181c99..9f97059 100644 --- a/Sources/MiniVisor.vcxproj +++ b/Sources/MiniVisor.vcxproj @@ -79,7 +79,7 @@ EFI Runtime true true - BaseDebugLibSerialPort.lib;BaseDebugPrintErrorLevelLib.lib;BaseIoLibIntrinsicSev.lib;BaseLib.lib;BaseMemoryLibOptDxe.lib;BasePrintLib.lib;BaseSynchronizationLib.lib;BaseTimerLibNullTemplate.lib;DxePcdLib.lib;UefiBootServicesTableLib.lib;UefiDevicePathLibDevicePathProtocol.lib;UefiDriverEntryPoint.lib;UefiLib.lib;UefiMemoryAllocationLib.lib;UefiRuntimeServicesTableLib.lib;MiniVisorDxe.lib;PcAtSerialPortLib.lib + BaseDebugPrintErrorLevelLib.lib;BaseLib.lib;BaseMemoryLibOptDxe.lib;BasePrintLib.lib;BaseSynchronizationLib.lib;BaseTimerLibNullTemplate.lib;DxePcdLib.lib;UefiBootServicesTableLib.lib;UefiDebugLibConOut.lib;UefiDevicePathLibDevicePathProtocol.lib;UefiDriverEntryPoint.lib;UefiLib.lib;UefiMemoryAllocationLib.lib;UefiRuntimeServicesTableLib.lib;MiniVisorDxe.lib _ModuleEntryPoint false false @@ -90,7 +90,7 @@ copy /y $(OutDir)$(TargetName)$(TargetExt) D:\ - Copy the build output to the USB drive. Useful for compile and test interation. + Coping the build output to the USB drive. This is useful for compile and test interation.