Skip to content

Commit 097985e

Browse files
authored
Include MS.VS.OLE.Interop.dll for XPLAT (#1061)
1 parent 728f403 commit 097985e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenDebugAD7/OpenDebugAD7.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@
172172
<DropUnsignedFile Include="$(OutputPath)\OpenDebugAD7.exe.config" />
173173
<DropUnsignedFile Include="$(OutputPath)\Newtonsoft.Json.dll" />
174174
<DropUnsignedFile Include="$(OutputPath)\Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.dll" />
175+
<DropUnsignedFile Include="$(OutputPath)\Microsoft.VisualStudio.OLE.Interop.dll" />
175176
<DropUnsignedFile Condition="'$(IsXPlat)' == 'true'" Include="$(OutputPath)\OpenDebugAD7.exe.mdb" />
176177
</ItemGroup>
177178
<ItemGroup Condition="'$(IsXPlat)' == 'false'">
178-
<DropUnsignedFile Include="$(OutputPath)\Microsoft.VisualStudio.OLE.Interop.dll" />
179179
<DropUnsignedFile Include="$(OutputPath)\Microsoft.VisualStudio.Debugger.InteropA.dll" />
180180
<DropUnsignedFile Include="$(OutputPath)\Microsoft.VisualStudio.Debugger.Interop.10.0.dll" />
181181
<DropUnsignedFile Include="$(OutputPath)\Microsoft.VisualStudio.Debugger.Interop.11.0.dll" />

0 commit comments

Comments
 (0)