From 58358cfd4709a27935c232f596ea1141f3e4d3ff Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Thu, 25 Feb 2021 23:46:55 -0500 Subject: [PATCH] mimidrv: Fix build on VS2019 Fix build on VS2019 by referencing `Microsoft.Cpp.Default.props` instead of `Microsoft.Cpp.props` --- mimidrv/mimidrv.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mimidrv/mimidrv.vcxproj b/mimidrv/mimidrv.vcxproj index da4a02ce..7fffe320 100644 --- a/mimidrv/mimidrv.vcxproj +++ b/mimidrv/mimidrv.vcxproj @@ -19,7 +19,7 @@ false v100 - + $(SolutionDir)$(Platform)\ $(Platform)\ @@ -60,4 +60,4 @@ - \ No newline at end of file +