Files
gpw_next/GPW.CORE.Comp/GPW.CORE.Comp.csproj
2026-05-13 10:41:10 +02:00

38 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Razor">
<!-- Questa soluzione contiene componenti UI personalizzati per applicazioni Blazor, come ad esempio grafici circolari (CircleGauge). -->
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Remove="bin\**" />
<Content Remove="bin\**" />
<EmbeddedResource Remove="bin\**" />
<None Remove="bin\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="CircleGauge_2.razor.cs" />
</ItemGroup>
<ItemGroup>
<Content Remove="CircleGauge_2.razor" />
<Content Remove="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<None Remove="CircleGauge_2.razor.css" />
<None Remove="CircleGauge_2.razor.less" />
<None Remove="CircleGauge_2.razor.min.css" />
</ItemGroup>
<ItemGroup>
<None Include="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GPW.CORE.Data\GPW.CORE.Data.csproj" />
</ItemGroup>
</Project>