You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2023. It is now read-only.
Load Native binaries from solution's package folder
We define a new MSBuild property, $(PackageDir) and look for
the native binaries in there.
This new property is based on $(SolutionDir) if that's defined.
$(SolutionDir) is defined if you build with Visual Studio. If
not, you need to pass it via msbuild.exe /p:SolutionDir=path
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
0 commit comments