File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,11 @@ This package provides the core terminal API.</PackageDescription>
5252 Link =" runtimes/%(RuntimeIdentifier)/native/%(Filename)%(Extension)"
5353 CopyToOutputDirectory =" PreserveNewest"
5454 PackagePath =" runtimes/%(RuntimeIdentifier)/native" />
55+ <_NativeLibrarySymbols Include =" @(_NativeLibrary->'%(Symbols)')" />
56+ <Content Include =" @(_NativeLibrarySymbols)"
57+ Link =" runtimes/%(RuntimeIdentifier)/native/%(Filename)%(Extension)"
58+ CopyToOutputDirectory =" PreserveNewest"
59+ PackagePath =" runtimes/%(RuntimeIdentifier)/native" />
5560 </ItemGroup >
5661 </Target >
5762</Project >
Original file line number Diff line number Diff line change 3131 Returns="@(_NativeLibrary)">
3232 <ItemGroup>
3333 <_NativeLibrary Include="$(TargetPath)"
34+ Symbols="@(_DebugSymbolsOutputPath)"
3435 RuntimeIdentifier="$(RuntimeIdentifier)" />
3536 </ItemGroup>
3637 </Target>
You can’t perform that action at this time.
0 commit comments