We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef260a commit 63a8d4dCopy full SHA for 63a8d4d
src/GitExtensions.AzureDevOpsCommitMessage/GitExtensions.AzureDevOpsCommitMessage.csproj
@@ -30,13 +30,13 @@
30
<!-- Reference to GitExtensions dlls. -->
31
<ItemGroup>
32
<Reference Include="GitUIPluginInterfaces">
33
- <HintPath>$(GitExtensionsPath)\GitUIPluginInterfaces.dll</HintPath>
+ <HintPath>$(GitExtensionsPath)\..\GitUIPluginInterfaces.dll</HintPath>
34
</Reference>
35
<Reference Include="GitExtUtils">
36
- <HintPath>$(GitExtensionsPath)\GitExtUtils.dll</HintPath>
+ <HintPath>$(GitExtensionsPath)\..\GitExtUtils.dll</HintPath>
37
38
<Reference Include="ResourceManager">
39
- <HintPath>$(GitExtensionsPath)\ResourceManager.dll</HintPath>
+ <HintPath>$(GitExtensionsPath)\..\ResourceManager.dll</HintPath>
40
41
</ItemGroup>
42
0 commit comments