mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00
48 lines
2.4 KiB
XML
48 lines
2.4 KiB
XML
<Project>
|
|
<PropertyGroup Label="Settings">
|
|
<Deterministic>true</Deterministic>
|
|
<LangVersion>8.0</LangVersion>
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Deterministic Build" Condition="'$(GITHUB_ACTIONS)' == 'true'">
|
|
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Package Information">
|
|
<Description>A library that makes it easier to create beautiful console applications.</Description>
|
|
<Company>Spectre Systems AB</Company>
|
|
<Copyright>Spectre Systems AB</Copyright>
|
|
<Authors>Patrik Svensson</Authors>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/spectresystems/spectre.console</RepositoryUrl>
|
|
<PackageIcon>small-logo.png</PackageIcon>
|
|
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
|
<PackageProjectUrl>https://github.com/spectresystems/spectre.console</PackageProjectUrl>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageReleaseNotes>https://github.com/spectresystems/spectre.console/releases</PackageReleaseNotes>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Source Link">
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Label="Package References">
|
|
<PackageReference Include="MinVer" PrivateAssets="All" Version="2.3.0" />
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Version="1.0.0" />
|
|
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.113">
|
|
<PrivateAssets>All</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Roslynator.Analyzers" Version="2.3.0">
|
|
<PrivateAssets>All</PrivateAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
</Project> |