File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Library</OutputType >
5
5
<TargetFramework >net6.0-windows</TargetFramework >
6
+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
6
7
<UseWPF >true</UseWPF >
7
8
<ProjectGuid >{9B130CC5-14FB-41FF-B310-0A95B6894C37}</ProjectGuid >
8
9
<AppDesignerFolder >Properties</AppDesignerFolder >
64
65
<Compile Remove =" Bookmark.cs" />
65
66
</ItemGroup >
66
67
67
- <Target Name =" CopyDLLs" AfterTargets =" Build" >
68
- <Message Text =" Executing CopyDLLs task" Importance =" High" />
69
- <Copy
70
- SourceFiles =" $(TargetDir)\runtimes\win-x64\native\SQLite.Interop.dll"
71
- DestinationFolder =" $(TargetDir)\x64" />
72
- <Copy
73
- SourceFiles =" $(TargetDir)\runtimes\win-x86\native\SQLite.Interop.dll"
74
- DestinationFolder =" $(TargetDir)\x86" />
75
- </Target >
76
-
77
- <Target Name =" DeleteRuntimesFolder" AfterTargets =" CopyDLLs" >
78
- <Message Text =" Deleting runtimes folder" Importance =" High" />
79
- <Delete Files =" $(TargetDir)\runtimes" />
80
- </Target >
81
-
82
68
</Project >
You can’t perform that action at this time.
0 commit comments