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.
30 lines
1.3 KiB
30 lines
1.3 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\..\..\configureawait.props" />
|
|
<Import Project="..\..\..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<RootNamespace />
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="LINGYUN\Abp\SettingManagement\Localization\Resources\*.json" />
|
|
<EmbeddedResource Include="LINGYUN\Abp\SettingManagement\Localization\Resources\*.json" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.Contracts" />
|
|
<PackageReference Include="Volo.Abp.Ddd.Application" />
|
|
<PackageReference Include="Volo.Abp.Emailing" />
|
|
<PackageReference Include="Volo.Abp.SettingManagement.Domain" />
|
|
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\account\LINGYUN.Abp.Account.Application.Contracts\LINGYUN.Abp.Account.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\..\identity\LINGYUN.Abp.Identity.Domain.Shared\LINGYUN.Abp.Identity.Domain.Shared.csproj" />
|
|
<ProjectReference Include="..\..\..\framework\settings\LINGYUN.Abp.SettingManagement.Application.Contracts\LINGYUN.Abp.SettingManagement.Application.Contracts.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|