{10487945-15D1-4092-A214-338395C4116B}
        python
        
        false
    
    
    
        false
        python-$(PythonVersion)-embed-$(ArchName)
        .zip
        $(OutputPath)\$(TargetName)$(TargetExt)
        rmdir /q/s "$(IntermediateOutputPath)\zip_$(ArchName)"
        "$(PythonExe)" "$(MSBuildThisFileDirectory)\make_zip.py"
        $(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -b "$(BuildPath.TrimEnd(`\`))"
        set DOC_FILENAME=python$(PythonVersion).chm
        $(Environment)%0D%0Aset PYTHONPATH=$(PySourcePath)Lib
        $(Environment)%0D%0Aset VCREDIST_PATH=$(CRTRedist)\$(Platform)