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
C# projects offer the ability to add existing items as link (explanation with image). This option differs from the normal "Add existing item" because it does not copy the selected file, even if it is located outside of the project directory.
Nemerle projects don't have that option in the FileOpenDialog, which would come in handy in some situations.
For now one needs to add something like the following to the .nproj file:
C# projects offer the ability to add existing items as link (explanation with image). This option differs from the normal "Add existing item" because it does not copy the selected file, even if it is located outside of the project directory.
Nemerle projects don't have that option in the FileOpenDialog, which would come in handy in some situations.
For now one needs to add something like the following to the
.nproj
file:See also aspnet/Tooling#147 where the same issue exists.
The text was updated successfully, but these errors were encountered: