mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Add `publicKeyToken` attribute back to `Tenacity.exe.manifest`. Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org> Reference-to: https://github.com/tenacityteam/tenacity/pull/475 Reference-to: 20ee9a6c57a54b24befe0f03fedefc040c160b70
28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
|
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
|
|
<assemblyIdentity
|
|
version="2.3.0.0"
|
|
processorArchitecture="x86"
|
|
name="Tenacity.Tenacity.Tenacity"
|
|
type="win32"
|
|
/>
|
|
<asmv3:application>
|
|
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
|
|
<dpiAwareness>PerMonitorV2, unaware</dpiAwareness>
|
|
</asmv3:windowsSettings>
|
|
</asmv3:application>
|
|
<description>Tenacity Audio Editor</description>
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
<security>
|
|
<requestedPrivileges>
|
|
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
|
|
</requestedPrivileges>
|
|
</security>
|
|
</trustInfo>
|
|
<dependency>
|
|
<dependentAssembly>
|
|
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*' />
|
|
</dependentAssembly>
|
|
</dependency>
|
|
</assembly>
|