2 assignments to MSBuild property ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.NetFramework.CurrentVersion.targets (1)
21
<
ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets
Condition="'$(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets)' == ''">true</ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.NETFramework.targets (1)
63
<
ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets
>false</ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets>
3 usages of MSBuild property ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets
MSBuildFiles (3)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.NetFramework.CurrentVersion.targets (2)
21
<ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets Condition="'$(
ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets
)' == ''">true</ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets>
25
<Import Project="$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportBefore\*" Condition="'$(
ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets
)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.NETFramework.targets\ImportBefore')"/>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.NETFramework.targets (1)
55
<ImportUserLocationsByWildcardBefore40MicrosoftNetFrameworkTargets Condition="'$(ImportUserLocationsByWildcardBefore40MicrosoftNetFrameworkTargets)' == ''">$(
ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets
)</ImportUserLocationsByWildcardBefore40MicrosoftNetFrameworkTargets>