{6BA7092C-0093-47F0-9ED2-282AEE981E14}
python2
$(OutputName)x86
$(MSBuildThisFileDirectory)
false
true
$(MajorVersionNumber).$(MinorVersionNumber).$(MicroVersionNumber)
$(NuspecVersion)-$(ReleaseLevelName)
false
$(OutputName).$(NuspecVersion)
.nupkg
$(OutputPath)\$(TargetName)$(TargetExt)
$(MSBuildThisFileDirectory)\obj_$(ArchName)
rmdir /q/s "$(IntermediateOutputPath)"
py
"$(Python)" "$(MSBuildThisFileDirectory)\make_zip.py"
$(PythonArguments) -s "$(PySourcePath.Trim('\'))" -t "$(IntermediateOutputPath)" -a $(ArchName)
"$(IntermediateOutputPath)\python.exe" -B -c "import sys; sys.path.append(r'$(PySourcePath)\Lib'); import ensurepip; ensurepip._main()"
"$(IntermediateOutputPath)\python.exe" -B -m pip install -U $(Packages)
"$(Nuget)" pack "$(MSBuildThisFileDirectory)\$(OutputName).nuspec"
$(NugetArguments) -BasePath "$(IntermediateOutputPath)"
$(NugetArguments) -OutputDirectory "$(OutputPath.Trim(`\`))"
$(NugetArguments) -Version "$(NuspecVersion)"
$(NugetArguments) -NoPackageAnalysis -NonInteractive