Skip to content

Commit 5e5fff9

Browse files
committed
clarify, improve wording
1 parent 43da70f commit 5e5fff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/how-to-specify-build-events-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ When you perform the previous steps, Visual Studio modifies your project file by
9090
</Target>
9191
```
9292

93-
The `Exec` element refers to the MSBuild `Exec` task. You can refer to the [Exec task](../msbuild/exec-task.md) to see what other parameters you can use to customize the behavior. For example, you can set `WorkingDirectory` to set the folder from which the executable is run. The default working directory is the directory that contains the project file.
93+
The `Exec` element refers to the MSBuild `Exec` task. See [Exec task](../msbuild/exec-task.md) for information on what other parameters you can use to customize the execution. For example, you can use `WorkingDirectory` to set the folder from which the executable is run. The default is the directory that contains the project file.
9494

9595
```xml
9696
<Exec Command="call prebuild.bat" WorkingDirectory="$(OutDir)">

0 commit comments

Comments
 (0)