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.
54 lines
2.2 KiB
54 lines
2.2 KiB
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<Import Project="..\..\..\..\configureawait.props" />
|
|
<Import Project="..\..\..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<AssemblyName>LINGYUN.Abp.Account.Web</AssemblyName>
|
|
<PackageId>LINGYUN.Abp.Account.Web</PackageId>
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
|
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
|
|
<RootNamespace>LINGYUN.Abp.Account.Web</RootNamespace>
|
|
<OutputType>Library</OutputType>
|
|
<IsPackable>true</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Modules\**\*.js" />
|
|
<EmbeddedResource Include="Modules\**\*.css" />
|
|
<EmbeddedResource Include="Pages\**\*.js" />
|
|
<EmbeddedResource Include="Pages\**\*.css" />
|
|
<EmbeddedResource Include="Components\**\*.js" />
|
|
<EmbeddedResource Include="Components\**\*.css" />
|
|
<EmbeddedResource Include="wwwroot\**\*.js" />
|
|
<EmbeddedResource Include="wwwroot\**\*.css" />
|
|
<Content Remove="Modules\**\*.js" />
|
|
<Content Remove="Modules\**\*.css" />
|
|
<Content Remove="Pages\**\*.js" />
|
|
<Content Remove="Pages\**\*.css" />
|
|
<Content Remove="Components\**\*.js" />
|
|
<Content Remove="Components\**\*.css" />
|
|
<Content Remove="wwwroot\**\*.js" />
|
|
<Content Remove="wwwroot\**\*.css" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Sms" />
|
|
<PackageReference Include="Volo.Abp.Account.Web" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\identity\LINGYUN.Abp.Identity.Domain\LINGYUN.Abp.Identity.Domain.csproj" />
|
|
<ProjectReference Include="..\..\identity\LINGYUN.Abp.Identity.AspNetCore.QrCode\LINGYUN.Abp.Identity.AspNetCore.QrCode.csproj" />
|
|
<ProjectReference Include="..\LINGYUN.Abp.Account.Application.Contracts\LINGYUN.Abp.Account.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\LINGYUN.Abp.Account.Emailing\LINGYUN.Abp.Account.Emailing.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|