9 lines
301 B
XML
9 lines
301 B
XML
<Project>
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'OpenTelemetry.sln'))\build\Common.nonprod.props" />
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFrameworks>$(TargetFrameworksForDocs)</TargetFrameworks>
|
|
</PropertyGroup>
|
|
</Project>
|