mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-13 15:42:50 +08:00
44 lines
2.0 KiB
XML
44 lines
2.0 KiB
XML
<Project>
|
|
<PropertyGroup Label="Settings">
|
|
<Deterministic>true</Deterministic>
|
|
<LangVersion>10</LangVersion>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>embedded</DebugType>
|
|
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<IsPackable>false</IsPackable>
|
|
</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>
|
|
<Copyright>Patrik Svensson, Phil Scott, Nils Andresen</Copyright>
|
|
<Authors>Patrik Svensson, Phil Scott, Nils Andresen</Authors>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/spectreconsole/spectre.console</RepositoryUrl>
|
|
<PackageIcon>small-logo.png</PackageIcon>
|
|
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
|
<PackageProjectUrl>https://github.com/spectreconsole/spectre.console</PackageProjectUrl>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageReleaseNotes>https://github.com/spectreconsole/spectre.console/releases</PackageReleaseNotes>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Source Link">
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Label="Package References">
|
|
<PackageReference Include="MinVer" PrivateAssets="All" Version="4.2.0" />
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Version="1.1.1" />
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
|
|
<PrivateAssets>All</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Roslynator.Analyzers" Version="4.1.2">
|
|
<PrivateAssets>All</PrivateAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
</Project> |