Skip to content

Commit 5b35a20

Browse files
authored
Merge pull request #4160 from mrlacey/patch-14
reference "using directives" correctly
2 parents cf8f0cc + b16112f commit 5b35a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following procedure shows how to set the minimum operating system version in
6666

6767
1. Create a new **Console App** project for the command. Name the project **ChangeOSVersionCS**.
6868

69-
2. In *Program.cs*, add the following line to the other `using` statements at the top of the file:
69+
2. In *Program.cs*, add the following line to the other `using` directives at the top of the file:
7070

7171
```csharp
7272
using System.Xml;
@@ -173,4 +173,4 @@ Next, invoke this command in a post-build event to modify the application manife
173173
- [Build Events page, Project Designer (C#)](../ide/reference/build-events-page-project-designer-csharp.md)
174174
- [Pre-build event/Post-build event command line dialog box](../ide/reference/pre-build-event-post-build-event-command-line-dialog-box.md)
175175
- [How to: Specify build events (Visual Basic)](../ide/how-to-specify-build-events-visual-basic.md)
176-
- [Compile and build](../ide/compiling-and-building-in-visual-studio.md)
176+
- [Compile and build](../ide/compiling-and-building-in-visual-studio.md)

0 commit comments

Comments
 (0)