ChatServer.csproj 318 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\Lib1\Lib1.csproj" />
  8. <ProjectReference Include="..\PBReferens\PBReferens.csproj" />
  9. </ItemGroup>
  10. </Project>