mirror of https://github.com/dapr/dotnet-sdk.git
14 lines
663 B
XML
14 lines
663 B
XML
<Project>
|
|
<Import Project="$(MSBuildThisFileDirectory)..\properties\dapr_managed_netcore.props" />
|
|
|
|
<PropertyGroup>
|
|
<!-- Set Output Path for tests-->
|
|
<OutputPath>$(RepoRoot)bin\$(Configuration)\test\$(MSBuildProjectName)\</OutputPath>
|
|
|
|
<!-- Stylecop needs the documentation file to exist -->
|
|
<DocumentationFile>$(OutputPath)$(MSBuildProjectName).xml</DocumentationFile>
|
|
<IsPackable>false</IsPackable>
|
|
<NoWarn>$(NoWarn),1573,1591,1712</NoWarn>
|
|
<StylecopSuppressionsFile>$(StylecopSuppressionsFile);$(MSBuildThisFileDirectory)..\properties\stylecop\TestStylecopSuppressions.cs</StylecopSuppressionsFile>
|
|
</PropertyGroup>
|
|
</Project> |