Created
May 20, 2013 19:21
-
-
Save damirarh/5614731 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Line before the change --> | |
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> | |
<!-- Line after the change (relative path must match your .nuget folder location after the move) --> | |
<Import Project="..\..\.nuget\NuGet.targets" Condition="Exists('..\..\.nuget\NuGet.targets')" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment