Files
libremetaverse/PrimMesher/LibreMetaverse.PrimMesher.csproj
Cinder Biscuits 811af4f244 Fix root namespace
2017-10-21 13:43:58 -05:00

43 lines
1.9 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;net461</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>
<PackageReference Include="CoreCompat.System.Drawing.v2" Version="5.2.0-preview1-r131" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>