mirror of https://github.com/dapr/dotnet-sdk.git
10 lines
318 B
XML
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> |