7 assignments to MSBuild property BaseOutputPath
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\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.25510.1\tools\ProjectLayout.props (1)
14<BaseOutputPath Condition="'$(BaseOutputPath)' == ''">$([System.IO.Path]::GetFullPath('$(ArtifactsBinDir)$(OutDirName)\'))</BaseOutputPath>
31 usages of MSBuild property BaseOutputPath
Microsoft.DotNet.PackageInstall.Tests (6)
Microsoft.DotNet.PackageInstall.Tests.csproj (6)
71<testAssetSourceRoot>$(BaseOutputPath)/TestAsset/SampleGlobalTool</testAssetSourceRoot> 94<testAssetSourceRoot>$(BaseOutputPath)/TestAsset/SampleGlobalToolWithPreview</testAssetSourceRoot> 117<testAssetSourceRoot>$(BaseOutputPath)/TestAsset/SampleGlobalToolWithDifferentCasing</testAssetSourceRoot> 140<testAssetSourceRoot>$(BaseOutputPath)/TestAsset/SampleGlobalToolWithShim</testAssetSourceRoot> 171<TestAssetFiles Include="$(BaseOutputPath)\TestAsset\**\*.*" /> 172<TestAssetLocalNugetFeed Include="$(BaseOutputPath)\$(Configuration)\TestAssetLocalNugetFeed\**\*.*" />
Microsoft.NET.Build.Extensions.Tasks (1)
Microsoft.NET.Build.Extensions.Tasks.csproj (1)
31<OutputPath>$(BaseOutputPath)</OutputPath>
Microsoft.NET.Build.Tasks (1)
Microsoft.NET.Build.Tasks.csproj (1)
37<OutputPath>$(BaseOutputPath)</OutputPath>
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.csproj (1)
26<OutputPath>$(BaseOutputPath)</OutputPath>
Microsoft.NET.Sdk.Razor.Tasks (1)
Microsoft.NET.Sdk.Razor.Tasks.csproj (1)
28<OutputPath>$(BaseOutputPath)</OutputPath>
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Microsoft.NET.Sdk.StaticWebAssets.Tasks.csproj (1)
31<OutputPath>$(BaseOutputPath)</OutputPath>
Microsoft.NET.Sdk.WebAssembly.Tasks (1)
Microsoft.NET.Sdk.WebAssembly.Tasks.csproj (1)
25<OutputPath>$(BaseOutputPath)</OutputPath>
MSBuildFiles (19)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\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.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets (1)
35<DefaultItemExcludes>$(DefaultItemExcludes);$(BaseOutputPath)/**</DefaultItemExcludes>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (1)
74<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(BaseOutputPath)$(Configuration)\</PackageOutputPath>
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.25510.1\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>
D\a\_work\1\s\bin_\repo\sdk\src\WebSdk\Package.props (1)
18<OutputPath>$(BaseOutputPath)</OutputPath>