We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5971306 commit 02d1fc3Copy full SHA for 02d1fc3
LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
@@ -129,6 +129,7 @@
129
</PropertyGroup>
130
<Import Project="..\LibGit2Sharp\CopyWindowsNativeDependencies.targets" />
131
<Import Project="..\LibGit2Sharp\ExtraDefine.targets" />
132
+ <Import Project="VisualStudio.Tests.targets" />
133
<PropertyGroup>
134
<PreBuildEvent>
135
</PreBuildEvent>
LibGit2Sharp.Tests/VisualStudio.Tests.targets
@@ -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