Files
dotNetStudyWithGPT/MySolution/TAPClient/TAPClient.csproj
2023-10-13 14:15:26 +09:00

16 lines
397 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SObject\SObject.csproj" />
<ProjectReference Include="..\STcpHelper\STcpHelper.csproj" />
</ItemGroup>
</Project>