This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In FindExt, use File::Find instead of shelling out to a dir command.
[perl5.git] / win32 / perlexe.manifest
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3     <assemblyIdentity version="0.0.0.0" name="Perl" type="Win32" />
4     <description>Perl</description>
5     <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
6         <security>
7             <requestedPrivileges>
8                 <requestedExecutionLevel level="asInvoker" uiAccess="false" />
9             </requestedPrivileges>
10         </security>
11     </trustInfo>
12     <dependency>
13         <dependentAssembly>
14             <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
15                               processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
16         </dependentAssembly>
17     </dependency>
18 </assembly>