Files
HawkeyeVision/VisionBuilder.UI.Ringbuffer/VisionBuilder.UI.Ringbuffer.csproj
2025-07-14 12:03:59 +02:00

15 lines
431 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\framework\Inspectron.Fastbuffer\Inspectron.Fastbuffer.csproj" />
<ProjectReference Include="..\VisionBuilder.UI.Common\VisionBuilder.UI.Common.csproj" />
</ItemGroup>
</Project>