-
Notifications
You must be signed in to change notification settings - Fork 2
/
Flow.Launcher.Plugin.ClipboardHistory.csproj
30 lines (25 loc) · 1.22 KB
/
Flow.Launcher.Plugin.ClipboardHistory.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>Flow.Launcher.Plugin.ClipboardHistory</AssemblyName>
<PackageId>Flow.Launcher.Plugin.ClipboardHistory</PackageId>
<Authors>Xenolphthalein</Authors>
<PackageProjectUrl>https://github.com/Xenolphthalein/Flow.Launcher.Plugin.ClipboardHistory</PackageProjectUrl>
<RepositoryUrl>https://github.com/Xenolphthalein/Flow.Launcher.Plugin.ClipboardHistory</RepositoryUrl>
<PackageTags>flow-launcher flow-plugin</PackageTags>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\Flow.Launcher.Plugin.ClipboardHistory.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Content Include="plugin.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Flow.Launcher.Plugin" Version="1.3.0" />
<PackageReference Include="InputSimulatorCore" Version="1.0.5" />
</ItemGroup>
</Project>