Skip to content

Commit

Permalink
disable cs winrt aot optimizer in debug to improve the performance of…
Browse files Browse the repository at this point in the history
… vs2022
  • Loading branch information
Scighost committed Jan 2, 2025
1 parent 74d7db1 commit 1926d6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Starward/Starward.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<ApplicationIcon>logo.ico</ApplicationIcon>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<JsonSerializerIsReflectionEnabledByDefault>true</JsonSerializerIsReflectionEnabledByDefault>
<CsWinRTAotOptimizerEnabled Condition="'$(Configuration)' == 'Debug'">false</CsWinRTAotOptimizerEnabled>
<CsWinRTAotOptimizerEnabled Condition="'$(Configuration)' != 'Debug'">true</CsWinRTAotOptimizerEnabled>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1926d6d

Please sign in to comment.