6 usages of MSBuild property FeatureMSIORedist
Microsoft.Build (1)
Microsoft.Build.csproj (1)
37<PackageReference Include="Microsoft.IO.Redist" Condition="'$(FeatureMSIORedist)' == 'true'" />
Microsoft.Build.Engine.OM.UnitTests (1)
Microsoft.Build.Engine.OM.UnitTests.csproj (1)
23<PackageReference Include="Microsoft.IO.Redist" Condition="'$(FeatureMSIORedist)' == 'true'" />
Microsoft.Build.Framework.UnitTests (1)
Microsoft.Build.Framework.UnitTests.csproj (1)
12<PackageReference Include="Microsoft.IO.Redist" Condition="'$(FeatureMSIORedist)' == 'true'" />
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Tasks.csproj (1)
665<PackageReference Include="Microsoft.IO.Redist" Condition="'$(FeatureMSIORedist)' == 'true'" />
Microsoft.Build.Utilities.Core (1)
Microsoft.Build.Utilities.csproj (1)
25<PackageReference Include="Microsoft.IO.Redist" Condition="'$(FeatureMSIORedist)' == 'true'" />
MSBuild (1)
MSBuild.csproj (1)
177<PackageReference Include="Microsoft.IO.Redist" Condition="'$(FeatureMSIORedist)' == 'true'" />