From a110c5bfc136b2285dcc75294afc00ea5090b733 Mon Sep 17 00:00:00 2001 From: Miguel Costa Date: Fri, 15 Sep 2017 17:45:36 +0200 Subject: Fix error with "embedded interop type" after update of VS 2017 In the VS 2017 build, added a reference to: Microsoft.VisualStudio.Shell.Interop.15.3.DesignTime.dll After the update of Visual Studio to version 15.3.4, this assembly must be added as a reference, otherwise we get a few errors with: "Cannot find the interop type that matches the embedded interop type". Change-Id: If871da35eb6517b07b7cf23194fdf38dd8503bf4 Reviewed-by: Joerg Bornemann --- src/config/15.0/qtvstools.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/15.0/qtvstools.targets b/src/config/15.0/qtvstools.targets index 0f8c3049..9dad23f5 100644 --- a/src/config/15.0/qtvstools.targets +++ b/src/config/15.0/qtvstools.targets @@ -15,6 +15,7 @@ + -- cgit v1.2.3