2022-04-03 15:36:38 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2024-03-18 12:31:51 +00:00
|
|
|
<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>
|
2024-03-18 12:31:51 +00:00
|
|
|
<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>
|