TribufuDotNet/Directory.Build.props

21 lines
1.1 KiB
XML

<Project>
<PropertyGroup>
<Authors>Tribufu</Authors>
<Company>Tribufu</Company>
<Copyright>Copyright (c) Tribufu. All Rights Reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Tribufu/TribufuDotNet</RepositoryUrl>
<Version>1.3.0</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<NoWarn>$(NoWarn);0618;1591;1998;2002;8767</NoWarn>
</PropertyGroup>
<PropertyGroup>
<BaseIntermediateOutputPath>$(SolutionDir)Intermediate\DotNet\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
<IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
<MSBuildProjectExtensionsPath>$(BaseIntermediateOutputPath)</MSBuildProjectExtensionsPath>
<NuspecOutputPath>$(IntermediateOutputPath)</NuspecOutputPath>
<OutputPath>$(SolutionDir)Binaries\$(Configuration)\DotNet\</OutputPath>
<PackageOutputPath>$(SolutionDir)Intermediate\</PackageOutputPath>
</PropertyGroup>
</Project>