From e9c6c13886dad8bceaa6ebd7f72052a383b64734 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Tue, 31 Aug 2021 22:48:07 -0700 Subject: [PATCH] msbuild: Move DivUtils to DolphinLib.props It was accidentally put into the main DolphinLib.vcxproj in #9566. --- Source/Core/DolphinLib.props | 2 ++ Source/Core/DolphinLib.vcxproj | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Source/Core/DolphinLib.props b/Source/Core/DolphinLib.props index c6a5cce260..02c58f2193 100644 --- a/Source/Core/DolphinLib.props +++ b/Source/Core/DolphinLib.props @@ -393,6 +393,7 @@ + @@ -977,6 +978,7 @@ + diff --git a/Source/Core/DolphinLib.vcxproj b/Source/Core/DolphinLib.vcxproj index 211b0a5423..5485304bdd 100644 --- a/Source/Core/DolphinLib.vcxproj +++ b/Source/Core/DolphinLib.vcxproj @@ -27,12 +27,6 @@ {41279555-f94f-4ebc-99de-af863c10c5c4} - - - - - - \ No newline at end of file