Files
wg_cpso/DynamicDescriptors/DynamicDescriptors.csproj

32 lines
1.2 KiB
XML
Raw Permalink Normal View History

2026-03-25 18:20:24 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>DynamicDescriptors</PackageId>
<Title>DynamicDescriptors</Title>
<Description>Runtime-customizable type and property descriptors.</Description>
<Authors>Matthew King</Authors>
<Copyright>Copyright 2012-2022 Matthew King.</Copyright>
<PackageProjectUrl>https://github.com/MatthewKing/DynamicDescriptors</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>dynamic;descriptor;</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<VersionPrefix>1.8.0</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net40;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>DynamicDescriptors.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>