Files
2026-05-12 07:19:24 +02:00

61 lines
2.8 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>MP.Data</AssemblyName>
<RootNamespace>MP.Data</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Remove="DbModels\TurniPareto.cs" />
<Compile Remove="DbModels\TurniParetoOdl.cs" />
<Compile Remove="DTO\DossierFluxLogDTO.cs" />
<Compile Remove="DTO\FluxLogDTO.cs" />
<Compile Remove="DTO\InveSessDTO.cs" />
<Compile Remove="DTO\ObjItemDTO.cs" />
<Compile Remove="DTO\OperatoreDTO.cs" />
<Compile Remove="DTO\ParetoFluxLogDTO.cs" />
<Compile Remove="DTO\StatDedupDTO.cs" />
<Compile Remove="DTO\UriDTO.cs" />
<Compile Remove="MailKitEmailSender.cs" />
<Compile Remove="MailKitEmailSenderOptions.cs" />
<Compile Remove="Services\RestCallService.cs" />
<Compile Remove="Services\TaskService.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" />
<PackageReference Include="Blazored.SessionStorage" />
<PackageReference Include="EgwCoreLib.Utils" />
<PackageReference Include="MailKit" />
<PackageReference Include="Microsoft.AspNetCore.Components" />
<PackageReference Include="Microsoft.AspNetCore.Http.Connections.Common" />
<PackageReference Include="Microsoft.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" />
<PackageReference Include="MongoDB.Driver" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="NLog" />
<PackageReference Include="RestSharp" />
<PackageReference Include="SharpZipLib" />
<PackageReference Include="StackExchange.Redis" />
<PackageReference Include="ZiggyCreatures.FusionCache" />
<PackageReference Include="ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis" />
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MP.AppAuth\MP.AppAuth.csproj" />
<ProjectReference Include="..\MP.Core\MP.Core.csproj" />
<ProjectReference Include="..\MP.TaskMan\MP.TaskMan.csproj" />
</ItemGroup>
</Project>