HaoYueNet/Simple/Client-Cli/Client-Cli.csproj

16 lines
385 B
XML
Raw Normal View History

2023-05-25 13:46:54 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2021-12-10 23:38:40 +08:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-01-22 16:39:29 +08:00
<TargetFramework>net8.0</TargetFramework>
2023-05-25 13:46:54 +08:00
<RootNamespace>Client_Cli</RootNamespace>
2021-12-10 23:38:40 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-05-25 13:46:54 +08:00
<ProjectReference Include="..\ClientCore\ClientCore.csproj" />
2021-12-10 23:38:40 +08:00
</ItemGroup>
</Project>