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>
2305
AdditionalSearchPaths="$(
ReferencePath
);$(OutDir)"
2882
$(
ReferencePath
);
2932
$(
ReferencePath
);