Skip to content

Commit

Permalink
Bye-bye nuget.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
agross committed Sep 10, 2014
1 parent fccd780 commit e74a907
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 144 deletions.
136 changes: 0 additions & 136 deletions .nuget/NuGet.targets

This file was deleted.

7 changes: 0 additions & 7 deletions src/Paket/Paket.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@
</Otherwise>
</Choose>
<Import Project="$(FSharpTargetsPath)" Condition="Exists('$(FSharpTargetsPath)')" />
<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>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
<Content Include="..\..\lib\FSharp\FSharp.Core.optdata">
Expand Down
1 change: 0 additions & 1 deletion tests/Paket.Tests/Paket.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
</Otherwise>
</Choose>
<Import Project="$(FSharpTargetsPath)" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<ItemGroup>
<Compile Include="FsUnit.fs" />
<Compile Include="TestHelpers.fs" />
Expand Down

0 comments on commit e74a907

Please sign in to comment.