Files
PVabel2026/YetAnotherDummy/YetAnotherDummy.csproj

15 lines
354 B
XML
Raw Normal View History

2026-02-04 14:27:36 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2026-02-05 15:34:59 +01:00
<ItemGroup>
<ProjectReference Include="..\RemoteFrameBuffer\RemoteFrameBuffer.csproj" />
</ItemGroup>
2026-02-04 14:27:36 +01:00
</Project>