File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 11
11
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
12
12
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
13
13
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
14
+ <UseWindowsForms >true</UseWindowsForms >
14
15
</PropertyGroup >
15
16
16
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
64
65
<Compile Remove =" Bookmark.cs" />
65
66
</ItemGroup >
66
67
67
- <ItemGroup >
68
- <Reference Include =" System.Windows.Forms" >
69
- <HintPath >..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Windows.Forms.dll</HintPath >
70
- </Reference >
71
- </ItemGroup >
72
-
73
68
<Target Name =" CopyDLLs" AfterTargets =" Build" >
74
69
<Message Text =" Executing CopyDLLs task" Importance =" High" />
75
70
<Copy SourceFiles =" $(TargetDir)\runtimes\win-x64\native\SQLite.Interop.dll" DestinationFolder =" $(TargetDir)\x64" />
You can’t perform that action at this time.
0 commit comments