Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
Python-3.10.14 /
PC /
layout /
support /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.py
0
B
-rw-r--r--
2024-03-19 22:46
appxmanifest.py
17.49
KB
-rw-r--r--
2024-03-19 22:46
catalog.py
834
B
-rw-r--r--
2024-03-19 22:46
constants.py
1.08
KB
-rw-r--r--
2024-03-19 22:46
filesets.py
2.56
KB
-rw-r--r--
2024-03-19 22:46
logging.py
1.93
KB
-rw-r--r--
2024-03-19 22:46
nuspec.py
2.39
KB
-rw-r--r--
2024-03-19 22:46
options.py
3.27
KB
-rw-r--r--
2024-03-19 22:46
pip.py
2.19
KB
-rw-r--r--
2024-03-19 22:46
props.py
4.14
KB
-rw-r--r--
2024-03-19 22:46
python.props
3.06
KB
-rw-r--r--
2024-03-19 22:46
Save
Rename
<?xml version="1.0" encoding="utf-8"?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="$(Platform) == '$$PYTHON_PLATFORM$$'"> <PythonHome>$(MSBuildThisFileDirectory)\..\..\tools</PythonHome> <PythonInclude>$(PythonHome)\include</PythonInclude> <PythonLibs>$(PythonHome)\libs</PythonLibs> <PythonTag>$$PYTHON_TAG$$</PythonTag> <PythonVersion>$$PYTHON_VERSION$$</PythonVersion> <IncludePythonExe Condition="$(IncludePythonExe) == ''">true</IncludePythonExe> <IncludeDistutils Condition="$(IncludeDistutils) == ''">false</IncludeDistutils> <IncludeLib2To3 Condition="$(IncludeLib2To3) == ''">false</IncludeLib2To3> <IncludeVEnv Condition="$(IncludeVEnv) == ''">false</IncludeVEnv> <GetPythonRuntimeFilesDependsOn>$$PYTHON_TARGET$$;$(GetPythonRuntimeFilesDependsOn)</GetPythonRuntimeFilesDependsOn> </PropertyGroup> <ItemDefinitionGroup Condition="$(Platform) == '$$PYTHON_PLATFORM$$'"> <ClCompile> <AdditionalIncludeDirectories>$(PythonInclude);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> </ClCompile> <Link> <AdditionalLibraryDirectories>$(PythonLibs);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> </Link> </ItemDefinitionGroup> <Target Name="GetPythonRuntimeFiles" Returns="@(PythonRuntime)" DependsOnTargets="$(GetPythonRuntimeFilesDependsOn)" /> <Target Name="$$PYTHON_TARGET$$" Returns="@(PythonRuntime)"> <ItemGroup> <_PythonRuntimeExe Include="$(PythonHome)\python*.dll" /> <_PythonRuntimeExe Include="$(PythonHome)\vcruntime140.dll" /> <_PythonRuntimeExe Include="$(PythonHome)\python*.exe" Condition="$(IncludePythonExe) == 'true'" /> <_PythonRuntimeExe> <Link>%(Filename)%(Extension)</Link> </_PythonRuntimeExe> <_PythonRuntimeDlls Include="$(PythonHome)\DLLs\*.pyd" /> <_PythonRuntimeDlls Include="$(PythonHome)\DLLs\*.dll" /> <_PythonRuntimeDlls> <Link>DLLs\%(Filename)%(Extension)</Link> </_PythonRuntimeDlls> <_PythonRuntimeLib Include="$(PythonHome)\Lib\**\*" Exclude="$(PythonHome)\Lib\**\*.pyc;$(PythonHome)\Lib\site-packages\**\*" /> <_PythonRuntimeLib Remove="$(PythonHome)\Lib\distutils\**\*" Condition="$(IncludeDistutils) != 'true'" /> <_PythonRuntimeLib Remove="$(PythonHome)\Lib\lib2to3\**\*" Condition="$(IncludeLib2To3) != 'true'" /> <_PythonRuntimeLib Remove="$(PythonHome)\Lib\ensurepip\**\*" Condition="$(IncludeVEnv) != 'true'" /> <_PythonRuntimeLib Remove="$(PythonHome)\Lib\venv\**\*" Condition="$(IncludeVEnv) != 'true'" /> <_PythonRuntimeLib> <Link>Lib\%(RecursiveDir)%(Filename)%(Extension)</Link> </_PythonRuntimeLib> <PythonRuntime Include="@(_PythonRuntimeExe);@(_PythonRuntimeDlls);@(_PythonRuntimeLib)" /> </ItemGroup> <Message Importance="low" Text="Collected Python runtime from $(PythonHome):%0D%0A@(PythonRuntime->' %(Link)','%0D%0A')" /> </Target> </Project>