mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 06:03:49 +01:00 
			
		
		
		
	Also upped version. The reason to change to 32 bit, is that * (i.e. any) can lead to a mix of 32 bit and 64 bit on 64 bit systems. That in turn can lead to reported SxS 78 errors.
		
			
				
	
	
		
			22 lines
		
	
	
		
			834 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			834 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='x86' publicKeyToken='6595b64144ccf1df' language='*' />
 | |
|     </dependentAssembly>
 | |
|   </dependency>
 | |
| </assembly> |