| <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <TargetFramework>net8.0</TargetFramework> | |
| <ImplicitUsings>enable</ImplicitUsings> | |
| <Nullable>enable</Nullable> | |
| <WarningsAsErrors>true</WarningsAsErrors> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\..\..\..\foreign\csharp\Iggy_SDK\Iggy_SDK.csproj"/> | |
| </ItemGroup> | |
| </Project> |