Skip to content

Commit 6af3dc9

Browse files
committed
try relative path for dll
1 parent c2bf65f commit 6af3dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AddIn/Itemis_Integrate_EA_Example_AddIn_Tests/Itemis_Integrate_EA_Example_AddIn_Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<Reference Include="Interop.EA">
29-
<HintPath>$(MSBuildThisFileDirectory)..\Lib\Interop.EA.dll</HintPath>
29+
<HintPath>..\Lib\Interop.EA.dll</HintPath>
3030
<EmbedInteropTypes>False</EmbedInteropTypes>
3131
<Private>True</Private>
3232
<SpecificVersion>False</SpecificVersion>

0 commit comments

Comments
 (0)