mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
10 lines
No EOL
462 B
XML
10 lines
No EOL
462 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
|
|
<!-- Work around https://github.com/dotnet/runtime/issues/109682 -->
|
|
<CETCompat>false</CETCompat>
|
|
<!-- Since Flow.Launcher publish profiles are for win-x64 only -->
|
|
<!-- rutime identifier is set to it so that we do not need to remove unnecessary runtime files -->
|
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
</PropertyGroup>
|
|
</Project> |