1 assignment to MSBuild property OutDirName
MSBuildFiles (1)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\ProjectLayout.props (1)
12<OutDirName Condition="'$(OutDirName)' == ''">$(MSBuildProjectName)</OutDirName>
3 usages of MSBuild property OutDirName
MSBuildFiles (3)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\ProjectLayout.props (3)
12<OutDirName Condition="'$(OutDirName)' == ''">$(MSBuildProjectName)</OutDirName> 14<BaseOutputPath Condition="'$(BaseOutputPath)' == ''">$([System.IO.Path]::GetFullPath('$(ArtifactsBinDir)$(OutDirName)\'))</BaseOutputPath> 18<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == ''">$([System.IO.Path]::GetFullPath('$(ArtifactsObjDir)$(OutDirName)\'))</BaseIntermediateOutputPath>