2025-08-06 19:37:11 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<Sdk Name="Aspire.AppHost.Sdk" Version="9.4.0"/>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2026-04-10 02:19:50 -05:00
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
2025-08-06 19:37:11 -05:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<UserSecretsId>0899617b-b319-465d-aaaf-aac7ea333029</UserSecretsId>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-09-25 19:11:37 -05:00
|
|
|
<PackageReference Include="Aspire.Hosting.AppHost" />
|
2025-08-06 19:37:11 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\LANCommander.Launcher\LANCommander.Launcher.csproj" />
|
|
|
|
|
<ProjectReference Include="..\LANCommander.Server\LANCommander.Server.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|