Skip to content

Commit

Permalink
Remove old nuget.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Jul 1, 2015
1 parent 83f9e72 commit bd4fbdd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 169 deletions.
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

153 changes: 0 additions & 153 deletions .nuget/NuGet.targets

This file was deleted.

1 change: 0 additions & 1 deletion QuartzNetWebConsole.Tests/QuartzNetWebConsole.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
1 change: 0 additions & 1 deletion QuartzNetWebConsole.Views/QuartzNetWebConsole.Views.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
7 changes: 0 additions & 7 deletions QuartzNetWebConsole.Web/QuartzNetWebConsole.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)packages\ilmerge.2.14.1208\tools\ILMerge.exe /ndebug /out:$(ProjectDir)QuartzNetWebConsole.dll $(TargetDir)QuartzNetWebConsole.Web.dll $(TargetDir)QuartzNetWebConsole.dll $(TargetDir)QuartzNetWebConsole.Views.dll $(TargetDir)MiniMvc.dll</PostBuildEvent>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion QuartzNetWebConsole/QuartzNetWebConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,4 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
</Project>

0 comments on commit bd4fbdd

Please sign in to comment.