use new solution file format in module/theme template

This commit is contained in:
sbwalker
2025-10-31 08:24:22 -04:00
parent fe16594885
commit b917a7bbf6
4 changed files with 12 additions and 82 deletions

View File

@@ -0,0 +1,7 @@
<Solution>
<Project Path="..\[RootFolder]\Oqtane.Server\Oqtane.Server.csproj" DefaultStartup="true" />
<Project Path="Client\[Owner].Module.[Module].Client.csproj" />
<Project Path="Server\[Owner].Module.[Module].Server.csproj" />
<Project Path="Shared\[Owner].Module.[Module].Shared.csproj" />
<Project Path="Package\[Owner].Module.[Module].Package.csproj" />
</Solution>