76 lines
3.7 KiB
XML
76 lines
3.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Version>2.1.2512.0409</Version>
|
|
<RootNamespace>LiMan.UI</RootNamespace>
|
|
<AssemblyName>LiMan.UI</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Data\SelectData.cs" />
|
|
<Compile Remove="Data\SelectGLS.cs" />
|
|
<Compile Remove="Data\SelectNext.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Remove="compilerconfig.json" />
|
|
<Content Remove="Components\CopyToClipboard.razor" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
|
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
|
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
|
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.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\IIS04.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.CadCam\Liman.CadCam.csproj" />
|
|
<ProjectReference Include="..\LiMan.DB\LiMan.DB.csproj" />
|
|
<ProjectReference Include="..\LiMan.GLS\LiMan.GLS.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
|
|
<PackageReference Include="Blazored.SessionStorage" Version="2.4.0" />
|
|
<PackageReference Include="EgwCoreLib.Razor" Version="1.5.2501.1716" />
|
|
<PackageReference Include="EgwCoreLib.Utils" Version="1.5.2511.312" />
|
|
<PackageReference Include="EgwProxy.MP.Core" Version="1.0.2511.1416" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="6.0.36" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.36" />
|
|
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.36.0" />
|
|
<PackageReference Include="Microsoft.IdentityModel.Logging" Version="6.36.0" />
|
|
<PackageReference Include="Microsoft.IdentityModel.Protocols" Version="6.36.0" />
|
|
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.36.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.11" />
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.36.0" />
|
|
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.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>
|