mirror of
https://github.com/claunia/Claunia.Encoding.git
synced 2025-12-16 19:24:43 +00:00
58 lines
2.8 KiB
XML
58 lines
2.8 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<ProjectGuid>{85DA90BC-9F49-4579-B4D1-4FF2D5925D7F}</ProjectGuid>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Claunia.Encoding</RootNamespace>
|
|
<AssemblyName>Claunia.Encoding</AssemblyName>
|
|
<PackOnBuild>true</PackOnBuild>
|
|
<PackageId>Claunia.Encoding</PackageId>
|
|
<PackageVersion>1.9</PackageVersion>
|
|
<Authors>Natalia Portillo</Authors>
|
|
<Owners>Natalia Portillo</Owners>
|
|
<PackageProjectUrl>https://github.com/claunia/Claunia.Encoding</PackageProjectUrl>
|
|
<Summary>Library to provide codepage conversion to and from archaic and old computer systems and Unicode.</Summary>
|
|
<Title>Claunia.Encoding</Title>
|
|
<Description>Library to provide codepage conversion to and from archaic and old computer systems and Unicode.</Description>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<ReleaseVersion>1.9</ReleaseVersion>
|
|
<PackageReleaseNotes>Updated all codepages to include symbols defined as of Unicode 13.0</PackageReleaseNotes>
|
|
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
|
|
<VersionPrefix>1.9</VersionPrefix>
|
|
<Company>Claunia.com</Company>
|
|
<Copyright>© 2016-2021 Natalia Portillo</Copyright>
|
|
<PackageProjectUrl>https://www.github.com/claunia/Claunia.Encoding</PackageProjectUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
<LangVersion>latest</LangVersion>
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
|
<DocumentationFile>bin\Release\Claunia.Encoding.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="$(TargetFramework.StartsWith('netcoreapp')) Or $(TargetFramework.StartsWith('netstandard'))">
|
|
<DefineConstants>$(DefineConstants);NETCORE</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="..\LICENSE.MIT">
|
|
<Link>LICENSE.MIT</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="..\README.md">
|
|
<Link>README.md</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
</Project> |