From 6e83e36bebd1072a2f9d70d3dda2965ac3429ed9 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Thu, 7 Apr 2022 11:37:12 -0700 Subject: [PATCH] msbuild: Move WGInput to DolphinLib.props It was accidentally put into the main DolphinLib.vcxproj in #7614. --- 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 35600d430b..3523d286c0 100644 --- a/Source/Core/DolphinLib.props +++ b/Source/Core/DolphinLib.props @@ -483,6 +483,7 @@ + @@ -1071,6 +1072,7 @@ + diff --git a/Source/Core/DolphinLib.vcxproj b/Source/Core/DolphinLib.vcxproj index 190d0b60eb..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