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>
2318
AdditionalSearchPaths="$(
ReferencePath
);$(OutDir)"
2924
$(
ReferencePath
);
2974
$(
ReferencePath
);