Steps to reproduce:
- Open Visual Studio 2017.
- Create a new project of type Class Library (.NET Framework).
- Go to project properties > Build
Expected results: the Output Path should be bin\Debug\, relative to the project's directory.
Actual results: the Output Path is absolute and starts with the root output path.