Flow.Launcher/Directory.Build.props

7 lines
236 B
Text
Raw Normal View History

<Project>
<PropertyGroup>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
2025-10-15 04:24:36 +00:00
<!-- Workaround https://github.com/dotnet/runtime/issues/109682 -->
2025-08-05 07:15:11 +00:00
<CETCompat>false</CETCompat>
</PropertyGroup>
</Project>