This commit is contained in:
2025-12-14 17:30:54 +01:00
commit c9816297d7
46 changed files with 1756 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-ios</TargetFramework>
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.iOS"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Candelator\Candelator.csproj"/>
</ItemGroup>
</Project>