2025-08-31 07:53:21 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-05-11 13:15:15 +00:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Library</OutputType>
|
2025-02-26 14:37:41 +00:00
|
|
|
<TargetFramework>net9.0-windows</TargetFramework>
|
2020-05-11 13:15:15 +00:00
|
|
|
<UseWPF>true</UseWPF>
|
2020-06-06 12:13:22 +00:00
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
2020-09-20 07:14:47 +00:00
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
2020-05-18 13:38:03 +00:00
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
2021-01-05 01:45:31 +00:00
|
|
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
2026-01-31 15:09:41 +00:00
|
|
|
<Nullable>enable</Nullable>
|
2020-05-11 13:15:15 +00:00
|
|
|
<ApplicationIcon />
|
|
|
|
|
<StartupObject />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
2020-05-18 13:38:03 +00:00
|
|
|
<OutputPath>..\..\Output\Debug\Plugins\Flow.Launcher.Plugin.Explorer</OutputPath>
|
2020-05-11 13:15:15 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
2020-05-18 13:38:03 +00:00
|
|
|
<OutputPath>..\..\Output\Release\Plugins\Flow.Launcher.Plugin.Explorer</OutputPath>
|
2025-09-21 12:23:00 +00:00
|
|
|
<NoWarn>$(NoWarn);FLSG0007</NoWarn>
|
2020-05-11 13:15:15 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2020-05-18 13:38:03 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="plugin.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2022-11-04 06:06:43 +00:00
|
|
|
<None Update="EverythingSDK\x64\Everything.dll">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="EverythingSDK\x86\Everything.dll">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2020-05-18 13:38:03 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-05-18 14:07:17 +00:00
|
|
|
<ItemGroup>
|
2021-01-02 01:57:13 +00:00
|
|
|
<Content Include="Images\*.png">
|
2020-05-19 08:46:42 +00:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2021-01-01 21:15:37 +00:00
|
|
|
<Content Include="Languages\*.xaml">
|
2020-06-08 10:31:48 +00:00
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2020-05-18 14:07:17 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-05-11 20:50:17 +00:00
|
|
|
<ItemGroup>
|
2026-01-26 23:30:33 +00:00
|
|
|
<PackageReference Include="Avalonia" Version="11.2.3" />
|
|
|
|
|
<PackageReference Include="FluentAvaloniaUI" Version="2.2.0" />
|
2025-04-15 05:18:06 +00:00
|
|
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
2025-06-07 07:55:53 +00:00
|
|
|
<PackageReference Include="Droplex" Version="1.7.0" />
|
2025-10-14 10:49:29 +00:00
|
|
|
<PackageReference Include="Flow.Launcher.Localization" Version="0.0.6" />
|
2025-09-21 12:23:00 +00:00
|
|
|
<PackageReference Include="System.Data.OleDb" Version="9.0.9" />
|
2025-07-19 12:26:33 +00:00
|
|
|
<PackageReference Include="System.Linq.Async" Version="6.0.3" />
|
2020-05-11 20:50:17 +00:00
|
|
|
<PackageReference Include="tlbimp-Microsoft.Search.Interop" Version="1.0.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-05-11 13:15:15 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
|
|
|
|
|
</ItemGroup>
|
2026-01-26 23:30:33 +00:00
|
|
|
|
|
|
|
|
<!-- Copy plugin output to Avalonia build directory -->
|
|
|
|
|
<Target Name="CopyToAvaloniaOutput" AfterTargets="Build">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AvaloniaPluginDir>..\..\Output\$(Configuration)\Avalonia\Plugins\$(AssemblyName)\</AvaloniaPluginDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PluginFiles Include="$(OutputPath)**\*.*" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Copy SourceFiles="@(PluginFiles)" DestinationFolder="$(AvaloniaPluginDir)%(RecursiveDir)" SkipUnchangedFiles="true" />
|
|
|
|
|
</Target>
|
|
|
|
|
|
2020-05-11 13:15:15 +00:00
|
|
|
</Project>
|