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