Release preliminare

This commit is contained in:
Samuele E. Locatelli (MBA)
2023-01-26 21:46:35 +01:00
parent 0ffbb6123b
commit 927226ee31
243 changed files with 72334 additions and 83 deletions
@@ -0,0 +1,48 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net6.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="6.0.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GPW.CORE.Data\GPW.CORE.Data.csproj" />
</ItemGroup>
</Project>