Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2015-01-05 17:36:55 +0300
committernulltoken <emeric.fermas@gmail.com>2015-01-05 17:37:18 +0300
commit02d1fc3ff122497fc82794f3516e350b9c2a70d7 (patch)
tree38fcfa23692946039a05221ecd893a547aa43a9d /LibGit2Sharp.Tests
parent5971306669bfcdc396e91f6771e9cf763e89b1b2 (diff)
Add Visual Studio test project service include marker
Fix #886
Diffstat (limited to 'LibGit2Sharp.Tests')
-rw-r--r--LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj1
-rw-r--r--LibGit2Sharp.Tests/VisualStudio.Tests.targets6
2 files changed, 7 insertions, 0 deletions
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 @@
</PropertyGroup>
<Import Project="..\LibGit2Sharp\CopyWindowsNativeDependencies.targets" />
<Import Project="..\LibGit2Sharp\ExtraDefine.targets" />
+ <Import Project="VisualStudio.Tests.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
+ </ItemGroup>
+</Project>