2019-10-22 20:30:05 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-10-21 20:33:52 -05:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectGuid>{2867B4B3-0000-0000-0000-000000000000}</ProjectGuid>
|
2021-07-24 14:04:54 -05:00
|
|
|
|
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
|
2019-10-21 20:33:52 -05:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2019-10-22 20:30:05 -05:00
|
|
|
|
<OutputPath>..\..\bin\</OutputPath>
|
2021-12-29 09:15:24 -06:00
|
|
|
|
<AssemblyName>MapGenerator</AssemblyName>
|
2021-07-04 18:01:05 -05:00
|
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
2019-10-21 20:33:52 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
2019-10-30 15:39:21 -05:00
|
|
|
|
<Authors>Sjofn LLC, Openmetaverse Developers</Authors>
|
2021-06-18 17:39:18 -05:00
|
|
|
|
<Copyright>Copyright © OpenMetaverse Developers 2008, 2017. Copyright © Sjofn LLC 2018-2021. All rights reserved</Copyright>
|
2019-10-21 20:33:52 -05:00
|
|
|
|
</PropertyGroup>
|
2019-10-22 20:30:05 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="template.cs" />
|
|
|
|
|
|
</ItemGroup>
|
2019-10-30 15:39:21 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\..\LICENSE.txt">
|
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
|
<PackagePath></PackagePath>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2019-10-21 20:33:52 -05:00
|
|
|
|
</Project>
|