One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
gyp
/
__pycache__
/
View File Name :
MSVSNew.cpython-310.pyc
o p.ap0 � @ s� d Z ddlZddlZddlZddlZz ddlZejZW n e y+ ddlZej ZY nw ze W n ey= dd� ZY nw e� � ddd�Zdd d �ZG dd� de�ZG d d� de�ZG dd� de�ZG dd� de�ZdS )z7New implementation of Visual Studio project generation.� Nc C s | |k| |k S �N� )�a�br r �-/usr/lib/python3/dist-packages/gyp/MSVSNew.py�cmp s r z&{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}z&{2150E333-8FDC-42A3-9474-1A3956D46DE8})�project�folder�msvs_newc C s� t |�t | � }|�d�}t|��� �� }d|dd� d |dd� d |dd� d |dd� d |dd � d }|S )a# Returns a GUID for the specified target name. Args: name: Target name. seed: Seed for MD5 hash. Returns: A GUID-line string calculated from the name and seed. This generates something which looks like a GUID, but depends only on the name and seed. This means the same name/seed will always generate the same GUID, so that projects and solutions which refer to each other can explicitly determine the GUID to refer to explicitly. It also means that the GUID will not change when the project for a target is rebuilt. zutf-8�{N� �-� � � � �})�str�encode�_new_md5� hexdigest�upper)�name�seed�to_hash�d�guidr r r �MakeGuid- s >� ��r c @ s e Zd Zdd� Zdd� ZdS )�MSVSSolutionEntryc C s t | j| �� f|j|�� f�S r )r r �get_guid��self�otherr r r �__cmp__J s zMSVSSolutionEntry.__cmp__c C s | j | �� f|j |�� fk S r )r r r r r r �__lt__N s zMSVSSolutionEntry.__lt__N)�__name__� __module__�__qualname__r# r$ r r r r r I s r c @ s&