This commit is contained in:
melekhin
2026-06-05 12:13:35 +07:00
parent 96bbbbd292
commit 4ff3cc7042
30 changed files with 1875 additions and 1478 deletions

View File

@@ -4,14 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;IDE0079;MVVMTK0034</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;IDE0079;MVVMTK0034</NoWarn>
<NoWarn>1701;1702;IDE0079;MVVMTK0034;IDE0130</NoWarn>
</PropertyGroup>
<ItemGroup>