Skip to content

Commit

Permalink
Merge pull request #281 from AvaloniaUI/fix-rider-solution-folder
Browse files Browse the repository at this point in the history
Fix rider solution folder
  • Loading branch information
maxkatz6 authored Nov 15, 2024
2 parents 1f69a9c + 3e19413 commit 6fa7c2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion templates/csharp/xplat/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"defaultName": "AvaloniaApplication",
"tags": {
"language": "C#",
"type": "project"
"type": "solution",
"editorTreatAs": "solution"
},
"symbols": {
"Framework": {
Expand Down
2 changes: 1 addition & 1 deletion templates/csharp/xplat/AvaloniaTest.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DA99C4E-89E3-4049-9C22-0A7EC60D83D8}"
ProjectSection(SolutionItems) = preProject
#if (UseCentralPackageManagement)
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
#else
Directory.Build.props = Directory.Build.props
#endif
Expand Down
3 changes: 2 additions & 1 deletion templates/fsharp/xplat/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"defaultName": "AvaloniaApplication",
"tags": {
"language": "F#",
"type": "project"
"type": "solution",
"editorTreatAs": "solution"
},
"sourceName": "AvaloniaTest",
"preferNameDirectory": true,
Expand Down

0 comments on commit 6fa7c2b

Please sign in to comment.