Files
PluginTemplate/content/PluginTemplate/PluginTemplate.slnx
ChiaraBm ed2b4aa5f4
Some checks failed
Nuget: publish / publish (push) Has been cancelled
First iteration of the plugin template
2026-02-20 22:54:01 +01:00

10 lines
453 B
Plaintext

<Solution>
<Folder Name="/Hosts/">
<Project Path="Hosts/PluginTemplate.Api.Host/PluginTemplate.Api.Host.csproj" />
<Project Path="Hosts/PluginTemplate.Frontend.Host/PluginTemplate.Frontend.Host.csproj" />
</Folder>
<Project Path="PluginTemplate.Api/PluginTemplate.Api.csproj" />
<Project Path="PluginTemplate.Frontend/PluginTemplate.Frontend.csproj" />
<Project Path="PluginTemplate.Shared/PluginTemplate.Shared.csproj" />
</Solution>