????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 216.73.216.170 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/home/b8009/Python-3.6.3/Tools/msi/exe/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectGuid>{6BD53305-B03E-49DC-85FB-5551B8CCC843}</ProjectGuid> <SchemaVersion>2.0</SchemaVersion> <OutputName>exe</OutputName> <OutputType>Package</OutputType> </PropertyGroup> <PropertyGroup> <!-- Shortcut validation is not necessary --> <SuppressICEs>ICE43</SuppressICEs> </PropertyGroup> <Import Project="..\msi.props" /> <ItemGroup> <Compile Include="exe.wxs" /> <Compile Include="exe_files.wxs" /> <Compile Include="exe_reg.wxs" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="*.wxl" /> <WxlTemplate Include="*.wxl_template" /> </ItemGroup> <Target Name="_GenerateLicense" AfterTargets="PrepareForBuild"> <ItemGroup> <LicenseFiles Include="$(PySourcePath)LICENSE; crtlicense.txt; $(bz2Dir)LICENSE; $(opensslDir)LICENSE; $(tclDir)license.terms; $(tkDir)license.terms; $(tixDir)license.terms" /> <_LicenseFiles Include="@(LicenseFiles)"> <Content>$([System.IO.File]::ReadAllText(%(FullPath)))</Content> </_LicenseFiles> </ItemGroup> <WriteLinesToFile File="$(BuildPath)LICENSE" Overwrite="true" Lines="@(_LicenseFiles->'%(Content)')" /> </Target> <Target Name="_CopyMiscNews" AfterTargets="PrepareForBuild" Condition="Exists('$(PySourcePath)Misc\NEWS')"> <Copy SourceFiles="$(PySourcePath)Misc\NEWS" DestinationFiles="$(BuildPath)NEWS.txt" /> </Target> <Target Name="_MergeMiscNewsWithBlurb" AfterTargets="PrepareForBuild" Condition="$(Blurb) != '' and !Exists('$(PySourcePath)Misc\NEWS')"> <Exec Command="$(Blurb) merge -f "$(BuildPath)NEWS.txt"" WorkingDirectory="$(PCBuild)" /> </Target> <Target Name="_MergeMiscNewsWithPython" AfterTargets="PrepareForBuild" Condition="$(Blurb) == '' and !Exists('$(PySourcePath)Misc\NEWS')"> <ItemGroup> <HostPython Include="$(ExternalsDir)python*\tools\python.exe" /> <HostPython Include="@(HostPython)" Condition="Exists(%(FullPath))" /> <HostPython Include="py" Condition="@(HostPython) == ''" /> </ItemGroup> <PropertyGroup> <HostPython>@(HostPython)</HostPython> <HostPython Condition="$(HostPython.Contains(';'))">$(HostPython.Remove($(HostPython.IndexOf(';'))))</HostPython> </PropertyGroup> <Exec Command=""$(HostPython)" -m pip install -U blurb" WorkingDirectory="$(PCBuild)" /> <Exec Command=""$(HostPython)" -m blurb merge -f "$(BuildPath)NEWS.txt"" WorkingDirectory="$(PCBuild)" /> </Target> <Import Project="..\msi.targets" /> </Project>