87 assignments to MSBuild item ProjectReference
DevDivPackage (2)
DevDivPackage.csproj (2)
16<ProjectReference Include="..\..\MSBuild\MSBuild.csproj" /> 17<ProjectReference Include="..\..\Framework\Microsoft.Build.Framework.csproj" />
Localization (1)
Localization.csproj (1)
10<ProjectReference Include="..\..\MSBuild\MSBuild.csproj" />
Microsoft.Build (2)
Microsoft.Build.csproj (2)
32<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 33<ProjectReference Include="..\StringTools\StringTools.csproj" />
Microsoft.Build.BuildCheck.UnitTests (8)
Microsoft.Build.BuildCheck.UnitTests.csproj (8)
13<ProjectReference Include="..\Build\Microsoft.Build.csproj" /> 14<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" /> 15<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" /> 16<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 20<ProjectReference Include=".\TestAssets\CustomCheck\CustomCheck.csproj" /> 21<ProjectReference Include=".\TestAssets\CustomCheck2\CustomCheck2.csproj" /> 22<ProjectReference Include=".\TestAssets\InvalidCustomCheck\InvalidCustomCheck.csproj" /> 23<ProjectReference Include=".\TestAssets\ErrorCustomCheck\ErrorCustomCheck.csproj" />
Microsoft.Build.CommandLine.UnitTests (5)
Microsoft.Build.CommandLine.UnitTests.csproj (5)
21<ProjectReference Include="..\MSBuild\MSBuild.csproj" /> 22<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 23<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 24<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" /> 27<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" />
Microsoft.Build.Engine.OM.UnitTests (6)
Microsoft.Build.Engine.OM.UnitTests.csproj (6)
62<ProjectReference Include="..\Build\Microsoft.Build.csproj" /> 63<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 64<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 65<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" /> 66<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 67<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" />
Microsoft.Build.Engine.UnitTests (11)
Microsoft.Build.Engine.UnitTests.csproj (11)
35<ProjectReference Include="..\Build\Microsoft.Build.csproj" /> 36<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 37<ProjectReference Include="..\MSBuild\MSBuild.csproj" /> 38<ProjectReference Include="..\MSBuildTaskHost\MSBuildTaskHost.csproj" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" Aliases="MSBuildTaskHost" /> 39<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" /> 40<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 41<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 42<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" /> 44<ProjectReference Include="..\Samples\TaskWithDependency\TaskWithDependency.csproj" Private="false" ReferenceOutputAssembly="false" OutputItemType="TaskWithDependencyResolvedProjectReferencePath"> 48<ProjectReference Include="..\Samples\PortableTask\PortableTask.csproj" Private="false" ReferenceOutputAssembly="false" OutputItemType="PortableTaskResolvedProjectReferencePath" /> 50<ProjectReference Include="..\Samples\ProjectCachePlugin\ProjectCachePlugin.csproj" Private="false" ReferenceOutputAssembly="false">
Microsoft.Build.Framework.UnitTests (4)
Microsoft.Build.Framework.UnitTests.csproj (4)
20<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 21<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 22<ProjectReference Include="..\StringTools\StringTools.csproj" /> 23<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" />
Microsoft.Build.Tasks.Core (5)
Microsoft.Build.Tasks.csproj (5)
640<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" SetTargetFramework="TargetFramework=netstandard2.0" OutputItemType="NetstandardRefAssemblies" /> 641<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" SetTargetFramework="TargetFramework=netstandard2.0" OutputItemType="NetstandardRefAssemblies" /> 642<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 643<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 644<ProjectReference Include="..\StringTools\StringTools.csproj" />
Microsoft.Build.Tasks.UnitTests (9)
Microsoft.Build.Tasks.UnitTests.csproj (9)
22<ProjectReference Include="..\Build\Microsoft.Build.csproj" /> 23<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 24<ProjectReference Include="..\MSBuild\MSBuild.csproj" /> 25<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" /> 26<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 27<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 28<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" /> 29<ProjectReference Include="..\Samples\PortableTask\PortableTask.csproj" ReferenceOutputAssembly="false" Private="false" /> 30<ProjectReference Include="..\Samples\Dependency\Dependency.csproj" ReferenceOutputAssembly="false" Private="false" />
Microsoft.Build.UnitTests.Shared (4)
Microsoft.Build.UnitTests.Shared.csproj (4)
18<ProjectReference Include="..\Build\Microsoft.Build.csproj" /> 19<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 20<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 21<ProjectReference Include="..\MSBuild.Bootstrap\MSBuild.Bootstrap.csproj">
Microsoft.Build.Utilities.Core (2)
Microsoft.Build.Utilities.csproj (2)
22<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 23<ProjectReference Include="..\StringTools\StringTools.csproj" />
Microsoft.Build.Utilities.UnitTests (7)
Microsoft.Build.Utilities.UnitTests.csproj (7)
17<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 18<ProjectReference Include="..\Build\Microsoft.Build.csproj" /> 19<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" /> 20<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 21<ProjectReference Include="..\MSBuild\MSBuild.csproj" ReferenceOutputAssembly="false" OutputItemType="ReferenceCopyLocalPaths" /> 22<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 23<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" />
Microsoft.NET.StringTools.net35.UnitTests (1)
StringTools.UnitTests.net35.csproj (1)
21<ProjectReference Include="..\StringTools\StringTools.csproj" Aliases="StringToolsNet35">
Microsoft.NET.StringTools.UnitTests (1)
StringTools.UnitTests.csproj (1)
19<ProjectReference Include="..\StringTools\StringTools.csproj" />
MSBuild (3)
MSBuild.csproj (3)
200<ProjectReference Include="..\Build\Microsoft.Build.csproj" /> 201<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" PrivateAssets="All" /> 202<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" />
MSBuild.Bootstrap (4)
MSBuild.Bootstrap.csproj (4)
18<ProjectReference Include="..\MSBuild\MSBuild.csproj" /> 21<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 22<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" /> 23<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" />
MSBuild.VSSetup (1)
MSBuild.VSSetup.csproj (1)
14<ProjectReference Include="..\..\Build\Microsoft.Build.csproj" PrivateAssets="All"/>
MSBuild.VSSetup.Arm64 (1)
MSBuild.VSSetup.Arm64.csproj (1)
13<ProjectReference Include="..\..\Build\Microsoft.Build.csproj" PrivateAssets="All" />
MSBuildFiles (5)
D\a\_work\1\s\bin_\repo\msbuild\src\BuildCheck.UnitTests\TestAssets\Common\CommonTest.props (1)
14<ProjectReference Include="..\..\..\Build\Microsoft.Build.csproj" />
D\a\_work\1\s\bin_\repo\msbuild\src\Package\GetBinPaths.Arm64.targets (1)
13<ProjectReference Include="$(MSBuildThisFileDirectory)\..\Framework\Microsoft.Build.Framework.csproj"
D\a\_work\1\s\bin_\repo\msbuild\src\Package\GetBinPaths.targets (3)
6<ProjectReference Include="$(MSBuildThisFileDirectory)\..\MSBuild\MSBuild.csproj" 12<ProjectReference Include="$(MSBuildThisFileDirectory)\..\Framework\Microsoft.Build.Framework.csproj" 17<ProjectReference Include="$(MSBuildThisFileDirectory)\..\MSBuildTaskHost\MSBuildTaskHost.csproj"
MSBuildTaskHost (1)
MSBuildTaskHost.csproj (1)
248<ProjectReference Include="..\StringTools\StringTools.csproj" />
StringTools.Benchmark (1)
StringTools.Benchmark.csproj (1)
20<ProjectReference Include="..\StringTools\StringTools.csproj" />
TaskWithDependency (3)
TaskWithDependency.csproj (3)
15<ProjectReference Include="..\..\Framework\Microsoft.Build.Framework.csproj" /> 16<ProjectReference Include="..\..\Utilities\Microsoft.Build.Utilities.csproj" /> 17<ProjectReference Include="..\Dependency\Dependency.csproj" />