You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
2.2 KiB
44 lines
2.2 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<RootNamespace>Shentun.Peis</RootNamespace>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
<PreserveCompilationContext>true</PreserveCompilationContext>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="ColumnReferencePlugIns\**" />
|
|
<Compile Remove="Identity\**" />
|
|
<EmbeddedResource Remove="ColumnReferencePlugIns\**" />
|
|
<EmbeddedResource Remove="Identity\**" />
|
|
<None Remove="ColumnReferencePlugIns\**" />
|
|
<None Remove="Identity\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Shentun.ColumnReferencePlugIns\Shentun.Peis.ColumnReferencePlugIns.csproj" />
|
|
<ProjectReference Include="..\Shentun.Peis.Domain\Shentun.Peis.Domain.csproj" />
|
|
<ProjectReference Include="..\Shentun.Peis.Application.Contracts\Shentun.Peis.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\Shentun.Peis.EntityFrameworkCore\Shentun.Peis.EntityFrameworkCore.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.0" />
|
|
<PackageReference Include="SqlSugarCore" Version="5.1.4.153-preview12" />
|
|
<PackageReference Include="System.DirectoryServices" Version="8.0.0" />
|
|
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
|
|
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
|
|
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
|
|
<PackageReference Include="Volo.Abp.Account.Application" Version="6.0.0" />
|
|
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="6.0.0" />
|
|
<PackageReference Include="Volo.Abp.Identity.Application" Version="6.0.0" />
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="6.0.0" />
|
|
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="6.0.0" />
|
|
<PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="6.0.0" />
|
|
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="6.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|