Suppress FLSG0007

This commit is contained in:
Jack251970 2025-08-19 14:27:45 +08:00
parent 922c3d5611
commit b07763ad05
3 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<NoWarn>FLSG0007</NoWarn>
</PropertyGroup>
<Target Name="RemoveUnnecessaryRuntimesAfterBuild" AfterTargets="Build">

View file

@ -33,6 +33,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<NoWarn>FLSG0007</NoWarn>
</PropertyGroup>
<ItemGroup>

View file

@ -19,6 +19,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\Output\Release\Plugins\Flow.Launcher.Plugin.Explorer</OutputPath>
<NoWarn>FLSG0007</NoWarn>
</PropertyGroup>
<ItemGroup>