81 lines
4.1 KiB
XML
81 lines
4.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>$(DotnetTargetFrameworkVersion)</TargetFramework>
|
|
<RootNamespace>JiShe.IoT</RootNamespace>
|
|
<PreserveCompilationReferences>true</PreserveCompilationReferences>
|
|
<UserSecretsId>JiShe.IoT-4681b4fd-151f-4221-84a4-929d86723e4c</UserSecretsId>
|
|
</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" />
|
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" />
|
|
<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" />
|
|
<PackageReference Include="Volo.Abp.DistributedLocking" />
|
|
<PackageReference Include="DistributedLock.Redis" />
|
|
<PackageReference Include="Volo.Abp.BlobStoring.FileSystem" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<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" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition=" '$(Configuration)' == 'Debug'" Label="Debug">
|
|
<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">
|
|
<PackageReference Include="JiShe.ServicePro.Shared.Hosting.Microservices" />
|
|
<PackageReference Include="JiShe.ServicePro.CAP" />
|
|
<PackageReference Include="JiShe.ServicePro.CAP.EntityFrameworkCore" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Logs\**" />
|
|
<Content Remove="Logs\**" />
|
|
<EmbeddedResource Remove="Logs\**" />
|
|
<None Remove="Logs\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Remove="$(UserProfile)\.nuget\packages\*\*\contentFiles\any\*\*.abppkg*.json" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="moduleSwagger\" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|