2021-02-11 19:17:13 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-01-26 08:18:29 +00:00
|
|
|
|
|
2015-01-14 14:19:44 +00:00
|
|
|
|
<PropertyGroup>
|
2020-09-20 07:14:47 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
2022-12-31 00:12:11 +00:00
|
|
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
2015-01-14 14:19:44 +00:00
|
|
|
|
<ProjectGuid>{C21BFF9C-2C99-4B5F-B7C9-A5E6DDDB37B0}</ProjectGuid>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-04-21 09:12:17 +00:00
|
|
|
|
<RootNamespace>Flow.Launcher.Plugin.Shell</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Flow.Launcher.Plugin.Shell</AssemblyName>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
2022-08-16 22:46:23 +00:00
|
|
|
|
<UseWpf>true</UseWpf>
|
2020-09-20 07:14:47 +00:00
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
2015-01-14 14:19:44 +00:00
|
|
|
|
</PropertyGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
|
2015-01-14 14:19:44 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2021-02-22 05:16:48 +00:00
|
|
|
|
<DebugType>portable</DebugType>
|
2015-01-14 14:19:44 +00:00
|
|
|
|
<Optimize>false</Optimize>
|
2020-04-21 09:12:17 +00:00
|
|
|
|
<OutputPath>..\..\Output\Debug\Plugins\Flow.Launcher.Plugin.Shell\</OutputPath>
|
2015-01-14 14:19:44 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-01-15 12:47:48 +00:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-01-14 14:19:44 +00:00
|
|
|
|
</PropertyGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
|
2015-01-14 14:19:44 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
2020-04-21 09:12:17 +00:00
|
|
|
|
<OutputPath>..\..\Output\Release\Plugins\Flow.Launcher.Plugin.Shell\</OutputPath>
|
2015-01-14 14:19:44 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-01-15 12:47:48 +00:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-01-14 14:19:44 +00:00
|
|
|
|
</PropertyGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
|
2015-01-14 14:19:44 +00:00
|
|
|
|
<ItemGroup>
|
2020-04-21 09:12:17 +00:00
|
|
|
|
<ProjectReference Include="..\..\Flow.Launcher.Infrastructure\Flow.Launcher.Infrastructure.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
|
2015-01-14 14:19:44 +00:00
|
|
|
|
</ItemGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
|
2015-01-14 14:19:44 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="plugin.json">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
|
2015-01-14 14:19:44 +00:00
|
|
|
|
<ItemGroup>
|
2021-01-01 21:15:37 +00:00
|
|
|
|
<Content Include="Languages\*.xaml">
|
2016-06-13 21:24:23 +00:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2021-01-02 01:57:13 +00:00
|
|
|
|
<Content Include="Images\*.png">
|
2019-10-07 15:08:06 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2016-05-19 22:44:08 +00:00
|
|
|
|
</ItemGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-08-08 21:55:04 +00:00
|
|
|
|
<PackageReference Include="InputSimulator" Version="1.0.4" NoWarn="NU1701" />
|
2020-03-03 00:48:07 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2015-11-07 03:03:54 +00:00
|
|
|
|
</Project>
|