|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<RootNamespace>Win_in.Sfs.Basedata</RootNamespace>
|
|
|
|
<PreserveCompilationReferences>true</PreserveCompilationReferences>
|
|
|
|
<UserSecretsId>Win_in.Sfs.Basedata-c2d31439-b723-48e2-b061-5ebd7aeb6010</UserSecretsId>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="IdentityModel" Version="6.0.0" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.12" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="6.0.12" />
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.12">
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.12" />
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.Client" Version="5.3.5" />
|
|
|
|
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="5.3.5" />
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" Version="5.3.5" />
|
|
|
|
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="5.3.5" />
|
|
|
|
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel.Web" Version="5.3.5" />
|
|
|
|
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="5.3.5" />
|
|
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="5.3.5" />
|
|
|
|
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="5.3.5" />
|
|
|
|
<PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="5.3.5" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\..\Modules\BaseData\src\Win_in.Sfs.Basedata.Application\Win_in.Sfs.Basedata.Application.csproj" />
|
|
|
|
<ProjectReference Include="..\..\..\Modules\BaseData\src\Win_in.Sfs.Basedata.EntityFrameworkCore\Win_in.Sfs.Basedata.EntityFrameworkCore.csproj" />
|
|
|
|
<ProjectReference Include="..\..\..\Modules\BaseData\src\Win_in.Sfs.Basedata.HttpApi\Win_in.Sfs.Basedata.HttpApi.csproj" />
|
|
|
|
<ProjectReference Include="..\..\..\Modules\Shared\src\Win_in.Sfs.Shared.Host\Win_in.Sfs.Shared.Host.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Update="Properties\Resources.resx">
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|