File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 63
63
<PackageReference Include =" Microsoft.Data.Sqlite" Version =" 7.0.10" />
64
64
</ItemGroup >
65
65
66
- <!-- <Target Name="CopyDLLs" AfterTargets="Build">
67
- <Message Text="Executing CopyDLLs task" Importance="High" />
68
- <Copy SourceFiles="$(TargetDir)\runtimes\win-x64\native\SQLite.Interop.dll" DestinationFolder="$(TargetDir)\x64" />
69
- <Copy SourceFiles="$(TargetDir)\runtimes\win-x86\native\SQLite.Interop.dll" DestinationFolder="$(TargetDir)\x86" />
70
- </Target>
71
-
72
- <Target Name="DeleteRuntimesFolder" AfterTargets="CopyDLLs">
73
- <Message Text="Deleting runtimes folder" Importance="High" />
74
- <RemoveDir Directories="$(TargetDir)\runtimes" />
75
- </Target>-->
76
-
77
66
</Project >
You can’t perform that action at this time.
0 commit comments