microsoft / VSProjectSystem

Documentation for extending Visual Studio with new types of projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft.VSSDK.BuildTools doesn't suppres sqlite's libraries

GeorgeAlexandria opened this issue · comments

Hi,

As I know, the last versions of Visual Studio 2017 and 2019 contains SQLitePCLRaw* and e_sqlite3 libraries, because the Microsoft.CodeAnalysis.Workspace.Common have been using they since v2.9.0, but the last version of Microsoft.VSSDK.BuildTools doesn't suppress this libraries from VSIX container in the Microsoft.VsSDK.targets.

Why it doesn't suppres them? Did I miss something?

Any suggestions would be grateful.