97 assignments to MSBuild item ProjectReference
DevDivPackage (4)
DevDivPackage.csproj (4)
15<ProjectReference Include="..\..\MSBuild\MSBuild.csproj" /> 16<ProjectReference Include="..\..\Framework\Microsoft.Build.Framework.csproj" /> 17<ProjectReference Include="..\..\Deprecated\Conversion\Microsoft.Build.Conversion.csproj" /> 18<ProjectReference Include="..\..\Deprecated\Engine\Microsoft.Build.Engine.csproj" />
Localization (1)
Localization.csproj (1)
10<ProjectReference Include="..\..\MSBuild\MSBuild.csproj" />
Microsoft.Build (2)
Microsoft.Build.csproj (2)
31<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 32<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)
20<ProjectReference Include="..\MSBuild\MSBuild.csproj" /> 21<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 22<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 23<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" /> 26<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" />
Microsoft.Build.Conversion.Core (2)
Microsoft.Build.Conversion.csproj (2)
38<ProjectReference Include="..\..\Build\Microsoft.Build.csproj" /> 39<ProjectReference Include="..\Engine\Microsoft.Build.Engine.csproj" />
Microsoft.Build.Engine (1)
Microsoft.Build.Engine.csproj (1)
25<ProjectReference Include="..\..\Framework\Microsoft.Build.Framework.csproj" />
Microsoft.Build.Engine.OM.UnitTests (6)
Microsoft.Build.Engine.OM.UnitTests.csproj (6)
61<ProjectReference Include="..\Build\Microsoft.Build.csproj" /> 62<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 63<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 64<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" /> 65<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 66<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" />
Microsoft.Build.Engine.UnitTests (11)
Microsoft.Build.Engine.UnitTests.csproj (11)
29<ProjectReference Include="..\Build\Microsoft.Build.csproj" /> 30<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 31<ProjectReference Include="..\MSBuild\MSBuild.csproj" /> 32<ProjectReference Include="..\MSBuildTaskHost\MSBuildTaskHost.csproj" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" Aliases="MSBuildTaskHost" /> 33<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" /> 34<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 35<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 36<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" /> 38<ProjectReference Include="..\Samples\TaskWithDependency\TaskWithDependency.csproj" Private="false" ReferenceOutputAssembly="false" OutputItemType="TaskWithDependencyResolvedProjectReferencePath"> 42<ProjectReference Include="..\Samples\PortableTask\PortableTask.csproj" Private="false" ReferenceOutputAssembly="false" OutputItemType="PortableTaskResolvedProjectReferencePath" /> 44<ProjectReference Include="..\Samples\ProjectCachePlugin\ProjectCachePlugin.csproj" Private="false" ReferenceOutputAssembly="false">
Microsoft.Build.Framework.UnitTests (4)
Microsoft.Build.Framework.UnitTests.csproj (4)
19<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 20<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 21<ProjectReference Include="..\StringTools\StringTools.csproj" /> 22<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" />
Microsoft.Build.Tasks.Core (5)
Microsoft.Build.Tasks.csproj (5)
658<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" SetTargetFramework="TargetFramework=netstandard2.0" OutputItemType="NetstandardRefAssemblies" /> 659<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" SetTargetFramework="TargetFramework=netstandard2.0" OutputItemType="NetstandardRefAssemblies" /> 660<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 661<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 662<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)
16<ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> 17<ProjectReference Include="..\Build\Microsoft.Build.csproj" /> 18<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" /> 19<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 20<ProjectReference Include="..\MSBuild\MSBuild.csproj" ReferenceOutputAssembly="false" OutputItemType="ReferenceCopyLocalPaths" /> 21<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> 22<ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" />
Microsoft.NET.StringTools.net35.UnitTests (1)
StringTools.UnitTests.net35.csproj (1)
25<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)
199<ProjectReference Include="..\Build\Microsoft.Build.csproj" /> 200<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" PrivateAssets="All" /> 201<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" />
MSBuild.Bootstrap (4)
MSBuild.Bootstrap.csproj (4)
15<ProjectReference Include="..\MSBuild\MSBuild.csproj" /> 18<ProjectReference Include="..\Framework\Microsoft.Build.Framework.csproj" /> 19<ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" /> 20<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 (8)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets (1)
493<ProjectReference Include="@(_TransitiveProjectReferences)" />
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
1557<ProjectReference Condition="'%(ProjectReference.Extension)' == '.esproj' and '%(ProjectReference.ReferenceOutputAssembly)' == ''">
D\a\_work\1\s\bin_\repo\msbuild\src\BuildCheck.UnitTests\TestAssets\Common\CommonTest.props (1)
14<ProjectReference Include="..\..\..\Build\Microsoft.Build.csproj" IncludeInPackage="true" />
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 (4)
6<ProjectReference Include="$(MSBuildThisFileDirectory)\..\MSBuild\MSBuild.csproj" 12<ProjectReference Include="$(MSBuildThisFileDirectory)\..\Framework\Microsoft.Build.Framework.csproj" 17<ProjectReference Include="$(MSBuildThisFileDirectory)\..\MSBuildTaskHost\MSBuildTaskHost.csproj" 22<ProjectReference Include="$(MSBuildThisFileDirectory)\..\Deprecated\Conversion\Microsoft.Build.Conversion.csproj"
MSBuildTaskHost (1)
MSBuildTaskHost.csproj (1)
247<ProjectReference Include="..\StringTools\StringTools.csproj" />
ProjectCachePlugin (2)
ProjectCachePlugin.csproj (2)
11<ProjectReference Include="..\..\Build\Microsoft.Build.csproj" /> 12<ProjectReference Include="..\..\Framework\Microsoft.Build.Framework.csproj" />
StringTools.Benchmark (1)
StringTools.Benchmark.csproj (1)
26<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" />
7 usages of MSBuild item ProjectReference
MSBuildFiles (7)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (3)
404ProjectReferences="@(ProjectReference)" 1058ProjectReferences="@(ProjectReference)" 1177<ConvertToAbsolutePath Paths="@(ProjectReference)">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
1581Condition="'$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!=''"> 1599ProjectReferences="@(ProjectReference)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (1)
409<_ProjectReferencesWithoutOutputAssembly Include="@(ProjectReference->WithMetadataValue('ReferenceOutputAssembly', 'false'))">
D\a\_work\1\s\bin_\repo\msbuild\src\BuildCheck.UnitTests\TestAssets\Common\CommonTest.targets (1)
18<JoinItems Left="@(ResolvedCompileFileDefinitions)" LeftKey="NuGetPackageId" LeftMetadata="*" Right="@(ProjectReference)" RightKey="" RightMetadata="*" ItemSpecToUse="Left">