chore: Updated slnx project file

This commit is contained in:
henrik
2024-12-22 17:10:34 +01:00
parent 97459ccd1d
commit 2498c9525d
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,8 @@
<Solution>
<Folder Name="/Frontend/">
<Project Path="Pushy\Pushy.Client\Pushy.Client.csproj" Type="Classic C#" />
<Project Path="Pushy\Pushy\Pushy.csproj" Type="Classic C#" />
</Folder>
<Project Path="Pushy.Domain\Pushy.Domain.csproj" Type="Classic C#" />
<Project Path="Pushy.Silo\Pushy.Silo.csproj" Type="Classic C#" />
</Solution>

View File

@@ -28,8 +28,4 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Grains\" />
</ItemGroup>
</Project>