tesses.webserver/Tesses.WebServer.Console/Tesses.WebServer.Console.cs...

16 lines
488 B
XML
Raw Permalink Normal View History

2022-04-03 15:36:38 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Tesses.WebServer.NetStandard\Tesses.WebServer.NetStandard.csproj" />
2024-03-31 01:01:24 +00:00
<ProjectReference Include="..\Tesses.WebServer.HtmlLayout\Tesses.WebServer.HtmlLayout.csproj" />
2022-04-03 15:36:38 +00:00
</ItemGroup>
2022-04-02 18:59:12 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
2022-04-03 15:36:38 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2022-04-02 18:59:12 +00:00
</PropertyGroup>
2022-04-03 15:36:38 +00:00
</Project>