Skip to content

Commit bff1430

Browse files
authored
Merge pull request #1063 from microsoft/main
Merge 'main' into 'release-cpptools' (#1061)
2 parents 7dc8a6c + 097985e commit bff1430

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)