Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions tools/logcat-parse/Directory.Build.targets
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
<Project>

<Target Name="_CopyDebugSymbols"
Condition=" '$(TargetFramework)' != '' "
AfterTargets="Build">
<Copy
SourceFiles="$(PkgMono_Terminal)\lib\netstandard2.0\LineEditor.pdb"
DestinationFolder="$(OutputPath)"
SkipUnchangedFiles="True"
/>
</Target>

</Project>
2 changes: 1 addition & 1 deletion tools/logcat-parse/logcat-parse.csproj
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
<PackageReference Include="Mono.Terminal" Version="5.4.0" />
<PackageReference Include="Mono.Terminal" Version="5.4.1" GeneratePathProperty="True" />
<PackageReference Include="Mono.CSharp" Version="4.0.0.143" NoWarn="NU1701" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0" />
</ItemGroup>
Expand Down