1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 17:00:32 +08:00

Attempt to stabilise hot-reload

This commit is contained in:
Dan Balasescu
2025-05-30 12:58:42 +09:00
Unverified
parent d29ecbe76e
commit fedc416b17
+2
View File
@@ -3,6 +3,8 @@
<PropertyGroup Label="C#">
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<!-- Stabilises hot reload, see: https://platform.uno/docs/articles/studio/Hot%20Reload/hot-reload-overview.html?tabs=vswin%2Cwindows%2Cskia-desktop%2Ccommon-issues -->
<GenerateAssemblyInfo Condition="'$(Configuration)'=='Debug'">false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>$(MSBuildThisFileDirectory)app.manifest</ApplicationManifest>