← Back to team overview

bzr-windows team mailing list archive

Re: python 2.6 + msvc2008express + manifest files for pyd

 

Alexander Belchenko пишет:
While building C extensions I've noticed that msvc has created manifest file for every pyd file, see attached one of them.

Now actually attached.

--
All the dude wanted was his rug back
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel level='asInvoker' uiAccess='false' />
      </requestedPrivileges>
    </security>
  </trustInfo>
  <dependency>
    
  </dependency>
</assembly>

Follow ups

References