mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
I'd wager that we should simply get rid of this and the similar pragma in AudacityApp.cpp.
23 lines
833 B
XML
23 lines
833 B
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="Audacity.Audacity.Audacity"
|
|
type="win32"
|
|
/>
|
|
<description>Audacity® Cross-Platform Sound 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>
|