This commit is contained in:
Shawn Yuan (from Dev Box)
2025-12-18 16:46:44 +08:00
parent d245e904d7
commit f74a2c7a5d

View File

@@ -26,6 +26,10 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition="'$(IsCompatibilityTest)' == 'true' and '$(MSBuildProjectExtension)' == '.csproj'">
<NoWarn>$(NoWarn);CS8305</NoWarn>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>PowerToys.Root.Props</_PropertySheetDisplayName>
<ForceImportBeforeCppProps>$(MsbuildThisFileDirectory)\Cpp.Build.props</ForceImportBeforeCppProps>