|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<RootNamespace>WinIn.FasterZ.AuthSiteCenter.Web</RootNamespace>
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
|
|
|
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
|
|
|
|
<MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish>
|
|
|
|
<PreserveCompilationReferences>true</PreserveCompilationReferences>
|
|
|
|
<UserSecretsId>WinIn.FasterZ.AuthSiteCenter-4681b4fd-151f-4221-84a4-929d86723e4c</UserSecretsId>
|
|
|
|
<GenerateRuntimeConfigDevFile>true</GenerateRuntimeConfigDevFile>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Remove="Logs\**" />
|
|
|
|
<Content Remove="Logs\**" />
|
|
|
|
<EmbeddedResource Remove="Logs\**" />
|
|
|
|
<None Remove="Logs\**" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<None Update="Pages\**\*.js">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="Pages\**\*.css">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="DistributedLock.Redis" Version="1.0.2" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.0" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="7.0.10" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="5.0.17" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Features" Version="7.0.10" />
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="5.0.0" />
|
|
|
|
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="2.3.*-*" />
|
|
|
|
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="7.3.2" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<!--<ProjectReference Include="..\..\..\..\WMS_AIC\WinIn.FasterZ.Store\src\WinIn.FasterZ.Store.Application.Contracts\WinIn.FasterZ.Store.Application.Contracts.csproj" />
|
|
|
|
<ProjectReference Include="..\..\..\WinIn.FasterZ.InterfaceDash\src\WinIn.FasterZ.InterfaceDash.Application.Contracts\WinIn.FasterZ.InterfaceDash.Application.Contracts.csproj" />
|
|
|
|
<ProjectReference Include="..\..\..\WinIn.FasterZ.Job\src\WinIn.FasterZ.Job.Application.Contracts\WinIn.FasterZ.Job.Application.Contracts.csproj" />-->
|
|
|
|
<ProjectReference Include="..\..\..\WinIn.FasterZ.Wms\WinIn.FasterZ.Wms\src\WinIn.FasterZ.Wms.Application.Contracts\WinIn.FasterZ.Wms.Application.Contracts.csproj" />
|
|
|
|
<ProjectReference Include="..\WinIn.FasterZ.AuthSiteCenter.Application\WinIn.FasterZ.AuthSiteCenter.Application.csproj" />
|
|
|
|
<ProjectReference Include="..\WinIn.FasterZ.AuthSiteCenter.HttpApi\WinIn.FasterZ.AuthSiteCenter.HttpApi.csproj" />
|
|
|
|
<ProjectReference Include="..\WinIn.FasterZ.AuthSiteCenter.EntityFrameworkCore\WinIn.FasterZ.AuthSiteCenter.EntityFrameworkCore.csproj" />
|
|
|
|
<PackageReference Include="Volo.Abp.Autofac" Version="7.3.2" />
|
|
|
|
<PackageReference Include="Volo.Abp.Swashbuckle" Version="7.3.2" />
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="7.3.2" />
|
|
|
|
<PackageReference Include="Volo.Abp.Identity.Web" Version="7.3.2" />
|
|
|
|
<PackageReference Include="Volo.Abp.Account.Web.OpenIddict" Version="7.3.2" />
|
|
|
|
<PackageReference Include="Volo.Abp.TenantManagement.Web" Version="7.3.2" />
|
|
|
|
<PackageReference Include="Volo.Abp.SettingManagement.Web" Version="7.3.2" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|