+> The path used in the `targets` switch is not a filesystem path. It is a path in the solution's internal representation, and visible in **Solution Explorer**. For example, you can't use filesystem path syntax such as `.` or `..` in the `targets` switch. That is why a project referenced in another filesystem location like `NotInSlnFolder` doesn't require an explicit path, but a project within a solution folder `InSolutionFolder` does. Solutions can also have folders, created by **Add** > **Solution folder** in Visual Studio. Those folders are used to organize projects within the solution when viewed in **Solution Explorer** in Visual Studio. The layout in the filesystem can be different from the solution folder structure. See [Solution folders](../ide/solutions-and-projects-in-visual-studio.md#solution-folder).
0 commit comments