dotnet-sdk/examples/Directory.Build.props

10 lines
318 B
XML

<Project>
<Import Project="$(MSBuildThisFileDirectory)..\properties\dapr_managed_netcore.props" />
<PropertyGroup>
<!-- Set Output Path for samples-->
<OutputPath>$(RepoRoot)bin\$(Configuration)\examples\$(MSBuildProjectName)\</OutputPath>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>