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.
 
 
 

82 lines
3.4 KiB

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ApplicationIcon />
<StartupObject />
<RootNamespace>Znyc.Admin.Security</RootNamespace>
<Company></Company>
<Copyright></Copyright>
<Product></Product>
<Description></Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0</Version>
<PackageReleaseNotes>更新最新公共库</PackageReleaseNotes>
<Authors>Znyc.Admin</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIconUrl></PackageIconUrl>
<PackageProjectUrl></PackageProjectUrl>
<PackageLicenseExpression></PackageLicenseExpression>
<RepositoryUrl></RepositoryUrl>
<PackageLicenseFile></PackageLicenseFile>
<AssemblyVersion>1.3.2.32</AssemblyVersion>
<FileVersion>1.3.2.32</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath></OutputPath>
<DocumentationFile></DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>bin\Release\Znyc.Admin.Security.Core.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Application\APPApp.cs" />
<Compile Remove="Application\FunctionApp.cs" />
<Compile Remove="Application\ItemsApp.cs" />
<Compile Remove="Application\LogApp.cs" />
<Compile Remove="Application\RoleApp.cs" />
<Compile Remove="Application\RoleAuthorizeApp.cs" />
<Compile Remove="Application\RoleDataApp.cs" />
<Compile Remove="Dtos\FunctionInputDto.cs" />
<Compile Remove="Dtos\FunctionOutputDto.cs" />
<Compile Remove="Dtos\TaskJobsLogInputDto.cs" />
<Compile Remove="Dtos\TaskJobsLogOutputDto.cs" />
<Compile Remove="Dtos\TaskJobsLogVueTimelineOutputDto.cs" />
<Compile Remove="Dtos\TaskManagerInputDto.cs" />
<Compile Remove="Dtos\TaskManagerOutputDto.cs" />
<Compile Remove="Dtos\TenantInputDto.cs" />
<Compile Remove="Dtos\TenantOutputDto.cs" />
<Compile Remove="IRepositories\IFunctionRepository.cs" />
<Compile Remove="IRepositories\ITaskJobsLogRepository.cs" />
<Compile Remove="IRepositories\ITaskManagerRepository.cs" />
<Compile Remove="IRepositories\ITenantRepository.cs" />
<Compile Remove="IServices\IFunctionService.cs" />
<Compile Remove="IServices\ITaskJobsLogService.cs" />
<Compile Remove="IServices\ITaskManagerService.cs" />
<Compile Remove="IServices\ITenantService.cs" />
<Compile Remove="Repositories\FunctionRepository.cs" />
<Compile Remove="Repositories\TaskJobsLogRepository.cs" />
<Compile Remove="Repositories\TaskManagerRepository.cs" />
<Compile Remove="SecurityDBContent.cs" />
<Compile Remove="Services\FunctionService.cs" />
<Compile Remove="Services\TaskJobsLogService.cs" />
<Compile Remove="Services\TaskManagerService.cs" />
<Compile Remove="Services\TenantService.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Yitter.IdGenerator" Version="1.0.12" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Znyc.Admin.MongoDb\Znyc.Admin.MongoDb.Core.csproj" />
<ProjectReference Include="..\..\Znyc.Admin.WeChat.Core\Znyc.Admin.WeChat.Core.csproj" />
<ProjectReference Include="..\Znyc.Admin.Commons\Znyc.Admin.Commons.csproj" />
</ItemGroup>
</Project>