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 +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 428428 <PropertyGroup >
429429 <UseCodebase >true</UseCodebase >
430430 </PropertyGroup >
431+ <ItemGroup >
432+ <!-- Include a reference to this package so that x86|x64\e_sqlite3.dll are copied to the output directory -->
433+ <PackageReference Include =" SQLitePCLRaw.bundle_e_sqlite3" >
434+ <Version >1.1.11</Version >
435+ </PackageReference >
436+ </ItemGroup >
431437 <!-- Include required NuGet dependencies-->
432438 <Target Name =" IncludeNuGetPackageReferences" AfterTargets =" GetVsixSourceItems" >
433439 <ItemGroup >
434440 <VSIXSourceItem Include =" @(ReferenceCopyLocalPaths)" Condition =" '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'System.ValueTuple'" />
435441 <VSIXSourceItem Include =" @(ReferenceCopyLocalPaths)" Condition =" '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'Newtonsoft.Json'" />
442+ <VSIXSourceItem VSIXSubPath =" x86" Include =" @(Content)" Condition =" '%(Content.Link)' == 'x86\e_sqlite3.dll'" />
443+ <VSIXSourceItem VSIXSubPath =" x64" Include =" @(Content)" Condition =" '%(Content.Link)' == 'x64\e_sqlite3.dll'" />
436444 </ItemGroup >
437445 </Target >
438446 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
You can’t perform that action at this time.
0 commit comments