blob: 064ff65b82369a739c7d2bf01a7845dc62f6500b [file]
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningsAsErrors>true</WarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\foreign\csharp\Iggy_SDK\Iggy_SDK.csproj"/>
</ItemGroup>
</Project>