Files
limanapp/LiMan.UI/LiMan.UI.csproj
T
2021-10-08 19:10:54 +02:00

48 lines
1.8 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Content Remove="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<None Include="compilerconfig.json" />
<None Include="wwwroot\fonts\lato-v17-latin-regular.svg" />
<None Include="wwwroot\fonts\lato-v17-latin-regular.woff2" />
<None Include="wwwroot\fonts\roboto-condensed-v19-latin-regular.svg" />
<None Include="wwwroot\fonts\roboto-condensed-v19-latin-regular.woff2" />
<None Include="wwwroot\fonts\roboto-v27-latin-regular.svg" />
<None Include="wwwroot\fonts\roboto-v27-latin-regular.woff2" />
<None Include="wwwroot\img\LogoBlu.svg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LiMan.DB\LiMan.DB.csproj" />
<ProjectReference Include="..\LiMan.GLS\LiMan.GLS.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="logs\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog.Web.AspNetCore" Version="4.14.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="Components\EditApplicazioni - Copy - Copy.razor.cs">
<DependentUpon>EditApplicazioni - Copy.razor.cs</DependentUpon>
</Compile>
<Compile Update="Components\EditApplicazioni - Copy.razor.cs">
<DependentUpon>EditApplicazioni.razor.cs</DependentUpon>
</Compile>
</ItemGroup>
</Project>