mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
10 lines
No EOL
382 B
XML
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> |