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.
27 lines
1.1 KiB
27 lines
1.1 KiB
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Sdk Name="Aspire.AppHost.Sdk" Version="9.3.1" /> |
|
|
|
<PropertyGroup> |
|
<OutputType>Exe</OutputType> |
|
<TargetFramework>net8.0</TargetFramework> |
|
<ImplicitUsings>enable</ImplicitUsings> |
|
<Nullable>enable</Nullable> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<ProjectReference Include="..\..\AlarmService\AlarmService.API\AlarmService.API.csproj" /> |
|
<ProjectReference Include="..\..\Common.SharedService\Common.Shared.API\Common.Shared.API.csproj" /> |
|
<ProjectReference Include="..\..\ThirdPartyServices\ThirdPartyServices.API\ThirdPartyServices.API.csproj" /> |
|
<ProjectReference Include="..\..\UC_PlatformServices\UCPlatform.API\UCPlatform.API.csproj" /> |
|
<ProjectReference Include="..\..\VideoService\Video.API\Video.API.csproj" /> |
|
<ProjectReference Include="..\Manage.AppHost.ApiService\Manage.AppHost.ApiService.csproj" /> |
|
<ProjectReference Include="..\Manage.AppHost.Web\Manage.AppHost.Web.csproj" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.3.1" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|