2021-02-11 19:17:13 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2014-01-29 14:44:57 +00:00
|
|
|
|
<PropertyGroup>
|
2021-11-09 13:13:29 +00:00
|
|
|
|
<TargetFramework>net6.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
|
|
|
|
|
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" />
|
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>
|
2022-10-12 20:32:57 +00:00
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.3.44" />
|
2021-06-11 13:39:12 +00:00
|
|
|
|
<PackageReference Include="NLog" Version="4.7.10" />
|
|
|
|
|
|
<PackageReference Include="NLog.Schema" Version="4.7.10" />
|
2021-08-13 23:12:22 +00:00
|
|
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="4.13.0" />
|
2021-10-22 04:31:51 +00:00
|
|
|
|
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
|
2022-11-10 19:28:49 +00:00
|
|
|
|
<PackageReference Include="System.Drawing.Common" Version="5.0.3" />
|
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>
|