| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python2.7/dist-packages/gyp/ |
Upload File : |
�
�n�Zc @ sg d Z d d l Z d d l j Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( s$ Visual Studio project reader/writer.i����Nt Toolc B s# e Z d Z d d � Z d � Z RS( s Visual Studio tool.c C s | p i | _ | | j d <d S( so Initializes the tool.
Args:
name: Tool name.
attrs: Dict of tool attributes; may be None.
t NameN( t _attrs( t selft namet attrs( ( s3 /usr/lib/python2.7/dist-packages/gyp/MSVSProject.pyt __init__ s c C s
d | j g S( s] Creates an element for the tool.
Returns:
A new xml.dom.Element for the tool.
R ( R ( R ( ( s3 /usr/lib/python2.7/dist-packages/gyp/MSVSProject.pyt _GetSpecification s N( t __name__t
__module__t __doc__t NoneR R ( ( ( s3 /usr/lib/python2.7/dist-packages/gyp/MSVSProject.pyR
s
t Filterc B s e Z d Z d d � Z RS( s1 Visual Studio filter - that is, a virtual folder.c C s"