From 7650d1990dddbe73dfef06f15730598b661fc034 Mon Sep 17 00:00:00 2001 From: Cameron Taggart Date: Mon, 15 Jul 2013 23:28:24 -0500 Subject: [PATCH] Source Linking http://blog.ctaggart.com/2013/07/source-linking.html --- .gitignore | 1 + LibGit2Sharp/LibGit2Sharp.csproj | 7 +++++++ LibGit2Sharp/packages.config | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 LibGit2Sharp/packages.config diff --git a/.gitignore b/.gitignore index 8bb24a91b..610bd94a8 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ _ReSharper*/ LibGit2Sharp/Core/UniqueIdentifier.cs !Lib/NativeBinaries/*/*.pdb +packages diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index bc16bd222..38920cb4d 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -1,6 +1,8 @@  + https://raw.github.com/ctaggart/libgit2sharp/{0}/%var2% + Core\UniqueIdentifier.cs Debug AnyCPU 8.0.30703 @@ -28,6 +30,7 @@ bin\Debug\LibGit2Sharp.xml + true pdbonly true bin\Release\ @@ -271,6 +274,9 @@ + + + @@ -285,4 +291,5 @@ + \ No newline at end of file diff --git a/LibGit2Sharp/packages.config b/LibGit2Sharp/packages.config new file mode 100644 index 000000000..720bf6153 --- /dev/null +++ b/LibGit2Sharp/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file