You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Properties can be customized at several points:
50
50
51
51
#### Per-User properties (not committed to version control)
52
52
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!)
54
54
- 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.
55
55
56
56
You should have `.user` files added to your `.gitignore` file.
0 commit comments