[Docs] Fix project name in building.md

This commit is contained in:
Atvaark 2019-10-02 23:34:43 +02:00 committed by Rick Gibbed
parent f748e5af49
commit 3481f739a1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ xb genspirv
#### Debugging #### Debugging
VS behaves oddly with the debug paths. Open the xenia project properties VS behaves oddly with the debug paths. Open the 'xenia-app' project properties
and set the 'Command' to `$(SolutionDir)$(TargetPath)` and the and set the 'Command' to `$(SolutionDir)$(TargetPath)` and the
'Working Directory' to `$(SolutionDir)..\..`. You can specify flags and 'Working Directory' to `$(SolutionDir)..\..`. You can specify flags and
the file to run in the 'Command Arguments' field (or use `--flagfile=flags.txt`). the file to run in the 'Command Arguments' field (or use `--flagfile=flags.txt`).