Logger: add format string input
[sdk/tools/netcoredbg.git] / Directory.Build.props
1 <Project>
2   <PropertyGroup Condition="$(MSBuildProjectName.Contains('netcoredbg'))">
3     <BaseIntermediateOutputPath>obj_netcoredbg</BaseIntermediateOutputPath>
4   </PropertyGroup>
5   <PropertyGroup Condition="$(MSBuildProjectName.Contains('symbolreader_dll'))">
6     <BaseIntermediateOutputPath>obj_symbolreader_dll</BaseIntermediateOutputPath>
7   </PropertyGroup>
8 </Project>