Skip to content

Commit 02d1fc3

Browse files
committed
Add Visual Studio test project service include marker
Fix libgit2#886
1 parent 5971306 commit 02d1fc3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
</PropertyGroup>
130130
<Import Project="..\LibGit2Sharp\CopyWindowsNativeDependencies.targets" />
131131
<Import Project="..\LibGit2Sharp\ExtraDefine.targets" />
132+
<Import Project="VisualStudio.Tests.targets" />
132133
<PropertyGroup>
133134
<PreBuildEvent>
134135
</PreBuildEvent>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
5+
</ItemGroup>
6+
</Project>

0 commit comments

Comments
 (0)