Skip to content

Commit b2b22dc

Browse files
committed
Fix UseWindowsForms in csproj
1 parent c240f1e commit b2b22dc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1313
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
14+
<UseWindowsForms>true</UseWindowsForms>
1415
</PropertyGroup>
1516

1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -64,12 +65,6 @@
6465
<Compile Remove="Bookmark.cs" />
6566
</ItemGroup>
6667

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-
7368
<Target Name="CopyDLLs" AfterTargets="Build">
7469
<Message Text="Executing CopyDLLs task" Importance="High" />
7570
<Copy SourceFiles="$(TargetDir)\runtimes\win-x64\native\SQLite.Interop.dll" DestinationFolder="$(TargetDir)\x64" />

0 commit comments

Comments
 (0)