Skip to content

Commit

Permalink
fix: list the web project first in the .sln so it is the default star…
Browse files Browse the repository at this point in the history
…tup project
  • Loading branch information
ascott18 committed Apr 17, 2024
1 parent d66547d commit d03bbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/Coalesce.Starter.Vue.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coalesce.Starter.Vue.Data", "Coalesce.Starter.Vue.Data\Coalesce.Starter.Vue.Data.csproj", "{038A995F-1FFD-4A2C-A7C8-12562EA8A7CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coalesce.Starter.Vue.Web", "Coalesce.Starter.Vue.Web\Coalesce.Starter.Vue.Web.csproj", "{47B24900-4B6C-4252-8EDF-2F2262CE7BF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coalesce.Starter.Vue.Data", "Coalesce.Starter.Vue.Data\Coalesce.Starter.Vue.Data.csproj", "{038A995F-1FFD-4A2C-A7C8-12562EA8A7CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{609092D6-B426-4AFA-B33E-D4200ADAF917}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{052426CE-FBCC-427E-AD06-18CEF42032DB}"
Expand Down

0 comments on commit d03bbef

Please sign in to comment.