2021-01-26 08:18:29 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
2020-03-03 00:48:07 +00:00
|
|
|
|
|
2015-04-21 00:32:10 +00:00
|
|
|
|
<PropertyGroup>
|
2020-09-20 07:14:47 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
2021-01-26 08:18:29 +00:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2015-04-21 00:32:10 +00:00
|
|
|
|
<ProjectGuid>{FDB3555B-58EF-4AE6-B5F1-904719637AB4}</ProjectGuid>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-04-21 09:12:17 +00:00
|
|
|
|
<RootNamespace>Flow.Launcher.Plugin.Program</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Flow.Launcher.Plugin.Program</AssemblyName>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
<UseWpf>true</UseWpf>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
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-04-21 00:32:10 +00:00
|
|
|
|
</PropertyGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
|
2015-04-21 00:32:10 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
2020-04-21 09:12:17 +00:00
|
|
|
|
<OutputPath>..\..\Output\Debug\Plugins\Flow.Launcher.Plugin.Program\</OutputPath>
|
2015-04-21 00:32:10 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
|
</PropertyGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
|
2015-04-21 00:32:10 +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.Program\</OutputPath>
|
2015-04-21 00:32:10 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
|
</PropertyGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="plugin.json">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2015-04-21 00:32:10 +00:00
|
|
|
|
<ItemGroup>
|
2016-08-18 00:16:40 +00:00
|
|
|
|
<Reference Include="AppxPackagingTlb">
|
|
|
|
|
|
<HintPath>.\AppxPackagingTlb.dll</HintPath>
|
|
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="ShObjIdlTlb">
|
|
|
|
|
|
<HintPath>.\ShObjIdlTlb.dll</HintPath>
|
|
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
|
|
</Reference>
|
2015-04-21 00:32:10 +00:00
|
|
|
|
</ItemGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
|
2015-04-21 00:32:10 +00:00
|
|
|
|
<ItemGroup>
|
2021-01-01 21:15:37 +00:00
|
|
|
|
<Content Include="Languages\*.xaml">
|
2015-04-21 00:32:10 +00:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2016-06-11 13:47:03 +00:00
|
|
|
|
</Content>
|
2021-01-02 01:57:13 +00:00
|
|
|
|
<Content Include="Images\*.png">
|
2016-06-13 21:24:23 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2015-04-21 00:32:10 +00:00
|
|
|
|
</ItemGroup>
|
2020-03-03 00:48:07 +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" />
|
2020-03-03 00:48:07 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2015-04-21 00:32:10 +00:00
|
|
|
|
<ItemGroup>
|
2021-01-26 08:18:29 +00:00
|
|
|
|
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.18362.2005" />
|
2020-03-03 00:48:07 +00:00
|
|
|
|
<PackageReference Include="System.Runtime" Version="4.3.1" />
|
2015-04-21 00:32:10 +00:00
|
|
|
|
</ItemGroup>
|
2020-05-01 14:40:12 +00:00
|
|
|
|
|
2015-11-04 16:40:10 +00:00
|
|
|
|
</Project>
|