Xamarin Studio user reference paths -
in project properties on windows visual studio, can set 'references paths'. instructs vs @ location dlls before looking elsewhere. stored in csproj.users file. during development, add our custom private nuget packages override locally reference paths using said 'path'. on windows.
over ios , xamarin studio, not have ability, in fact there no csproj.user file generated/used. tried adding 1 gets ignored during build.
i noticed in csproj file nuget packages have hint paths change part of prebuild task in debug seems clunky.
is not possible override these settings per user/solution
Comments
Post a Comment