Files
libremetaverse/Programs/mapgenerator/mapgenerator.csproj

20 lines
739 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>MapGenerator</AssemblyName>
<PackageId>LibreMetaverse.MapGenerator</PackageId>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<Platforms>AnyCPU;x64;x86</Platforms>
<OutputPath>..\..\bin\</OutputPath>
<IsTool>true</IsTool>
</PropertyGroup>
<ItemGroup>
<Compile Remove="template.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="docs\" />
<None Include="..\..\README.md" Pack="true" PackagePath="docs\" />
<None Include="..\..\data\logo.png" Pack="true" PackagePath="images\" />
<None Include="unusedpackets.txt" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>