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.