I need to link a file in a comment so that others can click it and the explorer opens the folder or the file opens I need something like this:
/// <summary>
/// Does something see file://$(SolutionDir)/SomeFolder/somefile.txt"
/// </summary>
public void MyMethod()
{}