JiShe.IOT.Admin/host/JiShe.IoT.HttpApi.Host/JiShe.IoT.HttpApi.Host.csproj

97 lines
4.8 KiB
XML
Raw Normal View History

2025-05-27 22:53:46 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2025-05-27 14:02:24 +08:00
<PropertyGroup>
2025-06-12 09:29:05 +08:00
<TargetFramework>$(DotnetTargetFrameworkVersion)</TargetFramework>
2025-05-27 14:27:50 +08:00
<RootNamespace>JiShe.IoT</RootNamespace>
2025-05-27 14:02:24 +08:00
<PreserveCompilationReferences>true</PreserveCompilationReferences>
2025-05-27 14:27:50 +08:00
<UserSecretsId>JiShe.IoT-4681b4fd-151f-4221-84a4-929d86723e4c</UserSecretsId>
2025-05-27 14:02:24 +08:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" />
<PackageReference Include="Volo.Abp.Account.Web" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" />
<PackageReference Include="Volo.Abp.Autofac" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" />
<PackageReference Include="Volo.Abp.Swashbuckle" />
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" />
<PackageReference Include="Serilog" />
<PackageReference Include="Serilog.AspNetCore" />
<PackageReference Include="Serilog.Exceptions" />
<PackageReference Include="Serilog.Extensions.Logging" />
<PackageReference Include="Serilog.Settings.Configuration" />
<PackageReference Include="Serilog.Sinks.Console" />
<PackageReference Include="Serilog.Sinks.Elasticsearch" />
<PackageReference Include="Serilog.Sinks.File" />
<PackageReference Include="Serilog.Sinks.Async" />
<PackageReference Include="Hangfire.Redis.StackExchange" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" />
2025-06-04 17:09:21 +08:00
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" />
2025-05-27 14:02:24 +08:00
<PackageReference Include="DotNetCore.CAP.MySql" />
<PackageReference Include="DotNetCore.CAP.RabbitMQ" />
<PackageReference Include="DotNetCore.CAP.Dashboard" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" />
<PackageReference Include="MiniProfiler.EntityFrameworkCore" />
<PackageReference Include="MiniProfiler.Shared" />
<PackageReference Include="Volo.Abp.BackgroundJobs.HangFire" />
2025-06-05 11:49:13 +08:00
<PackageReference Include="Volo.Abp.DistributedLocking" />
<PackageReference Include="DistributedLock.Redis" />
2025-05-27 22:53:46 +08:00
<PackageReference Include="Volo.Abp.BlobStoring.FileSystem" />
</ItemGroup>
2025-05-27 14:02:24 +08:00
<ItemGroup>
2025-06-05 11:49:13 +08:00
<ProjectReference Include="..\..\src\JiShe.IoT.Application\JiShe.IoT.Application.csproj" />
<ProjectReference Include="..\..\src\JiShe.IoT.EntityFrameworkCore\JiShe.IoT.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\src\JiShe.IoT.HttpApi\JiShe.IoT.HttpApi.csproj" />
2025-05-27 14:02:24 +08:00
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' == 'Debug'" Label="Debug">
2025-06-19 23:50:31 +08:00
<ProjectReference Include="..\..\JiShe.ServicePro\frameworks\src\JiShe.ServicePro.CAP.EntityFrameworkCore\JiShe.ServicePro.CAP.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\frameworks\src\JiShe.ServicePro.CAP\JiShe.ServicePro.CAP.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\shared\JiShe.ServicePro.Shared.Hosting.Microservices\JiShe.ServicePro.Shared.Hosting.Microservices.csproj" />
<ProjectReference Include="..\..\src\JiShe.IoT.Application\JiShe.IoT.Application.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' == 'Release'" Label="Release">
2025-06-05 11:49:13 +08:00
<PackageReference Include="JiShe.ServicePro.Shared.Hosting.Microservices" />
2025-06-04 17:09:21 +08:00
<PackageReference Include="JiShe.ServicePro.CAP" />
<PackageReference Include="JiShe.ServicePro.CAP.EntityFrameworkCore" />
2025-05-27 14:02:24 +08:00
</ItemGroup>
2025-06-04 17:09:21 +08:00
2025-05-27 14:02:24 +08:00
<ItemGroup>
2025-06-05 11:49:13 +08:00
<Compile Remove="Logs\**" />
2025-08-21 11:34:16 +08:00
<Compile Remove="moduleSwagger\**" />
2025-06-05 11:49:13 +08:00
<Content Remove="Logs\**" />
2025-08-21 11:34:16 +08:00
<Content Remove="moduleSwagger\**" />
2025-06-05 11:49:13 +08:00
<EmbeddedResource Remove="Logs\**" />
2025-08-21 11:34:16 +08:00
<EmbeddedResource Remove="moduleSwagger\**" />
2025-06-05 11:49:13 +08:00
<None Remove="Logs\**" />
2025-08-21 11:34:16 +08:00
<None Remove="moduleSwagger\**" />
2025-05-27 14:02:24 +08:00
</ItemGroup>
<ItemGroup>
2025-06-05 11:49:13 +08:00
<Content Remove="$(UserProfile)\.nuget\packages\*\*\contentFiles\any\*\*.abppkg*.json" />
2025-05-27 14:02:24 +08:00
</ItemGroup>
2025-06-18 16:04:41 +08:00
<ItemGroup>
2025-08-19 16:44:04 +08:00
<Folder Include="UploadFile\" />
</ItemGroup>
<ItemGroup>
<Content Update="configs\appsettings.Development.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="configs\appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="configs\appsettings.Production.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
2025-06-18 16:04:41 +08:00
</ItemGroup>
2025-05-27 14:02:24 +08:00
</Project>