Skip to content

Commit

Permalink
Supressed WMC1506 Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicPredator committed Aug 3, 2023
1 parent 3eb521c commit d71de59
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/AniMoe.App/AniMoe.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,21 +118,28 @@
<PropertyGroup Condition="'$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'">
<HasPackageAndPublishMenu>true</HasPackageAndPublishMenu>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<NoWarn>WMC1506</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<DefineConstants></DefineConstants>
<NoWarn>WMC1506</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LayoutDir>B:\DotnetApps\AniMoe\src\AniMoe.App\bin\x64\Debug\net7.0-windows10.0.19041.0\win10-x64\AppX</LayoutDir>
<NoWarn>WMC1506</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DefineConstants></DefineConstants>
<NoWarn>WMC1506</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<DefineConstants></DefineConstants>
<NoWarn>WMC1506</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<DefineConstants></DefineConstants>
<NoWarn>WMC1506</NoWarn>
</PropertyGroup>
<ItemGroup>
<PRIResource Remove="Constants\**" />
Expand Down

0 comments on commit d71de59

Please sign in to comment.