관리-도구
편집 파일: pretty_vcproj.pyc
� �Rac @ s d Z d Z d d l Z d d l Z d d l m Z d d l m Z e � Z d a d e f d � � YZ d e f d � � YZ d d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z e d k r e j e e j � � n d S( s� Make the format of a vcproj really pretty. This script normalize and sort an xml. It also fetches all the properties inside linked vsprops and include them explicitly in the vcproj. It outputs the resulting xml to stdout. s nsylvain (Nicolas Sylvain)i����N( t parse( t Nodet CmpTuplec B s e Z d Z d � Z RS( s! Compare function between 2 tuple.c C s t | d | d � S( Ni ( t cmp( t selft xt y( ( sk /opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/node_modules.bundled/node-gyp/gyp/tools/pretty_vcproj.pyt __call__ s ( t __name__t __module__t __doc__R ( ( ( sk /opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/node_modules.bundled/node-gyp/gyp/tools/pretty_vcproj.pyR s t CmpNodec B s e Z d Z d � Z RS( s% Compare function between 2 xml nodes.c C s"