2025-09-16 04:03:15 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2014-12-26 11:36:43 +00:00
|
|
|
|
<PropertyGroup>
|
2025-02-26 14:37:41 +00:00
|
|
|
|
<TargetFramework>net9.0-windows</TargetFramework>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
<UseWpf>true</UseWpf>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
2014-12-26 11:36:43 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-04-21 09:12:17 +00:00
|
|
|
|
<RootNamespace>Flow.Launcher.Core</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Flow.Launcher.Core</AssemblyName>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
2020-04-01 11:20:33 +00:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2020-05-02 16:52:41 +00:00
|
|
|
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
2025-02-28 08:23:45 +00:00
|
|
|
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
2014-12-26 11:36:43 +00:00
|
|
|
|
</PropertyGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2014-12-26 11:36:43 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2021-02-22 05:16:48 +00:00
|
|
|
|
<DebugType>portable</DebugType>
|
2014-12-26 11:36:43 +00:00
|
|
|
|
<Optimize>false</Optimize>
|
2014-12-26 14:51:04 +00:00
|
|
|
|
<OutputPath>..\Output\Debug\</OutputPath>
|
2014-12-26 11:36:43 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-01-15 12:47:48 +00:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-12-26 11:36:43 +00:00
|
|
|
|
</PropertyGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2014-12-26 11:36:43 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
2015-11-11 00:42:34 +00:00
|
|
|
|
<OutputPath>..\Output\Release\</OutputPath>
|
2014-12-26 11:36:43 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-01-15 12:47:48 +00:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2025-09-23 09:14:30 +00:00
|
|
|
|
<NoWarn>$(NoWarn);FLSG0007</NoWarn>
|
2014-12-26 11:36:43 +00:00
|
|
|
|
</PropertyGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2014-12-26 11:36:43 +00:00
|
|
|
|
<ItemGroup>
|
2015-01-03 07:20:34 +00:00
|
|
|
|
<None Include="Plugin\README.md" />
|
2014-12-29 13:55:27 +00:00
|
|
|
|
<None Include="README.md" />
|
2014-12-26 11:36:43 +00:00
|
|
|
|
</ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2014-12-26 11:36:43 +00:00
|
|
|
|
<ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
<None Remove="FodyWeavers.xml" />
|
2020-04-01 11:20:33 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
|
2014-12-26 11:36:43 +00:00
|
|
|
|
</ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2016-05-21 18:25:28 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="FodyWeavers.xml" />
|
|
|
|
|
|
</ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2020-01-14 19:10:54 +00:00
|
|
|
|
<ItemGroup>
|
2023-08-03 11:16:58 +00:00
|
|
|
|
<PackageReference Include="Droplex" Version="1.7.0" />
|
2025-09-23 09:14:30 +00:00
|
|
|
|
<PackageReference Include="Flow.Launcher.Localization" Version="0.0.6" />
|
2025-08-17 08:54:41 +00:00
|
|
|
|
<PackageReference Include="FSharp.Core" Version="9.0.303" />
|
2025-09-16 04:03:15 +00:00
|
|
|
|
<PackageReference Include="Meziantou.Framework.Win32.Jobs" Version="3.4.5" />
|
2024-06-17 22:38:11 +00:00
|
|
|
|
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
|
2025-07-16 18:52:42 +00:00
|
|
|
|
<PackageReference Include="SemanticVersioning" Version="3.0.0" />
|
2025-09-16 04:03:15 +00:00
|
|
|
|
<!-- Do not upgrade this to higher version since higher version removes UpdateManager instance -->
|
|
|
|
|
|
<PackageReference Include="squirrel.windows" Version="1.9.0" NoWarn="NU1701" />
|
2025-07-19 12:26:33 +00:00
|
|
|
|
<PackageReference Include="StreamJsonRpc" Version="2.22.11" />
|
2020-03-02 01:22:26 +00:00
|
|
|
|
</ItemGroup>
|
2025-09-23 09:14:30 +00:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<FLLUseDependencyInjection>true</FLLUseDependencyInjection>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<AdditionalFiles Remove="Languages\en.xaml" />
|
|
|
|
|
|
<AdditionalFiles Include="..\Flow.Launcher\Languages\en.xaml">
|
|
|
|
|
|
<Link>Languages\en.xaml</Link>
|
|
|
|
|
|
</AdditionalFiles>
|
|
|
|
|
|
</ItemGroup>
|
2020-03-02 01:22:26 +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-01-14 19:10:54 +00:00
|
|
|
|
</ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2015-11-01 17:25:44 +00:00
|
|
|
|
</Project>
|