aspnetcore/src/SiteExtensions/LoggingAggregate/Directory.Build.props

13 lines
351 B
XML

<Project>
<!-- Not including parent is intentional, this build should be isolated -->
<Import Project="build\sources.props" />
<Import Project="build\dependencies.props" />
<Import Project="version.props" />
<PropertyGroup>
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts\</PackageOutputPath>
</PropertyGroup>
</Project>