Files
aistudio-wpf-diagram/Directory.Build.Props

16 lines
489 B
Plaintext
Raw Normal View History

2022-10-28 22:45:39 +08:00
<Project>
2023-06-29 19:58:57 +08:00
<!-- Project properties -->
2023-07-29 09:45:50 +08:00
<PropertyGroup>
<TargetFrameworks>net461;net5.0-windows;net6.0-windows</TargetFrameworks>
</PropertyGroup>
2022-10-28 22:45:39 +08:00
2023-06-29 19:58:57 +08:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;CS1591;SA1652;WPF0041</NoWarn>
</PropertyGroup>
<!-- Add the references for all projects and targets -->
<ItemGroup>
<PackageReference Include="WpfAnalyzers" Version="3.5.*" PrivateAssets="All" />
</ItemGroup>
2022-10-28 22:45:39 +08:00
</Project>