Skip to content

Commit

Permalink
Revert "Revert "Migrate to Automatic Package Restore.""
Browse files Browse the repository at this point in the history
This reverts commit e2667ee.
  • Loading branch information
bgrainger committed Apr 10, 2015
1 parent 315ffb1 commit 3b73a8a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 152 deletions.
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
136 changes: 0 additions & 136 deletions .nuget/NuGet.targets

This file was deleted.

11 changes: 3 additions & 8 deletions GitBlame.sln
@@ -1,15 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitBlame", "src\GitBlame\GitBlame.csproj", "{5060BAD3-1099-457C-A44E-63C73786DA53}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{99840A33-4C55-4029-993F-09EB6790DB51}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
3 changes: 1 addition & 2 deletions src/GitBlame/GitBlame.csproj
Expand Up @@ -246,7 +246,6 @@
<None Include="GitBlame.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<PropertyGroup>
<PostBuildEvent>
if not exist "$(TargetDir)NativeBinaries" md "$(TargetDir)NativeBinaries"
Expand All @@ -267,4 +266,4 @@ xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.18.1.0\lib\net40\NativeBin
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 3b73a8a

Please sign in to comment.