1 assignment to MSBuild property FullFrameworkTFM
MSBuildFiles (1)
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
16<FullFrameworkTFM>net472</FullFrameworkTFM>
28 usages of MSBuild property FullFrameworkTFM
DevDivPackage (1)
DevDivPackage.csproj (1)
4<TargetFramework>$(FullFrameworkTFM)</TargetFramework>
Microsoft.Build (2)
Microsoft.Build.csproj (2)
7<TargetFrameworks>$(FullFrameworkTFM);$(LatestDotNetCoreForMSBuild)</TargetFrameworks> 23<ApplyNgenOptimization Condition="'$(TargetFramework)' == '$(FullFrameworkTFM)'">full</ApplyNgenOptimization>
Microsoft.Build.BuildCheck.UnitTests (1)
Microsoft.Build.BuildCheck.UnitTests.csproj (1)
5<TargetFrameworks Condition="'$(MSBuildRuntimeType)' == 'Full'">$(FullFrameworkTFM);$(TargetFrameworks)</TargetFrameworks>
Microsoft.Build.Conversion.Core (1)
Microsoft.Build.Conversion.csproj (1)
4<TargetFramework>$(FullFrameworkTFM)</TargetFramework>
Microsoft.Build.Engine (1)
Microsoft.Build.Engine.csproj (1)
3<TargetFramework>$(FullFrameworkTFM)</TargetFramework>
Microsoft.Build.Engine.UnitTests (2)
Microsoft.Build.Engine.UnitTests.csproj (2)
39<SetTargetFramework Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">TargetFramework=$(FullFrameworkTFM)</SetTargetFramework> 45<SetTargetFramework Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">TargetFramework=$(FullFrameworkTFM)</SetTargetFramework>
Microsoft.Build.Framework (1)
Microsoft.Build.Framework.csproj (1)
12<ApplyNgenOptimization Condition="'$(TargetFramework)' == '$(FullFrameworkTFM)'">full</ApplyNgenOptimization>
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Tasks.csproj (1)
20<ApplyNgenOptimization Condition="'$(TargetFramework)' == '$(FullFrameworkTFM)'">full</ApplyNgenOptimization>
Microsoft.Build.Utilities.Core (1)
Microsoft.Build.Utilities.csproj (1)
17<ApplyNgenOptimization Condition="'$(TargetFramework)' == '$(FullFrameworkTFM)'">full</ApplyNgenOptimization>
Microsoft.NET.StringTools.net35.UnitTests (1)
StringTools.UnitTests.net35.csproj (1)
8<TargetFrameworks>$(FullFrameworkTFM)</TargetFrameworks>
MSBuild (9)
MSBuild.csproj (9)
237<_OurFiles Include="$(OutputPath)%(_TargetFrameworks.Identity)\MSBuild.exe.config" TargetFramework="%(_TargetFrameworks.Identity)" Condition=" '%(_TargetFrameworks.Identity)' == '$(FullFrameworkTFM)' " /> 238<_OurFiles Include="$(OutputPath)%(_TargetFrameworks.Identity)\Microsoft.Build.Framework.tlb" TargetFramework="%(_TargetFrameworks.Identity)" Condition=" '%(_TargetFrameworks.Identity)' == '$(FullFrameworkTFM)' and '$(CreateTlb)' == 'true'" /> 239<_OurFiles Include="$(OutputPath)%(_TargetFrameworks.Identity)\Microsoft.Data.Entity.targets" TargetFramework="%(_TargetFrameworks.Identity)" Condition=" '%(_TargetFrameworks.Identity)' == '$(FullFrameworkTFM)' " /> 240<_OurFiles Include="$(OutputPath)%(_TargetFrameworks.Identity)\Microsoft.ServiceModel.targets" TargetFramework="%(_TargetFrameworks.Identity)" Condition=" '%(_TargetFrameworks.Identity)' == '$(FullFrameworkTFM)' " /> 241<_OurFiles Include="$(OutputPath)%(_TargetFrameworks.Identity)\Microsoft.WinFx.targets" TargetFramework="%(_TargetFrameworks.Identity)" Condition=" '%(_TargetFrameworks.Identity)' == '$(FullFrameworkTFM)' " /> 242<_OurFiles Include="$(OutputPath)%(_TargetFrameworks.Identity)\Microsoft.WorkflowBuildExtensions.targets" TargetFramework="%(_TargetFrameworks.Identity)" Condition=" '%(_TargetFrameworks.Identity)' == '$(FullFrameworkTFM)' " /> 243<_OurFiles Include="$(OutputPath)%(_TargetFrameworks.Identity)\Microsoft.Xaml.targets" TargetFramework="%(_TargetFrameworks.Identity)" Condition=" '%(_TargetFrameworks.Identity)' == '$(FullFrameworkTFM)' " /> 244<_OurFiles Include="$(OutputPath)%(_TargetFrameworks.Identity)\Workflow.Targets" TargetFramework="%(_TargetFrameworks.Identity)" Condition=" '%(_TargetFrameworks.Identity)' == '$(FullFrameworkTFM)' " /> 245<_OurFiles Include="$(OutputPath)%(_TargetFrameworks.Identity)\Workflow.VisualBasic.Targets" TargetFramework="%(_TargetFrameworks.Identity)" Condition=" '%(_TargetFrameworks.Identity)' == '$(FullFrameworkTFM)' " />
MSBuild.VSSetup (1)
MSBuild.VSSetup.csproj (1)
4<TargetFramework>$(FullFrameworkTFM)</TargetFramework>
MSBuild.VSSetup.Arm64 (1)
MSBuild.VSSetup.Arm64.csproj (1)
4<TargetFramework>$(FullFrameworkTFM)</TargetFramework>
MSBuildFiles (4)
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.props (2)
33<LibraryTargetFrameworks>$(FullFrameworkTFM);$(LatestDotNetCoreForMSBuild);netstandard2.0</LibraryTargetFrameworks> 39<RuntimeOutputTargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(FullFrameworkTFM);$(RuntimeOutputTargetFrameworks)</RuntimeOutputTargetFrameworks>
D\a\_work\1\s\bin_\repo\msbuild\src\Package\GetBinPaths.Arm64.targets (1)
10SetTargetFramework="TargetFramework=$(FullFrameworkTFM)"
D\a\_work\1\s\bin_\repo\msbuild\src\Package\GetBinPaths.targets (1)
33SetTargetFramework="TargetFramework=$(FullFrameworkTFM)"
ProjectCachePlugin (1)
ProjectCachePlugin.csproj (1)
8<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(FullFrameworkTFM);$(LatestDotNetCoreForMSBuild)</TargetFrameworks>