Skip to content

Commit

Permalink
chore: Added AccelerateBuildsInVisualStudio to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Sep 19, 2023
1 parent 3d3d425 commit 03cbb60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings/sln.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

<CheckEolTargetFramework Condition="'$(Configuration)' == 'Release'">false</CheckEolTargetFramework>
<SuppressTfmSupportBuildWarnings Condition="'$(Configuration)' == 'Release'">true</SuppressTfmSupportBuildWarnings>

<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 03cbb60

Please sign in to comment.