2 assignments to MSBuild property RepoRoot
MSBuildFiles (2)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\RepoLayout.props (1)
9<RepoRoot Condition="'$(RepoRoot)' == ''">$([MSBuild]::NormalizeDirectory('$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'global.json'))'))</RepoRoot>
D\a\_work\1\s\bin_\repo\sdk\testAsset.props (1)
3<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
139 usages of MSBuild property RepoRoot
DevDivPackage (1)
DevDivPackage.csproj (1)
22<Import Project="$(RepoRoot)eng\ProducesNoOutput.Settings.props" Condition="! $([MSBuild]::IsOSPlatform('windows'))" />
dotnet (9)
dotnet.csproj (9)
24<Compile Include="$(RepoRoot)src\Common\CompileOptions.cs" LinkBase="Common" /> 25<Compile Include="$(RepoRoot)src\Common\EnvironmentVariableNames.cs" LinkBase="Common" /> 26<Compile Include="$(RepoRoot)src\Common\MSBuildPropertyNames.cs" LinkBase="Common" /> 27<Compile Include="$(RepoRoot)src\Common\MSBuildUtilities.cs" LinkBase="Common" /> 28<Compile Include="$(RepoRoot)src\Common\WorkloadFileBasedInstall.cs" LinkBase="Common" /> 29<Compile Include="$(RepoRoot)src\Common\WorkloadSetVersion.cs" LinkBase="Common" /> 30<Compile Include="$(RepoRoot)src\Common\NuGetUtils.NuGet.cs" LinkBase="Common" /> 32<Compile Remove="$(RepoRoot)\src\Cli\dotnet\Installer\Windows\Security\*.cs" Condition="'$(DotNetBuildSourceOnly)' == 'true'" /> 38<EmbeddedResource Include="$(RepoRoot)src\Tasks\Common\Resources\Strings.resx" LinkBase="Resources" GenerateSource="True" Namespace="Microsoft.NET.Build.Tasks" />
dotnet-format.UnitTests (1)
dotnet-format.UnitTests.csproj (1)
19<ProjectReference Include="$(RepoRoot)src\BuiltInTools\dotnet-format\dotnet-format.csproj" />
dotnet-MsiInstallation.Tests (1)
dotnet-MsiInstallation.Tests.csproj (1)
21<Compile Include="$(RepoRoot)src\Common\WorkloadSetVersion.cs" LinkBase="Common" />
dotnet-watch (2)
dotnet-watch.csproj (2)
48<Compile Include="$(RepoRoot)src\Common\PathUtilities.cs" LinkBase="Common" /> 52<ProjectReference Include="$(RepoRoot)\src\Cli\dotnet\dotnet.csproj" />
dotnet-watch.Tests (2)
dotnet-watch.Tests.csproj (2)
17<ProjectReference Include="$(RepoRoot)\src\BuiltInTools\dotnet-watch\dotnet-watch.csproj" ExcludeAssets="Runtime" /> 18<ProjectReference Include="$(RepoRoot)\src\BuiltInTools\DotNetWatchTasks\DotNetWatchTasks.csproj" ExcludeAssets="Runtime" Private="false" />
Microsoft.AspNetCore.Watch.BrowserRefresh.Tests (1)
Microsoft.AspNetCore.Watch.BrowserRefresh.Tests.csproj (1)
12<ProjectReference Include="$(RepoRoot)src\BuiltInTools\BrowserRefresh\Microsoft.AspNetCore.Watch.BrowserRefresh.csproj" />
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (1)
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests.csproj (1)
23<ProjectReference Include="$(RepoRoot)test\Microsoft.NET.TestFramework\Microsoft.NET.TestFramework.csproj" />
Microsoft.DotNet.ApiCompat.IntegrationTests (4)
Microsoft.DotNet.ApiCompat.IntegrationTests.csproj (4)
14<EmbeddedResource Include="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.PackageValidation\Resources.resx" GenerateSource="true" /> 18<ProjectReference Include="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.PackageValidation\Microsoft.DotNet.PackageValidation.csproj" /> 19<ProjectReference Include="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.ApiCompat.Task\Microsoft.DotNet.ApiCompat.Task.csproj" ReferenceOutputAssembly="false" /> 26<ApiCompatFile Include="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.ApiCompat.Task\**" />
Microsoft.DotNet.ApiCompat.Task (8)
Microsoft.DotNet.ApiCompat.Task.csproj (8)
19<Compile Include="$(RepoRoot)src\Tasks\Common\TaskBase.cs" LinkBase="Common" /> 20<Compile Include="$(RepoRoot)src\Tasks\Common\Logger.cs" LinkBase="Common" /> 21<Compile Include="$(RepoRoot)src\Tasks\Common\LogAdapter.cs" LinkBase="Common" /> 22<Compile Include="$(RepoRoot)src\Tasks\Common\BuildErrorException.cs" LinkBase="Common" /> 23<Compile Include="$(RepoRoot)src\Tasks\Common\Message.cs" LinkBase="Common" /> 24<Compile Include="$(RepoRoot)src\Tasks\Common\MessageLevel.cs" LinkBase="Common" /> 57<None Include="$(RepoRoot)src\Tasks\Microsoft.NET.Build.Tasks\targets\Microsoft.NET.ApiCompat.Common.targets" Pack="true" Link="build/Microsoft.NET.ApiCompat.Common.targets" PackagePath="build/%(Filename)%(Extension)" /> 58<None Include="$(RepoRoot)src\Tasks\Microsoft.NET.Build.Tasks\targets\Microsoft.NET.ApiCompat.ValidatePackage.targets" Pack="true" Link="build/Microsoft.NET.ApiCompat.ValidatePackage.targets" PackagePath="build/%(Filename)%(Extension)" />
Microsoft.DotNet.ApiCompat.Tests (4)
Microsoft.DotNet.ApiCompat.Tests.csproj (4)
11<EmbeddedResource Include="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.ApiCompat.Task\Resources.resx" GenerateSource="true" SubType="Designer" Generator="MSBuild:_GenerateResxSource" ClassName="Microsoft.DotNet.ApiCompat.Resources" ManifestResourceName="Microsoft.DotNet.ApiCompat.Resources" /> 15<ProjectReference Include="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.PackageValidation\Microsoft.DotNet.PackageValidation.csproj" /> 16<ProjectReference Include="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.ApiCompat.Task\Microsoft.DotNet.ApiCompat.Task.csproj" /> 21<Import Project="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.ApiCompat.Shared\Microsoft.DotNet.ApiCompat.Shared.projitems" Label="Shared" />
Microsoft.DotNet.ApiCompatibility (1)
Microsoft.DotNet.ApiCompatibility.csproj (1)
12<Compile Include="$(RepoRoot)src\Common\NullableAttributes.cs" LinkBase="Common" />
Microsoft.DotNet.ApiCompatibility.Tests (1)
Microsoft.DotNet.ApiCompatibility.Tests.csproj (1)
19<ProjectReference Include="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.ApiCompatibility\Microsoft.DotNet.ApiCompatibility.csproj" />
Microsoft.DotNet.ApiDiff.Tests (3)
Microsoft.DotNet.ApiDiff.Tests.csproj (3)
18Include="$(RepoRoot)src\Compatibility\ApiDiff\Microsoft.DotNet.ApiDiff.Tool\AttributesToExclude.txt" 26<ProjectReference Include="$(RepoRoot)src\Compatibility\ApiDiff\Microsoft.DotNet.ApiDiff\Microsoft.DotNet.ApiDiff.csproj" /> 27<ProjectReference Include="$(RepoRoot)src\Compatibility\Microsoft.DotNet.ApiSymbolExtensions\Microsoft.DotNet.ApiSymbolExtensions.csproj" />
Microsoft.DotNet.ApiSymbolExtensions (1)
Microsoft.DotNet.ApiSymbolExtensions.csproj (1)
24<Compile Include="$(RepoRoot)src\Common\NullableAttributes.cs" LinkBase="Common" />
Microsoft.DotNet.ApiSymbolExtensions.Tests (1)
Microsoft.DotNet.ApiSymbolExtensions.Tests.csproj (1)
10<ProjectReference Include="$(RepoRoot)src\Compatibility\Microsoft.DotNet.ApiSymbolExtensions\Microsoft.DotNet.ApiSymbolExtensions.csproj" />
Microsoft.DotNet.Configurer (1)
Microsoft.DotNet.Configurer.csproj (1)
29<Compile Include="$(RepoRoot)src\Common\CliFolderPathCalculatorCore.cs" LinkBase="Common"/>
Microsoft.DotNet.GenAPI.Task (6)
Microsoft.DotNet.GenAPI.Task.csproj (6)
16<Compile Include="$(RepoRoot)src\Tasks\Common\TaskBase.cs" LinkBase="Common" /> 17<Compile Include="$(RepoRoot)src\Tasks\Common\Logger.cs" LinkBase="Common" /> 18<Compile Include="$(RepoRoot)src\Tasks\Common\LogAdapter.cs" LinkBase="Common" /> 19<Compile Include="$(RepoRoot)src\Tasks\Common\BuildErrorException.cs" LinkBase="Common" /> 20<Compile Include="$(RepoRoot)src\Tasks\Common\Message.cs" LinkBase="Common" /> 21<Compile Include="$(RepoRoot)src\Tasks\Common\MessageLevel.cs" LinkBase="Common" />
Microsoft.DotNet.GenAPI.Tests (2)
Microsoft.DotNet.GenAPI.Tests.csproj (2)
19<ProjectReference Include="$(RepoRoot)src\Compatibility\GenAPI\Microsoft.DotNet.GenAPI\Microsoft.DotNet.GenAPI.csproj" /> 20<ProjectReference Include="$(RepoRoot)src\Compatibility\Microsoft.DotNet.ApiSymbolExtensions\Microsoft.DotNet.ApiSymbolExtensions.csproj" />
Microsoft.DotNet.InternalAbstractions (1)
Microsoft.DotNet.InternalAbstractions.csproj (1)
16<Compile Include="$(RepoRoot)src\Common\PathUtilities.cs" LinkBase="Common" />
Microsoft.DotNet.MSBuildSdkResolver (6)
Microsoft.DotNet.MSBuildSdkResolver.csproj (6)
51<Compile Include="$(RepoRoot)src\Cli\dotnet\Commands\Workload\InstallStateContents.cs" LinkBase="Cli" /> 60<Compile Include="$(RepoRoot)src\Common\EnvironmentVariableNames.cs" LinkBase="Common" /> 61<Compile Include="$(RepoRoot)src\Common\CliFolderPathCalculatorCore.cs" LinkBase="Common" /> 62<Compile Include="$(RepoRoot)src\Common\Polyfills.cs" LinkBase="Common" /> 63<Compile Include="$(RepoRoot)src\Common\WorkloadFileBasedInstall.cs" LinkBase="Common" /> 64<Compile Include="$(RepoRoot)src\Common\WorkloadSetVersion.cs" LinkBase="Common" />
Microsoft.DotNet.PackageValidation.Tests (2)
Microsoft.DotNet.PackageValidation.Tests.csproj (2)
14<EmbeddedResource Include="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.PackageValidation\Resources.resx" GenerateSource="true" /> 23<ProjectReference Include="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.PackageValidation\Microsoft.DotNet.PackageValidation.csproj" />
Microsoft.DotNet.TemplateLocator (5)
Microsoft.DotNet.TemplateLocator.csproj (5)
37<Compile Include="$(RepoRoot)src\Common\EnvironmentVariableNames.cs" LinkBase="Common" /> 38<Compile Include="$(RepoRoot)src\Common\Polyfills.cs" LinkBase="Common" /> 39<Compile Include="$(RepoRoot)src\Common\WorkloadFileBasedInstall.cs" LinkBase="Common" /> 40<Compile Include="$(RepoRoot)src\Common\WorkloadSetVersion.cs" LinkBase="Common" /> 41<Compile Include="$(RepoRoot)src\Cli\dotnet\Commands\Workload\InstallStateContents.cs" LinkBase="Cli" />
Microsoft.NET.Build.Extensions.Tasks (1)
Microsoft.NET.Build.Extensions.Tasks.csproj (1)
55<Compile Include="$(RepoRoot)src\Common\MSBuildUtilities.cs" LinkBase="Common" />
Microsoft.NET.Build.Tasks (9)
Microsoft.NET.Build.Tasks.csproj (9)
62<ProjectReference Include="$(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.ApiCompat.Task\Microsoft.DotNet.ApiCompat.Task.csproj" Aliases="unused" PrivateAssets="All" /> 99<Compile Include="$(RepoRoot)src\Common\EnvironmentVariableNames.cs" LinkBase="Common" /> 100<Compile Include="$(RepoRoot)src\Common\CliFolderPathCalculatorCore.cs" LinkBase="Common" /> 101<Compile Include="$(RepoRoot)src\Common\Polyfills.cs" LinkBase="Common" /> 102<Compile Include="$(RepoRoot)src\Common\WorkloadFileBasedInstall.cs" LinkBase="Common" /> 103<Compile Include="$(RepoRoot)src\Common\WorkloadSetVersion.cs" LinkBase="Common" /> 104<Compile Include="$(RepoRoot)src\Common\MSBuildUtilities.cs" LinkBase="Common" /> 105<Compile Include="$(RepoRoot)src\Common\NuGetUtils.NuGet.cs" LinkBase="Common" /> 106<Compile Include="$(RepoRoot)src\Cli\dotnet\Commands\Workload\InstallStateContents.cs" LinkBase="Cli" />
Microsoft.NET.Build.Tests (1)
Microsoft.NET.Build.Tests.csproj (1)
47<Compile Include="$(RepoRoot)src\Common\EnvironmentVariableNames.cs" LinkBase="Common" />
Microsoft.NET.Pack.Tests (1)
Microsoft.NET.Pack.Tests.csproj (1)
25<Compile Include="$(RepoRoot)src\Common\EnvironmentVariableNames.cs" LinkBase="Common"/>
Microsoft.NET.Publish.Tests (1)
Microsoft.NET.Publish.Tests.csproj (1)
31<Compile Include="$(RepoRoot)src\Common\EnvironmentVariableNames.cs" LinkBase="Common" />
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.csproj (1)
4<BlazorWasmSdkRoot>$(RepoRoot)\src\BlazorWasmSdk\</BlazorWasmSdkRoot>
Microsoft.NET.Sdk.Publish.Tasks (5)
Microsoft.NET.Sdk.Publish.Tasks.csproj (5)
4<PublishRoot Condition="'$(PublishRoot)' == ''">$(RepoRoot)\src\WebSdk\Publish\</PublishRoot> 13<Import Project="$(RepoRoot)\src\WebSdk\Package.props" /> 49<Compile Include="$(RepoRoot)src\Common\EnvironmentVariableNames.cs" LinkBase="Common"/> 50<Compile Include="$(RepoRoot)src\Common\CompileOptions.cs" LinkBase="Common"/> 75<Import Project="$(RepoRoot)\src\WebSdk\CopyPackageLayout.targets" />
Microsoft.NET.Sdk.Razor.Tasks (1)
Microsoft.NET.Sdk.Razor.Tasks.csproj (1)
4<RazorSdkRoot>$(RepoRoot)\src\RazorSdk\</RazorSdkRoot>
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Microsoft.NET.Sdk.StaticWebAssets.Tasks.csproj (1)
4<StaticWebAssetsSdkRoot>$(RepoRoot)\src\StaticWebAssetsSdk\</StaticWebAssetsSdkRoot>
Microsoft.NET.Sdk.Web.ProjectSystem.Tasks (3)
Microsoft.NET.Sdk.Web.ProjectSystem.Tasks.csproj (3)
3<ProjectSystemRoot Condition="'$(ProjectSystemRoot)' == ''">$(RepoRoot)\src\WebSdk\ProjectSystem\</ProjectSystemRoot> 9<Import Project="$(RepoRoot)\src\WebSdk\Package.props" /> 27<Import Project="$(RepoRoot)\src\WebSdk\CopyPackageLayout.targets" />
Microsoft.NET.Sdk.Web.Tasks (3)
Microsoft.NET.Sdk.Web.Tasks.csproj (3)
4<WebRoot Condition="'$(WebRoot)' == ''">$(RepoRoot)\src\WebSdk\Web\</WebRoot> 10<Import Project="$(RepoRoot)\src\WebSdk\Package.props" /> 61<Import Project="$(RepoRoot)\src\WebSdk\CopyPackageLayout.targets" />
Microsoft.NET.Sdk.WebAssembly.Tasks (1)
Microsoft.NET.Sdk.WebAssembly.Tasks.csproj (1)
4<WasmSdkRoot>$(RepoRoot)\src\WasmSdk\</WasmSdkRoot>
Microsoft.NET.Sdk.Worker.Tasks (3)
Microsoft.NET.Sdk.Worker.Tasks.csproj (3)
4<WorkerRoot Condition="'$(WorkerRoot)' == ''">$(RepoRoot)\src\WebSdk\Worker\</WorkerRoot> 10<Import Project="$(RepoRoot)\src\WebSdk\Package.props" /> 28<Import Project="$(RepoRoot)\src\WebSdk\CopyPackageLayout.targets" />
Microsoft.NET.Sdk.WorkloadManifestReader (5)
Microsoft.NET.Sdk.WorkloadManifestReader.csproj (5)
12<Compile Include="$(RepoRoot)src\Common\EnvironmentVariableNames.cs" LinkBase="Common" /> 13<Compile Include="$(RepoRoot)src\Common\Polyfills.cs" LinkBase="Common" /> 14<Compile Include="$(RepoRoot)src\Common\WorkloadFileBasedInstall.cs" LinkBase="Common" /> 15<Compile Include="$(RepoRoot)src\Common\WorkloadSetVersion.cs" LinkBase="Common" /> 16<Compile Include="$(RepoRoot)src\Cli\dotnet\Commands\Workload\InstallStateContents.cs" LinkBase="Cli" />
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (2)
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.csproj (2)
26<Compile Include="$(RepoRoot)src\Common\CliFolderPathCalculatorCore.cs" LinkBase="Common" /> 27<Compile Include="$(RepoRoot)src\Common\WorkloadFileBasedInstall.cs" LinkBase="Common" />
Microsoft.NET.TestFramework (1)
Microsoft.NET.TestFramework.csproj (1)
68<Compile Include="$(RepoRoot)src\Common\Polyfills.cs" LinkBase="Common" />
MSBuild.Bootstrap (2)
MSBuild.Bootstrap.csproj (2)
3<Import Project="$(RepoRoot)eng\BootStrapMsBuild.props" /> 57<Import Project="$(RepoRoot)eng\BootStrapMsBuild.targets" />
MSBuild.VSSetup (2)
MSBuild.VSSetup.csproj (2)
19<SwrProperty Include="SourceDir=$(RepoRoot)\src\" /> 43<Import Project="$(RepoRoot)eng\ProducesNoOutput.Settings.props" Condition="$(ShouldSkipProject)"/>
MSBuild.VSSetup.Arm64 (2)
MSBuild.VSSetup.Arm64.csproj (2)
18<SwrProperty Include="SourceDir=$(RepoRoot)\src\" /> 35<Import Project="$(RepoRoot)eng\ProducesNoOutput.Settings.props" Condition="$(ShouldSkipProject)" />
MSBuildFiles (20)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\RepoLayout.props (6)
9<RepoRoot Condition="'$(RepoRoot)' == ''">$([MSBuild]::NormalizeDirectory('$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'global.json'))'))</RepoRoot> 16<DotNetRoot Condition="'$(DotNetRoot)' == ''">$([MSBuild]::NormalizeDirectory('$(RepoRoot)', '.dotnet'))</DotNetRoot> 30<RepositoryEngineeringDir>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'eng'))</RepositoryEngineeringDir> 31<RepositoryToolsDir>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', '.tools'))</RepositoryToolsDir> 35<ArtifactsDir Condition="'$(ArtifactsDir)' == ''">$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'artifacts'))</ArtifactsDir> 61('$(ContinuousIntegrationBuild)' == 'true' or '$(DotNetBuildSourceOnly)' == 'true')">$([MSBuild]::NormalizeDirectory('$(RepoRoot)', '.packages'))</NuGetPackageRoot>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\RepositoryInfo.targets (3)
18<SourceRoot Include="$(RepoRoot)" /> 24<RepositoryUrl Condition="'$(BUILD_REPOSITORY_URI)' == ''">file://$(RepoRoot)</RepositoryUrl> 128Properties="RepoRoot=$(RepoRoot);PackageLicenseExpression=$(PackageLicenseExpression);PackageLicenseExpressionInternal=$(PackageLicenseExpressionInternal);SuppressLicenseValidation=$(SuppressLicenseValidation)"
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
33<DOTNET_INSTALL_DIR Condition="'$(DOTNET_INSTALL_DIR)' == ''">$(RepoRoot).dotnet\</DOTNET_INSTALL_DIR>
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.targets (1)
5<ThirdPartyNotice Condition=" '$(ThirdPartyNotice)' == '' ">$(RepoRoot)THIRDPARTYNOTICES.txt</ThirdPartyNotice>
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (1)
87<NuGetSdkResolverManifest Include="$(RepoRoot)src\MSBuild\SdkResolvers\VS\Microsoft.Build.NuGetSdkResolver.xml" />
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.targets (4)
44<XunitOptions Condition="!$([MSBuild]::IsOSPlatform('windows'))">$(XunitOptions) --settings $(RepoRoot)Coverage.runsettings --test-adapter-path $(NuGetPackageRoot)microsoft.codecoverage/18.0.0-preview-25479-103/build/netstandard2.0</XunitOptions> 65<Compile Include="$(RepoRoot)src\Shared\UnitTests\TestAssemblyInfo.cs" Condition="'$(IsLibraryTestProject)' != 'true'" /> 66<Compile Include="$(RepoRoot)src\Shared\UnitTests\TestProgram.cs" /> 93<Content Include="$(RepoRoot)src\Shared\EmptyDirectoryBuildFiles\*" CopyToOutputDirectory="PreserveNewest"
D\a\_work\1\s\bin_\repo\sdk\test\Microsoft.NET.TestFramework\BuildTestPackages.targets (1)
168<ProjectDir>$(RepoRoot)%(Identity)/</ProjectDir>
D\a\_work\1\s\bin_\repo\sdk\test\Microsoft.NET.TestFramework\SetupTestRoot.targets (2)
23Inputs="$(RepoRoot)NuGet.config" 27<Copy SourceFiles="$(RepoRoot)NuGet.config" DestinationFiles="$(TestLayoutDir)NuGet.config" />
D\a\_work\1\s\bin_\repo\sdk\testAsset.props (1)
7<RestorePackagesPath Condition=" '$(RestorePackagesPath)' == '' ">$(RepoRoot)/artifacts/.nuget/packages</RestorePackagesPath>
MSBuildTaskHost (1)
MSBuildTaskHost.csproj (1)
5<Import Project="$(RepoRoot)eng\ProducesNoOutput.Settings.props" Condition="'$(MSBuildRuntimeType)' == 'Core'" />
redist (5)
redist.csproj (5)
69<ProjectReference Include="$(RepoRoot)src\BuiltInTools\dotnet-watch\dotnet-watch.csproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" Private="false" /> 70<ProjectReference Include="$(RepoRoot)src\BuiltInTools\dotnet-format\dotnet-format.csproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" Private="false" /> 72<ProjectReference Include="$(RepoRoot)template_feed\*\*.csproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" Private="false" /> 74<ProjectReference Include="$(RepoRoot)src\Microsoft.CodeAnalysis.NetAnalyzers\src\Microsoft.CodeAnalysis.NetAnalyzers.Package.csproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" Private="false" /> 85<ProjectReference Include="$(RepoRoot)src\Workloads\VSInsertion\workloads.csproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" Private="false" />
rzc (1)
Microsoft.NET.Sdk.Razor.Tool.csproj (1)
38<Compile Include="$(RepoRoot)src\Common\CliFolderPathCalculatorCore.cs" LinkBase="Common"/>
sdk-tasks (2)
sdk-tasks.csproj (2)
10<Compile Include="$(RepoRoot)\src\Resolvers\Microsoft.NET.Sdk.WorkloadManifestReader\SdkFeatureBand.cs" LinkBase="Common"/> 11<Compile Include="$(RepoRoot)src\Common\WorkloadSetVersion.cs" LinkBase="Common" />
sdk-tasks.Tests (1)
sdk-tasks.Tests.csproj (1)
13<ProjectReference Include="$(RepoRoot)src\Tasks\sdk-tasks\sdk-tasks.csproj" />