Skip to content

Commit e65182b

Browse files
authored
Merge pull request #9564 from Cazka/Cazka-patch-1
Update walkthrough-using-msbuild.md
2 parents 6179bf4 + e4344e4 commit e65182b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/walkthrough-using-msbuild.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To install MSBuild on a system that doesn't have Visual Studio, go to Build Tool
5050

5151
## Create an MSBuild project
5252

53-
The Visual Studio project system is based on MSBuild. This makes it easy to create a new project file using Visual Studio. In this section, you create a Visual C# project file. You can choose to create a Visual Basic project file instead. In the context of this walkthrough, the difference between the two project files is minor.
53+
The Visual Studio project system is based on MSBuild. This makes it easy to create a new project file using Visual Studio. In this section, you create a C# project file. You can choose to create a Visual Basic project file instead. In the context of this walkthrough, the difference between the two project files is minor.
5454

5555
**To create a project file**
5656

@@ -64,7 +64,7 @@ To install MSBuild on a system that doesn't have Visual Studio, go to Build Tool
6464

6565
## Examine the project file
6666

67-
In the previous section, you used Visual Studio to create a Visual C# project file. The project file is represented in **Solution Explorer** by the project node named BuildApp. You can use the Visual Studio code editor to examine the project file.
67+
In the previous section, you used Visual Studio to create a C# project file. The project file is represented in **Solution Explorer** by the project node named BuildApp. You can use the Visual Studio code editor to examine the project file.
6868

6969
**To examine the project file**
7070

0 commit comments

Comments
 (0)