NoSugarNet/Sample/NoSugarNet.ClientCli/NoSugarNet.ClientCli.csproj

23 lines
491 B
XML
Raw Normal View History

2024-01-23 17:06:47 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2024-01-22 11:58:24 +08:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-01-23 17:06:47 +08:00
<TargetFramework>net8.0</TargetFramework>
2024-01-22 11:58:24 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-01-23 17:06:47 +08:00
<ItemGroup>
<None Remove="config.cfg" />
</ItemGroup>
<ItemGroup>
<Page Include="config.cfg" />
</ItemGroup>
2024-01-22 11:58:24 +08:00
<ItemGroup>
<ProjectReference Include="..\..\NoSugarNet.ClientCore\NoSugarNet.ClientCore.csproj" />
</ItemGroup>
</Project>