Inizio riorganizzazione sotto-componenti

This commit is contained in:
2025-10-10 17:05:25 +02:00
parent c6867f4c0d
commit 01f7e5b072
9 changed files with 8 additions and 7 deletions
+2 -4
View File
@@ -24,10 +24,6 @@
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.19" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Compo\" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="powershell.exe -ExecutionPolicy Unrestricted -NoProfile -NonInteractive -File $(ProjectDir)\post-build.ps1 -ProjectPath $(ProjectPath)" />
</Target>
@@ -56,6 +52,8 @@