$(MSBuildProjectDirectory)\..\
true
false
true
true
$([System.IO.Path]::Combine($(SolutionDir), ".nuget"))
$(SolutionDir).nuget
$(MSBuildProjectDirectory)\packages.$(MSBuildProjectName.Replace(' ', '_')).config
$(MSBuildProjectDirectory)\packages.$(MSBuildProjectName).config
$(MSBuildProjectDirectory)\packages.config
$(PackagesProjectConfig)
$(NuGetToolsPath)\NuGet.exe
@(PackageSource)
"$(NuGetExePath)"
mono --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;