Merge pull request #6029 from sbwalker/dev

update default module/theme template solution files to avoid building the linked Oqtane.Server project
This commit is contained in:
Shaun Walker
2026-02-11 14:04:13 -05:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
<Solution>
<Project Path="..\[RootFolder]\Oqtane.Server\Oqtane.Server.csproj" DefaultStartup="true" />
<Project Path="..\[RootFolder]\Oqtane.Server\Oqtane.Server.csproj" DefaultStartup="true">
<Build Solution="Debug|*" Project="false" />
</Project>
<Project Path="Client\[Owner].Module.[Module].Client.csproj" />
<Project Path="Server\[Owner].Module.[Module].Server.csproj" />
<Project Path="Shared\[Owner].Module.[Module].Shared.csproj" />

View File

@@ -1,5 +1,7 @@
<Solution>
<Project Path="..\[RootFolder]\Oqtane.Server\Oqtane.Server.csproj" DefaultStartup="true" />
<Project Path="..\[RootFolder]\Oqtane.Server\Oqtane.Server.csproj" DefaultStartup="true">
<Build Solution="Debug|*" Project="false" />
</Project>
<Project Path="Client\[Owner].Theme.[Theme].Client.csproj" />
<Project Path="Package\[Owner].Theme.[Theme].Package.csproj" />
</Solution>