2019-10-22 20:30:05 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-10-21 20:33:52 -05:00
|
|
|
|
<PropertyGroup>
|
2021-12-29 09:15:24 -06:00
|
|
|
|
<AssemblyName>MapGenerator</AssemblyName>
|
2021-12-29 11:40:43 -06:00
|
|
|
|
<PackageId>LibreMetaverse.MapGenerator</PackageId>
|
|
|
|
|
|
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
2021-12-29 10:23:37 -06:00
|
|
|
|
<OutputPath>..\..\bin\</OutputPath>
|
2019-10-21 20:33:52 -05:00
|
|
|
|
</PropertyGroup>
|
2021-12-29 10:23:37 -06:00
|
|
|
|
<ItemGroup>
|
2019-10-22 20:30:05 -05:00
|
|
|
|
<Compile Remove="template.cs" />
|
|
|
|
|
|
</ItemGroup>
|
2019-10-30 15:39:21 -05:00
|
|
|
|
<ItemGroup>
|
2021-12-29 11:56:56 -06:00
|
|
|
|
<None Include="unusedpackets.txt">
|
2019-10-30 15:39:21 -05:00
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
|
<PackagePath></PackagePath>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2019-10-21 20:33:52 -05:00
|
|
|
|
</Project>
|