aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2022-04-06 13:08:06 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2022-04-06 11:22:30 +0000
commita210a8b381f8afd11ae0a8425c3746c310d79a73 (patch)
treea163b3acc655f05cd48d48df787ae8172a14eef7
parent3b64f1bc9b3b1ae0ace14ca8996a6cd6b7bb6449 (diff)
Fix Core not building in VS2017
Change-Id: I12c1070f029e0cd7ac2f3765a8c8ba31f9667ae2 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
-rw-r--r--QtVsTools.Core/QtVsTools.Core.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/QtVsTools.Core/QtVsTools.Core.csproj b/QtVsTools.Core/QtVsTools.Core.csproj
index b6d7aa75..32f4c5ab 100644
--- a/QtVsTools.Core/QtVsTools.Core.csproj
+++ b/QtVsTools.Core/QtVsTools.Core.csproj
@@ -75,6 +75,7 @@
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Windows.Forms" />
+ <Reference Include="WindowsBase" />
</ItemGroup>
<!--
/////////////////////////////////////////////////////////////////////////////////////////////////