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-08-22 09:12:19 +08:00
|
|
|
|
<ServerGarbageCollection>true</ServerGarbageCollection>
|
2025-11-02 00:41:36 +08:00
|
|
|
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
|
|
|
|
|
<DockerfileContext>..\..</DockerfileContext>
|
2025-08-22 09:12:19 +08:00
|
|
|
|
</PropertyGroup>
|
2025-05-27 14:02:24 +08:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" />
|
2025-11-02 00:41:36 +08:00
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
|
2025-05-27 14:02:24 +08:00
|
|
|
|
<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" />
|
2025-12-05 23:48:20 +08:00
|
|
|
|
<PackageReference Include="Elastic.Serilog.Sinks" />
|
2025-05-27 14:02:24 +08:00
|
|
|
|
<PackageReference Include="Serilog.Sinks.File" />
|
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.Async" />
|
|
|
|
|
|
<PackageReference Include="Hangfire.Redis.StackExchange" />
|
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>
|
|
|
|
|
|
|
2025-06-20 09:27:47 +08:00
|
|
|
|
<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>
|
|
|
|
|
|
|
2025-06-20 09:27:47 +08:00
|
|
|
|
<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>
|
2025-09-01 09:56:30 +08:00
|
|
|
|
<Content Update="configs\appsettings - 复制.Development.json">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2025-08-19 16:44:04 +08:00
|
|
|
|
<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>
|