{10487945-15D1-4092-A214-338395C4116B}
        python
        
        false
    
    
    
        false
        python-$(PythonVersion)-embed-$(ArchName)
        .zip
        $(OutputPath)\$(TargetName)$(TargetExt)
        rmdir /q/s "$(IntermediateOutputPath)\zip_$(ArchName)"
        "$(PythonExe)" "$(PySourcePath)PC\layout"
        $(Arguments) -b "$(BuildPath.TrimEnd(`\`))" -s "$(PySourcePath.TrimEnd(`\`))"
        $(Arguments) -t "$(IntermediateOutputPath)\zip_$(ArchName)"
        $(Arguments) --zip "$(TargetPath)"
        $(Arguments) --precompile --zip-lib --include-underpth --include-stable --flat-dlls
        $(Environment)%0D%0Aset PYTHONPATH=$(PySourcePath)Lib