43 lines
1.8 KiB
XML
43 lines
1.8 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{2E2B643F-F18B-4791-BA4B-6E82D0E794B6}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>LibreMetaverse.PrimMesher</RootNamespace>
|
|
<AssemblyName>LibreMetaverse.PrimMesher</AssemblyName>
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
|
|
<Authors>Dhalia Trimble, OpenSim Contributors, Cinder Roxley</Authors>
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
<Version>1.2.0</Version>
|
|
<Product>LibreMetaverse.PrimMesher</Product>
|
|
<Copyright>Copyright © OpenMetaverse Developers 2008, 2017 All rights reserved</Copyright>
|
|
<PackageId>LibreMetaverse.PrimMesher</PackageId>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;VERTEX_INDEXER</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>TRACE;VERTEX_INDEXER</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Properties\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Drawing.Common" Version="4.6.0" />
|
|
</ItemGroup>
|
|
</Project>
|