From 02d1fc3ff122497fc82794f3516e350b9c2a70d7 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Mon, 5 Jan 2015 15:36:55 +0100 Subject: [PATCH] Add Visual Studio test project service include marker Fix #886 --- LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj | 1 + LibGit2Sharp.Tests/VisualStudio.Tests.targets | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 LibGit2Sharp.Tests/VisualStudio.Tests.targets diff --git a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj index 712b55a9..fee56bee 100644 --- a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj +++ b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj @@ -129,6 +129,7 @@ + diff --git a/LibGit2Sharp.Tests/VisualStudio.Tests.targets b/LibGit2Sharp.Tests/VisualStudio.Tests.targets new file mode 100644 index 00000000..53e10341 --- /dev/null +++ b/LibGit2Sharp.Tests/VisualStudio.Tests.targets @@ -0,0 +1,6 @@ + + + + + +