Files
tixl3d--tixl/Directory.Build.props
2026-07-13 13:15:05 +08:00

9 lines
478 B
XML

<!-- SolutionRoot\Directory.Build.props -->
<Project>
<PropertyGroup>
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
<!-- NU1603: transitive package version resolved to higher version (harmless) -->
<!-- NU1901/NU1902/NU1903: vulnerability warnings in transitive System.Security.Cryptography.Xml 10.0.0 (ships with Windows desktop SDK, no fixed version available) -->
<NoWarn>$(NoWarn);NU1603;NU1901;NU1902;NU1903</NoWarn>
</PropertyGroup>
</Project>