update default module/theme template solution files to avoid building the linked Oqtane.Server project
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<Solution>
|
<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="Client\[Owner].Module.[Module].Client.csproj" />
|
||||||
<Project Path="Server\[Owner].Module.[Module].Server.csproj" />
|
<Project Path="Server\[Owner].Module.[Module].Server.csproj" />
|
||||||
<Project Path="Shared\[Owner].Module.[Module].Shared.csproj" />
|
<Project Path="Shared\[Owner].Module.[Module].Shared.csproj" />
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<Solution>
|
<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="Client\[Owner].Theme.[Theme].Client.csproj" />
|
||||||
<Project Path="Package\[Owner].Theme.[Theme].Package.csproj" />
|
<Project Path="Package\[Owner].Theme.[Theme].Package.csproj" />
|
||||||
</Solution>
|
</Solution>
|
||||||
|
|||||||
Reference in New Issue
Block a user