Pack MapGenerator and PacketDump as dotnet tools
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<AssemblyName>MapGenerator</AssemblyName>
|
||||
<PackageId>LibreMetaverse.MapGenerator</PackageId>
|
||||
<OutputType>Exe</OutputType>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<PackageId>LibreMetaverse.MapGenerator</PackageId>
|
||||
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<ToolCommandName>LMV.MapGenerator</ToolCommandName>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Remove="template.cs" />
|
||||
|
||||
Reference in New Issue
Block a user