Remove unnecessary `<dependentAssembly>`

osu! was working fine without this.
This commit is contained in:
Susko3 2023-06-30 21:41:18 +02:00
parent e505e71d07
commit 909edefa20
1 changed files with 0 additions and 12 deletions

View File

@ -32,16 +32,4 @@
<dpiAware>true</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</asmv1:assembly>