2023-05-15 22:59:30 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-03-02 01:22:26 +00:00
|
|
|
|
2014-01-29 14:44:57 +00:00
|
|
|
<PropertyGroup>
|
2022-12-31 00:12:11 +00:00
|
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
2014-01-29 14:44:57 +00:00
|
|
|
<ProjectGuid>{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
2020-03-02 01:22:26 +00:00
|
|
|
<UseWpf>true</UseWpf>
|
2014-01-29 14:44:57 +00:00
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-04-21 09:12:17 +00:00
|
|
|
<RootNamespace>Flow.Launcher.Infrastructure</RootNamespace>
|
|
|
|
|
<AssemblyName>Flow.Launcher.Infrastructure</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>
|
2021-12-07 04:37:18 +00:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2014-01-29 14:44:57 +00:00
|
|
|
</PropertyGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
2014-01-29 14:44:57 +00:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2021-02-22 05:16:48 +00:00
|
|
|
<DebugType>portable</DebugType>
|
2014-01-29 14:44:57 +00:00
|
|
|
<Optimize>false</Optimize>
|
2014-03-17 13:49:54 +00:00
|
|
|
<OutputPath>..\Output\Debug\</OutputPath>
|
2014-01-29 14:44:57 +00:00
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-01-15 12:47:48 +00:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-01-29 14:44:57 +00:00
|
|
|
</PropertyGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
2014-01-29 14:44:57 +00:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2014-03-17 13:49:54 +00:00
|
|
|
<OutputPath>..\Output\Release\</OutputPath>
|
2014-01-29 14:44:57 +00:00
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-01-15 12:47:48 +00:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-01-29 14:44:57 +00:00
|
|
|
</PropertyGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
2024-12-10 12:44:28 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<AdditionalFiles Include="NativeMethods.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-04-01 11:20:33 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
|
2020-07-14 21:34:09 +00:00
|
|
|
<None Include="FodyWeavers.xml" />
|
2020-04-01 11:20:33 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2014-01-29 14:44:57 +00:00
|
|
|
<ItemGroup>
|
2020-04-21 09:12:17 +00:00
|
|
|
<ProjectReference Include="..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj">
|
2014-01-29 14:44:57 +00:00
|
|
|
<Project>{8451ecdd-2ea4-4966-bb0a-7bbc40138e80}</Project>
|
2020-04-21 09:12:17 +00:00
|
|
|
<Name>Flow.Launcher.Plugin</Name>
|
2014-01-29 14:44:57 +00:00
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
2015-11-07 03:03:54 +00:00
|
|
|
<ItemGroup>
|
2021-06-11 04:40:07 +00:00
|
|
|
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
|
2025-01-13 22:11:23 +00:00
|
|
|
<PackageReference Include="BitFaster.Caching" Version="2.5.3" />
|
2025-01-12 11:45:36 +00:00
|
|
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
2021-10-22 04:31:51 +00:00
|
|
|
<PackageReference Include="Fody" Version="6.5.5">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2025-03-09 03:19:20 +00:00
|
|
|
<PackageReference Include="MemoryPack" Version="1.21.4" />
|
2024-11-25 22:58:41 +00:00
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.12.19" />
|
2024-12-10 12:44:28 +00:00
|
|
|
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2021-06-11 13:39:12 +00:00
|
|
|
<PackageReference Include="NLog" Version="4.7.10" />
|
2025-04-30 02:45:18 +00:00
|
|
|
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
2025-04-09 08:15:37 +00:00
|
|
|
<PackageReference Include="SharpVectors.Wpf" Version="1.8.4.2" />
|
2022-12-05 22:07:54 +00:00
|
|
|
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
|
2021-08-24 23:16:48 +00:00
|
|
|
<!--ToolGood.Words.Pinyin v3.0.2.6 results in high memory usage when search with pinyin is enabled-->
|
|
|
|
|
<!--Bumping to it or higher needs to test and ensure this is no longer a problem-->
|
2021-08-19 03:20:40 +00:00
|
|
|
<PackageReference Include="ToolGood.Words.Pinyin" Version="3.0.1.4" />
|
2015-01-15 12:47:48 +00:00
|
|
|
</ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
|
|
|
|
2015-10-31 21:19:32 +00:00
|
|
|
</Project>
|