7 assignments to MSBuild property BaseOutputPath
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets (4)
80
<
BaseOutputPath
Condition="'$(BaseOutputPath)' == ''">$(ArtifactsPath)\$(ArtifactsBinOutputName)\$(ArtifactsProjectName)\</BaseOutputPath>
87
<
BaseOutputPath
Condition="'$(BaseOutputPath)' == ''">$(ArtifactsPath)\$(ArtifactsBinOutputName)\</BaseOutputPath>
102
<
BaseOutputPath
Condition="'$(BaseOutputPath)' == ''">bin\</BaseOutputPath>
103
<
BaseOutputPath
Condition="!HasTrailingSlash('$(BaseOutputPath)')">$(BaseOutputPath)\</BaseOutputPath>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
152
<
BaseOutputPath
Condition="'$(BaseOutputPath)' == ''">bin\</BaseOutputPath>
153
<
BaseOutputPath
Condition="!HasTrailingSlash('$(BaseOutputPath)')">$(BaseOutputPath)\</BaseOutputPath>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26153.3\tools\ProjectLayout.props (1)
14
<
BaseOutputPath
Condition="'$(BaseOutputPath)' == ''">$([System.IO.Path]::GetFullPath('$(ArtifactsBinDir)$(OutDirName)\'))</BaseOutputPath>
18 usages of MSBuild property BaseOutputPath
MSBuildFiles (18)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\NuGet.Build.Tasks.Pack.targets (1)
74
<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(
BaseOutputPath
)$(Configuration)\</PackageOutputPath>
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets (7)
80
<BaseOutputPath Condition="'$(
BaseOutputPath
)' == ''">$(ArtifactsPath)\$(ArtifactsBinOutputName)\$(ArtifactsProjectName)\</BaseOutputPath>
87
<BaseOutputPath Condition="'$(
BaseOutputPath
)' == ''">$(ArtifactsPath)\$(ArtifactsBinOutputName)\</BaseOutputPath>
93
<OutputPath Condition="'$(OutputPath)' == ''">$(
BaseOutputPath
)$(ArtifactsPivots)\</OutputPath>
102
<BaseOutputPath Condition="'$(
BaseOutputPath
)' == ''">bin\</BaseOutputPath>
103
<BaseOutputPath Condition="!HasTrailingSlash('$(
BaseOutputPath
)')">$(
BaseOutputPath
)\</BaseOutputPath>
104
<OutputPath Condition="'$(OutputPath)' == ''">$(
BaseOutputPath
)$(_PlatformToAppendToOutputPath)$(Configuration)\</OutputPath>
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets (1)
35
<DefaultItemExcludes>$(DefaultItemExcludes);$(
BaseOutputPath
)/**</DefaultItemExcludes>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (6)
143
<BaseOutputPathWasSpecified Condition="'$(
BaseOutputPath
)' != ''">true</BaseOutputPathWasSpecified>
152
<BaseOutputPath Condition="'$(
BaseOutputPath
)' == ''">bin\</BaseOutputPath>
153
<BaseOutputPath Condition="!HasTrailingSlash('$(
BaseOutputPath
)')">$(
BaseOutputPath
)\</BaseOutputPath>
154
<OutputPath Condition="'$(OutputPath)' == '' and '$(PlatformName)' == 'AnyCPU'">$(
BaseOutputPath
)$(Configuration)\</OutputPath>
155
<OutputPath Condition="'$(OutputPath)' == '' and '$(PlatformName)' != 'AnyCPU'">$(
BaseOutputPath
)$(PlatformName)\$(Configuration)\</OutputPath>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26153.3\tools\ProjectLayout.props (3)
14
<BaseOutputPath Condition="'$(
BaseOutputPath
)' == ''">$([System.IO.Path]::GetFullPath('$(ArtifactsBinDir)$(OutDirName)\'))</BaseOutputPath>
15
<OutputPath Condition="'$(PlatformName)' == 'AnyCPU'">$(
BaseOutputPath
)$(Configuration)\</OutputPath>
16
<OutputPath Condition="'$(PlatformName)' != 'AnyCPU'">$(
BaseOutputPath
)$(PlatformName)\$(Configuration)\</OutputPath>