Ooui-tws-port/Example/Example.csproj

19 lines
451 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2024-03-26 17:45:36 +00:00
<ItemGroup>
<ProjectReference Include="..\Ooui\Ooui.csproj" />
</ItemGroup>
2024-03-26 17:45:36 +00:00
<ItemGroup>
<PackageReference Include="Tesses.WebServer.EasyServer" Version="1.0.1" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-03-26 17:45:36 +00:00
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>