Files
HawkeyeVision/framework/Inspectron.Settings.Avalonia/Inspectron.Settings.Avalonia.csproj
EugeneTes bb861834fd settings for avalonia
libcamera bugfix
2026-04-01 14:05:37 +02:00

18 lines
412 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.2.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Inspectron.Settings\Inspectron.Settings.csproj" />
</ItemGroup>
</Project>