Skip to content

Commit 5e64738

Browse files
authored
Update walkthrough-using-msbuild.md
1 parent 6179bf4 commit 5e64738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/walkthrough-using-msbuild.md

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)