4 usages of MSBuild property ReferencePath
MSBuildFiles (4)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (4)
649
<AssemblySearchPaths Condition="'$(AssemblySearchPath_UseReferencePath)' != 'false'">$(AssemblySearchPaths);$(
ReferencePath
)</AssemblySearchPaths>
2306
AdditionalSearchPaths="$(
ReferencePath
);$(OutDir)"
2883
$(
ReferencePath
);
2933
$(
ReferencePath
);