Minor change to MapGenerator.csproj

This commit is contained in:
Cinder
2022-01-04 16:35:44 -06:00
parent 757294eaba
commit 4deed5a5d0

View File

@@ -1,11 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>MapGenerator</AssemblyName>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<OutputPath>..\..\bin\</OutputPath>
<PackageId>LibreMetaverse.MapGenerator</PackageId>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<Platforms>x64;x86</Platforms>
<OutputPath>..\..\bin\</OutputPath>
<IsTool>true</IsTool>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>