34 lines
1.1 KiB
XML
34 lines
1.1 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.DL\LiMan.DL.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="logs\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="4.14.0" />
|
|
</ItemGroup>
|
|
</Project> |