$(MSBuildProjectDirectory)\..\ false false true false $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) $(SolutionDir).nuget /Library/Frameworks/Mono.framework/Commands/mono mono $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName.Replace(' ', '_')).config $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName).config $(MSBuildProjectDirectory)\packages.config $(PackagesProjectConfig) $(NuGetToolsPath)\NuGet.exe @(PackageSource) "$(NuGetExePath)" $(MonoPath) --runtime=v4.0.30319 "$(NuGetExePath)" $(TargetDir.Trim('\\')) -RequireConsent -NonInteractive "$(SolutionDir) " "$(SolutionDir)" $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir) $(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols RestorePackages; $(BuildDependsOn); $(BuildDependsOn); BuildPackage;