Pack MapGenerator and PacketDump as dotnet tools

This commit is contained in:
cinder
2025-01-02 16:43:28 -06:00
parent b34deceb97
commit 3f86fa3e66
6 changed files with 252 additions and 201 deletions

View File

@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>PacketDump</AssemblyName>
<PackageId>PacketDump</PackageId>
<PackageId>LibreMetaverse.PacketDump</PackageId>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<OutputPath>..\..\..\bin\</OutputPath>
@@ -9,6 +8,8 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackAsTool>true</PackAsTool>
<ToolCommandName>LMV.PacketDump</ToolCommandName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />