diff options
Diffstat (limited to '3rdparty/genie/docs/scripting-reference.md')
-rw-r--r-- | 3rdparty/genie/docs/scripting-reference.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/genie/docs/scripting-reference.md b/3rdparty/genie/docs/scripting-reference.md index cb1cf00f957..d69825f8696 100644 --- a/3rdparty/genie/docs/scripting-reference.md +++ b/3rdparty/genie/docs/scripting-reference.md @@ -371,7 +371,7 @@ Specifies a list of arguments to pas to the application when run under the debug **Note:** Not implemented for Xcode 3, where it must be configured in a per-user config file. -**Note:** In Visual Studio, this can be overridden by a per-user config file (e.g. ProjectName.vcxproj.MYDOMAIN-MYUSERNAME.user). Removing this file (`genie clean`) will restore the default settings. +**Note:** In Visual Studio, this can be overridden by a per-user config file (e.g. ProjectName.vcxproj.MYDOMAIN-MYUSERNAME.user). **Scope:** solutions, projects, configurations @@ -391,7 +391,7 @@ Sets the working directory for the integrated debugger. **Note:** Not implemented for Xcode 3, where it must be configured in a per-user config file. -**Note:** In Visual Studio, this can be overridden by a per-user config file (e.g. ProjectName.vcxproj.MYDOMAIN-MYUSERNAME.user). Removing this file (`genie clean`) will restore the default settings. +**Note:** In Visual Studio, this can be overridden by a per-user config file (e.g. ProjectName.vcxproj.MYDOMAIN-MYUSERNAME.user). **Scope:** solutions, projects, configurations |