Files
PVabel2026/YetAnotherDummy/YetAnotherDummy.csproj

16 lines
417 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>
2026-02-12 15:43:03 +01:00
<ProjectReference Include="..\CollabVM\CollabVM.csproj" />
2026-02-05 15:34:59 +01:00
<ProjectReference Include="..\RemoteFrameBuffer\RemoteFrameBuffer.csproj" />
</ItemGroup>
2026-02-04 14:27:36 +01:00
</Project>