50 lines
2.1 KiB
XML
50 lines
2.1 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<Nullable>enable</Nullable>
|
|
<NrtRevisionFormat>{semvertag:main}{!:-dev}</NrtRevisionFormat>
|
|
|
|
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
|
|
<CopyRefAssembliesToPublishDirectory>false</CopyRefAssembliesToPublishDirectory>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/AM-WD/cloudflare-api.git</RepositoryUrl>
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
|
|
<PackageIcon>package-icon.png</PackageIcon>
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
<PackageProjectUrl>https://developers.cloudflare.com/api</PackageProjectUrl>
|
|
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
|
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<EmbedUntrackedSources>false</EmbedUntrackedSources>
|
|
|
|
<Title>Modular Cloudflare API implementation in .NET</Title>
|
|
<Company>AM.WD</Company>
|
|
<Authors>Andreas Müller</Authors>
|
|
<Copyright>© {copyright:2025-} AM.WD</Copyright>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(GITLAB_CI)' == 'true'">
|
|
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Condition="'$(GITLAB_CI)' == 'true'">
|
|
<SourceLinkGitLabHost Include="$(CI_SERVER_HOST)" Version="$(CI_SERVER_VERSION)" />
|
|
<PackageReference Include="Microsoft.SourceLink.GitLab" Version="8.0.0">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AMWD.NetRevisionTask" Version="1.3.0">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)\..'))" />
|
|
</Project>
|