mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 12:42:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			554 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			554 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | |
| <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 | |
|     <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="hello" type="win32"/> 
 | |
|     <description>Hello World</description> 
 | |
|     <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
 | |
|         <security>
 | |
|             <requestedPrivileges>
 | |
|                 <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
 | |
|             </requestedPrivileges>
 | |
|         </security>
 | |
|     </trustInfo>
 | |
| </assembly>
 | 
