From 28b5907beed2c8aa05cbb1785c23210fa855a0f4 Mon Sep 17 00:00:00 2001 From: Laurent Nullens Date: Mon, 23 Oct 2017 20:15:44 +0200 Subject: [PATCH] NuGet.targets removed(obsolete) NuGet.targets removed(obsolete) --- source/.nuget/NuGet.targets | 136 ------------------------------------ 1 file changed, 136 deletions(-) delete mode 100644 source/.nuget/NuGet.targets diff --git a/source/.nuget/NuGet.targets b/source/.nuget/NuGet.targets deleted file mode 100644 index 045aa84..0000000 --- a/source/.nuget/NuGet.targets +++ /dev/null @@ -1,136 +0,0 @@ - - - - $(MSBuildProjectDirectory)\..\ - - - false - - - false - - - true - - - true - - - - - - - - - - - $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) - $([System.IO.Path]::Combine($(ProjectDir), "packages.config")) - - - - - $(SolutionDir).nuget - packages.config - - - - - $(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; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file