1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00
Satori/eng/references.props
2019-05-22 15:56:13 -07:00

10 lines
No EOL
382 B
XML

<Project>
<PropertyGroup>
<!--
The Microsoft.NET.Sdk defaults the AssemblySearchPaths earlier, so default
the correct search paths here. We are rather restrictive by design - only ref assemblies should
be resolved by default.
-->
<AssemblySearchPaths>$(AssemblySearchPaths);$(RefPath);{RawFileName}</AssemblySearchPaths>
</PropertyGroup>
</Project>