Skip to content

Commit 1cf9e94

Browse files
authored
fix typo
1 parent 46af712 commit 1cf9e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Properties can be customized at several points:
5050

5151
#### Per-User properties (not committed to version control)
5252

53-
- Per-user per-project properties should be set in the `.props.user` file adjacent to each csproj file. This is typically where you set the `$(ReferencePath)` pointing to your KSP install (this can be set from inside VS!)
53+
- Per-user per-project properties should be set in the `.csproj.user` file adjacent to each csproj file. This is typically where you set the `$(ReferencePath)` pointing to your KSP install (this can be set from inside VS!)
5454
- Per-user properties for the whole mod should be set in `$(SolutionName).props.user`. If you have multiple projects in the solution, you can set `$(KSPRoot)` in here so that you don't have to set it for each project.
5555

5656
You should have `.user` files added to your `.gitignore` file.

0 commit comments

Comments
 (0)