28 lines
No EOL
952 B
XML
28 lines
No EOL
952 B
XML
<Project>
|
|
<PropertyGroup Condition="'$(ArtifactsPath)' == ''">
|
|
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
|
<WarningsAsErrors>nullable</WarningsAsErrors>
|
|
<WarningsAsErrors Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</WarningsAsErrors>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="NuGet Package Info">
|
|
<Authors>The Geekeey Team</Authors>
|
|
<Copyright>Copyright (c) The Geekeey Team DateTime.Now.Year</Copyright>
|
|
<RepositoryUrl>https://code.geekeey.de/geekeey/process</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<NuGetAuditLevel>moderate</NuGetAuditLevel>
|
|
<NuGetAuditMode>all</NuGetAuditMode>
|
|
</PropertyGroup>
|
|
</Project> |