mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 15:20:44 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
	
		
			554 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			554 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | <?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> |