Files
libremetaverse/Programs/mapgenerator/mapgenerator.csproj

23 lines
805 B
XML
Raw Normal View History

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>
<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>
<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>