57 lines
2.4 KiB
XML
57 lines
2.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<Version>1.1.2202.0708</Version>
|
|
<RootNamespace>LiMan.UI</RootNamespace>
|
|
<AssemblyName>LiMan.UI</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Remove="compilerconfig.json" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
|
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
|
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="compilerconfig.json" />
|
|
<None Include="Properties\PublishProfiles\IIS01.pubxml.user" />
|
|
<None Include="Properties\PublishProfiles\IIS02.pubxml.user" />
|
|
<None Include="Properties\PublishProfiles\IIS03.pubxml.user" />
|
|
<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>
|
|
<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>
|
|
<None Update="logs\.placeholder.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
|
<Exec Command="powershell.exe -ExecutionPolicy Unrestricted -NoProfile -NonInteractive -File $(ProjectDir)\post-build.ps1 -ProjectDir $(ProjectDir) -ProjectPath $(ProjectPath)" />
|
|
</Target>
|
|
</Project>
|