This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 425425 <PackageReference Include =" Microsoft.VSSDK.VsixSignTool" >
426426 <Version >14.1.24720</Version >
427427 </PackageReference >
428- <!-- Ensure e_sqlite.dll is included in .vsix when built using Visual Studio -->
429- <PackageReference Include =" SQLitePCL.raw_basic" >
430- <Version >0.7.3-vs2012</Version >
431- </PackageReference >
432428 </ItemGroup >
433429 <PropertyGroup >
434430 <UseCodebase >true</UseCodebase >
438434 <ItemGroup >
439435 <VSIXSourceItem Include =" @(ReferenceCopyLocalPaths)" Condition =" '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'System.ValueTuple'" />
440436 <VSIXSourceItem Include =" @(ReferenceCopyLocalPaths)" Condition =" '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'Newtonsoft.Json'" />
437+ <VSIXSourceItem VSIXSubPath =" x86" Include =" @(Content)" Condition =" '%(Content.Link)' == 'x86\e_sqlite3.dll'" />
438+ <VSIXSourceItem VSIXSubPath =" x64" Include =" @(Content)" Condition =" '%(Content.Link)' == 'x64\e_sqlite3.dll'" />
441439 </ItemGroup >
442440 </Target >
443441 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
You can’t perform that action at this time.
0 commit comments