mirror of https://github.com/ppy/osu
Remove unnecessary `<dependentAssembly>`
osu! was working fine without this.
This commit is contained in:
parent
e505e71d07
commit
909edefa20
12
app.manifest
12
app.manifest
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue